Dear All,
Any help would be appreciated since I really can't figure out what happen.
I made some PHP scripts that are working normal locally, but when I upload into PLESK suddenly the code inside the tag is not being read and the same goes to the HTML code below it (only the html code that is above the php tag is being read).
Thanks before for…
On some pages in Google Analytics, there is a variable shown in the URL. The default value is 10. The URL always looks something like this:
...&trows=10&...
is there a way to change that to trows=100, so that the number of rows displayed by default is 100?
Thanks
import fl.transitions.easing.;
import fl.transitions.;
var xml:XML;
var xmlList:XMLList;
var xmlLoader:URLLoader = new URLLoader ();
var productLoader:URLLoader = new URLLoader();
var imageLoader:Loader;
var bigImage:Loader = new Loader();
var imageText:TextField = new TextField();
xmlLoader.load(new…
I load scripts using luaL_loadfile and then lua_pcall from my game, and was wondering if instead of loading them into the global table, I could load them into a table named after their filename?
For example:
I have I file called "Foo.lua", which contains this:
function DoSomething()
--something…
(function($){
// Creating the sweetPages jQuery plugin:
$.fn.sweetPages = function(opts){
// If no options were passed, create an empty opts object
if(!opts) opts = {};
var resultsPerPage = opts.perPage || 3;
var swDiv = opts.getSwDiv || "swControls";
// The plugin works best…
I have list of variables in an include files which is looks like:
var_1 = "string"
var_2 = "string"
on the main file i need variable created on the fly so i do
' somewhere i have the num variable
Execute("new_var = var_"&num)
Exactly on the execute line i got this error
Microsoft…
Has anyone seen a good "quick" solution to duct tape together an instant win contest? I need to find a solution where a winner a day gets randomly selected after signing up for email. My company just told me about this and as usual there is really no budget.. no time to accomplish this. …
I found a difficult with SQL on Delphi, I use ADOconnection and ADOQuery.
Here these Query
With ADOQuery Do
Begin
SQL.Text:='SELECT QUnionSAPiutang.kd_Customer, T_Customer.nama_customer, '
+'CDbl(IIf(IsNull(DSum("SA","QSumSAPiutang","kd_Customer='" &…
From the recent news from the Apple, I learned that one has to use C/C++/Objective-C for iPhone App. Accordingly, it's not possible to use MacPython or similar to make iPhone App.
But as the python/ruby interpreter itself is written in C, isn't it OK to make python/ruby…
I added another column (Leave)
I inserted a response.redirect but commented out two lines of code. Those two lines validate the form if sections are not entered/selected. This too should function without issue.
Hello,
I am using codeigniter and looking a way to enable directly editting of doc or xls files.
Is there any free library or something to make it possible? Or something like google docs
In google docs I think uploading files remotely from site is available only for…
Hi.
I want to run some commands every time a user of an ubuntu 9.10 machine logs out or shuts down. What is the best way to do this? Every user uses gnome if that helps.
// This works
convert ${path}${dst} -crop ${crop} ${path}${dst}
// but when changed to this, it fails
convert ${path}${src} -trim ${path}${dst}
convert ${path}${dst} -crop ${crop} ${path}"pdf_"${dst}
What am I doing wrong?
I tried
Net::SSH.start( value_hosts, USER, :password = PASS , :forward_agent = true , :paranoid = false) do|ssh, err|
but :paranoid option does not seem to work
I have followed this tutorial:
http://wiki.apache.org/solr/SolrJetty
But I cant get it working.
I don't know what to put in the etc/defaults/jetty file
Does anybody know how to configure this?
I have Ubuntu 9 Server.
Thanks
I have searched a lot but could found a code where i can add comobox on screen
CAn anyone give me example .
like
Var combobox = new Combobox();
i don't have any gui
Where can i get the list/attributes of all the components like API for use in AS3
I am trying to make a validation for my dates so that enddate to be greater than start date but is not working.What am i doing wrong?
<head>
<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>
…
Why Javascript is called Java (there is no relation between Java and Javascript) why its not called HTMLScript or XMLScript. Any historical reason for this?
I have a problem, I want to use local::lib; in a script. But because I need to use this script many places, I don't want to try adding the eval to bashrc, every time I install this script to a server. and I can't get local::lib installed globally (in the…
hi expert, i'm newbie for python programming, i'm having a .py file, now what shall i do so i can create an application from .py file and it can be istall and run in any linux pc, i try to packaging it but its just create .tar file where i need python…
Hi,
In Sql Server when you select to modify a SP or UDF it loads the objects alter query in a query window. Are these queries accessible in a system table so I can store the alter statements somewhere? It looks like syscomments has some objects but…