Tag : Multiple

Title User Language Tags Description Date
Preload images from list and execute callback after bernhardb jQuery

If you have a list of images and want'them all to preload before page is shown. This function is very useful. I use it in various cases working with Phonegap to get my app a better native experience.

September 26
Replace texts in multiple files vigoncas Bash July 14, 2011
Process multiple forms in a page julioantuneztarin PHP June 17, 2011
How to use super() effectively Raymond Hettinger python

Python's super() provides a unique and amazing capability. It allows subclasses to be written to reorder a chain method calls. The recipe demonstrates all of the trade craft needs to get super() to do your bidding.

May 26, 2011
How to use super() effectively -- Python 2.7 version Raymond Hettinger python

Python's super() provides a unique and amazing capability. It allows subclasses to be written to reorder a chain method calls. The recipe demonstrates all of the trade craft needs to get super() to do your bidding.

May 26, 2011
Pass multiple parameters to a new thread chris brand C# Create a new thread and execute a method using multiple parameters April 17, 2011
Composition of classes instead of multiple inheritance Ethan Furman python

MI can be difficult and confusing, and if the base classes don't cooperate -- well, cooperative MI won't work.

One way around this is to use composition instead. This class decorator will combine the source classes with the target class, ensuring that no duplications occur (raises a TypeError if there are any).

April 16, 2011
CSS Multiple Floating f3webdesign CSS

Multiple CSS floating of DIV's tags

April 1, 2011
The Number of multiples of Z between X and Y Crunch Scheme October 17, 2010
Use multiple custom headers on a WordPress theme stephcode PHP

The first thing to do is to create header files. Create as many different headers as you want. In this exemple, I have created 3 custom headers from my theme default file header.php, names headercontact.php, headergallery.php and headerdefault.php.

By using the php include() function and WordPress conditional tags, we can define custom headers easily. Replace the content of your header.php file with the following code:

September 30, 2010
Jquery Avoiding Multiple Hover Animations Meander365 jQuery

Another handy one and one which I see quite often. You rollover an element and it animates. You then mouseover and mouseleave really quickly, multiple times and all the animations gets queued. This solves that problem. The delay(200) is like adding the old hoverIntent plugin; it waits before animating.

September 29, 2010
Divide a csv file into multiple files Ahmedn1 C# This is a console application that receives arguments (csvsplit.exe filename number_of_files_to_create) it takes the csv file and divide it to equally sized csv files you can apply this technique to any type of files not just csv September 9, 2010
Track database changes done by multiple users Vijay Prajapati SQL This is database trigger and track which user has updated which database object at what time. this is very useful in team work. September 3, 2010
Delete multiples inputs ricosushi PHP

Deletes multiple records as in hotmail

July 20, 2010
Handling Multiple Text Boxes_textChanged Tom Baggett VB.NET Combining several text boxes text changed into one. May 12, 2010