A measure of the amount of work a computer is performing. CPU load is closely related too, but not exactly the same as CPU utilization.

learn more… | top users | synonyms

0
votes
0answers
9 views

Ajax comment load issue with redirecting after comment

I'm trying to implement plugin "ajax-comment-posting" in WP as built-in function. var form, err, reply; function acp_initialise() { if($('#error').length==0) { $('#submit').after('<img ...
0
votes
3answers
36 views

jQuery Load Page Error

I'm trying to load a page when a div from my content is loaded , but isn't working. Can you help me and tell me where is my error or why isn't working ? Thanks ! Here's the code index.php ...
1
vote
2answers
27 views

Is it possible to load / require only one function form a large Ruby module?

I wrote a quite big ruby module, it loads in about 3-4 secs. Most of the times I need only one function from it. To speed up things, is it possible to load / require only that particular function form ...
0
votes
2answers
56 views

Load other pages when change my css style in C# or JS

I have some scroller menu like : <div id="panel" class="scroller"> <div class="scroller-view" style = left:-100> <span class="item "></span> <a ...
0
votes
1answer
29 views

Load specific data from text and put into datagridview

I'm a new programmer and I'm trying to create a small program that will help me finish many things. How it's looks like ?! This is how the text file's data is formatted. **;======================= ...
0
votes
2answers
25 views

Replace value by variable, page load slowly jquery

I have a script which is perfectly working : <script> function aller(){ $('#container').animate({marginLeft : '0px'}, {duration:1}); retour(); } function boucle(){ ...
0
votes
2answers
43 views

No valid constructor during serialization

I have a major problem during loading the extension into the program. I get an exception as there is no valid constructor. The problem is in the line: ekstensja = ...
0
votes
1answer
17 views

MRI images “slideshow”

If I have a series of MRI images in dicom file format, how would I upload them all and view them as a slideshow? I have a folder, which contains a .dat file and 94 .dcm slices. I've tried "load" and ...
0
votes
2answers
40 views

Load parts of page on demand without jquery

I am completely new to web design and I am experimenting with few things. Lets assume that I can't use jquety and I can't upload any file to the page, instead I can use simple javascript. What I ...
0
votes
0answers
32 views

Call a static method from CakePHP Plugin

I have a class with a static method called hash from a plugin class called "ControllerUtility" The function is located in ControllerUtility/Model/ControllerUtility.php public static function hash( ...
-1
votes
2answers
33 views

jquery wait all content is loaded (include img)

I have a script that allows to load some content from a page and I want to execute some stuff only when all the content is completely loaded. I tried with this script but it doesn't seem to be enough ...
0
votes
0answers
13 views

Corrupted file Paypal_base file

I'm so depressed for days seeking answer for the following problem: My website was working fine (It contains paypal_base.dll) files my laptop battery dropped out and when I re-started my application ...
0
votes
0answers
29 views

jquery plugin to show images loading

I have a games website with a good amount of images placed in some rectangles. They represent the games available. I am using jquery with my website, but nothing fancy so far. My current problem is ...
0
votes
2answers
34 views

PHP teminates(?) before finishing the script while loading CSVs

I have a PHP script file that loads a series of CSV files into a MYSQL database. when I run the script from the command line all going well but when I run it from a browser it quits in the middle ...
0
votes
0answers
23 views

Autoload doesn't works if I try to create an instance of a class from inside other function

helper.php : Required at the top of index.php function __autoload($className) { $path = ROOT_DIR.'/class/'.strtolower(trim($className)).'.class.php'; if (file_exists($path)) { ...
2
votes
3answers
47 views

load external javascript without using http: or // [closed]

I was wondering how it would be possible to load an external .js file without using http: or //. Through something like this: <script src=example.com/mycode.js></script> I tried a few ...
-2
votes
4answers
47 views

jQuery.get() doesn't work for me.. but .load does

I am trying to use jQuery.get(), since .load only loads the html snippet, but the jquery css isn't applied on this content. $("#content").load("home.html", function() { }); ...
-2
votes
4answers
36 views

jQuery doesn't work on page loaded by ajax

My jQuery code: var menu = 0; var link = ""; var column = 2; jQuery( document ).ready( function($) { $('body').css('height', $(window).height()); $('body').css('width', 32 + (230*column)); ...
0
votes
1answer
19 views

jQuery ajax load function doesn't include custom javascript file

I have made a custom jquery popupbox for "Tell a friend" application on my website. It uses the jQuery load function to include a php file from Modules folder and display it into the popupbox. The CSS ...
0
votes
2answers
21 views

Load different stylesheet if keyboard is present on device (javascript detect)

I am trying to load a different CSS layout in case there is a physical keyboard on the device (q10.css). In case there is no keyboard, the default one is used (normalCss). For some reason the ...
0
votes
0answers
26 views

jQuery fadeOut > get/load > fadeIn

Good evenin, basically my problem is, when trying to fadeOut div, load by ajax the new content, and fadeIn that new content, my parent div will lose the "opacity:0" from fadeOut the moment the ...
0
votes
1answer
17 views

apache.commons.configuration Unable to load the configuration from the URL

For a project I'm working on I need to change some property values at run time and save them. Looking for a solution I found the apache commons configuration. I have looked at some others topics ...
1
vote
1answer
38 views

Jquery load event for 2 img element

Now I encounter a problem for 2 image. There are two image a png (upper level image) and a jpg image (lower level image) and the size are the same, so if I overlap the two image , it look as if one ...
-2
votes
1answer
23 views

Loading Properties File in Android [closed]

I have a properties file in my android project but I am unsure how I am supposed to get information from the file and use it in my code. I have looked through several tutoruals but I always get many ...
0
votes
1answer
18 views

Save and load multiple values with title - Visual Basic

I am using Visual Studio Express 2012. I would like to let my programm save and load data into only ONE additional data file (txt, csv, dll or something else) in the following format (just an ...
-3
votes
0answers
8 views

Loading file and then split arraylist into two arraylists (java)

i'm having a problem while loading a file and then spliting into two the arraylist i read. To create the file im doing this: public static void CreateFileIsep(String fileN, ArrayList Students, ...
0
votes
0answers
48 views

Why jQuery loses 'event' (click) when some content has been loaded?

I am trying to load content with this next script when I select pages on the sidebar. This script works without problems: if(Modernizr.history) { var newHash = "", $wrapperTag = ...
0
votes
3answers
19 views

How to include file and set function of it to var? [closed]

Can you explain me how I can do the some effect like CodeIgntier when it includes library and get all methods and put all of them at one varible ?
0
votes
1answer
16 views

cannot load csv file into mysql table

I am trying to load a csv file into a table using: LOAD DATA INFILE 'tprot.csv' INTO TABLE tprot FIELDS TERMINATED BY ',' LINES TERMINATED BY `'\n' SET id=null;` and getting the following: ERROR ...
0
votes
1answer
39 views

Load images after page load

I have a problem with image loading. I tried to use load(), but it didn't work: $().load('/wp-content/uploads/--/--/image1.jpg'); $().load('/wp-content/uploads/--/--/image2.jpg'); ...
0
votes
1answer
30 views

Loading module within a module, Javascript

I have a module that I load with the following method: <script src="module_loader.js"></script> 'module_loader' is a script that loads other modules in the same way as it is loaded ...
0
votes
0answers
14 views

Reducing the load of a server

I have an application that downloads files from Google Drive and then uploads them in different social networks. The problem is that if a server overloads, no one can use my application. Is there a ...
-3
votes
1answer
75 views

Loading Content by Ajax [closed]

this is my first question in stackoverflow i hope i get my answer recently i try to ajax my website but i have some problem in this way: this is my website link: http://www.basijdfm.ir after you go ...
0
votes
0answers
23 views

Store load callback

Why this code: var store = Ext.create('cp.store.form.MedicoEspecialidad',{}); store.load({ params: {idUsuario: idUsuario}, callback: function(r,option,success){ ...
0
votes
2answers
26 views

Can I load a partial table from HDFS into PIG?

For example: My tab separated table in HDFS has the following fields: Col1, Col2, Col3, Col4. I want to load Col1 and Col2 only in PIG. The following LOAD statement is not working: LOAD '/usr/table1' ...
2
votes
1answer
28 views

Passing an object ID to an ExtJS window

I have a window with a tabpanel in which I layout a form (first tab) and data view (second tab). This window might be open from a grid (for example double click). These 2 tabs describe: tab1: data ...
0
votes
1answer
27 views

Jquery loading Errors

Yesterday, I had jquery 1.8.0 and all are working fine. But to get advanced jquery., I installed Nuget.Migrate, from then my troube had started. Firstly, while trying to resolve the issue., I have ...
1
vote
0answers
27 views

jquery stopping .load() redirect the page after postback

i have an aspx page with multiple iframes, since they are taking too long to load i want to load them dynamicly with jquery load function like this: $('#<%= test.ClientID ...
1
vote
2answers
22 views

run Fancybox after jQuery load

I have an index.html file which loads content with jQueris load()-function, this index.html includes all the JS-files, the following too. Here is the code: $(document).ready(function(){ function ...
0
votes
1answer
36 views

Jquery load into DIV

I have the following problem: I have in the first HTML: (index.html) <html> <head> <script type="text/javascript"> $(document).ready(function () { ...
0
votes
0answers
36 views

PHP: PHP_SELF for main page or something similar

Ok my issue is that I have pagination setup with a next and previous links and it subtracts or adds 10 more items from the database. But the page is in a div on the main php page. So this is my ...
-1
votes
0answers
11 views

how to configure glassfish 3.x cluster and apache web server load balancing? [closed]

i have read oracle documentation. but i don't need SSL or Security Certificates, just simple load balancing.
1
vote
1answer
25 views

Save and load status of toggle button

I'm trying to save the status of a toggle button, that I've create dynamically. I'm not able to save the current status. If I change activity in my application and then come back the toggle button's ...
1
vote
0answers
35 views

Can't load custom library created with dojo build

I have created an application which has its own set of dojo widgets. I have created a custom dojo build to pack all my library in a single dojo file. The file has a mix of AMD and non-AMD classes. In ...
0
votes
1answer
19 views

Interval inside iframe load function counts twice and unable to stop

I have a page that loads another website in an iframe. The problem now is that I need to log if the top window is blurred and if so a counter needs to be stopped. When you click in the iframe this ...
0
votes
0answers
21 views

c++ load dll library Access violation

I have a library with function "int Message()" that I need to call from my program. my program (c++ msvc2010): typedef int (_cdecl*pproc)(); pproc out; using namespace std; int _tmain(int argc, ...
0
votes
0answers
47 views

Position loader while the image is loading

UPDATED LINKS I'm trying to add a loading image on my images while they are loaded, but I don't know why it doesn't want to work for me... I'm trying the solution's posted here: Loaders java script ...
2
votes
2answers
27 views

Load Data Local Infile SQL

I have an extract of data that is seperated by using this character | I need to load this data into a MySQL database table but I'm struggling with the lines terminated by function. Can anyone ...
1
vote
1answer
34 views

Load data infile, difference between Windows and Linux

I've a file which I need to import to MySQL table. Here's my command LOAD DATA LOCAL INFILE 'C:\test.csv' INTO TABLE logs fields terminated by '|' LINES terminated BY '\n' This looks fine in ...
0
votes
1answer
35 views

jQuery load external files into static popup dynamically

I'm getting trouble by opening a popup in combination with loading of an external file. The first two times it works great. At the third time i get a "File not Found" error even though the file is ...

1 2 3 4 5 73