Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 408 409 410 411 412 ... 552
Assign methods to a Function prototype when you intend to create instances of the type of object. Use object literals when you just need a container for functions.
0 2188 posted 17 years ago by segdeha
More of a setQueryString
0 1693 posted 17 years ago by iloveitaly
0 1531 posted 17 years ago by bhubbard
0 1595 posted 17 years ago by bhubbard
0 1543 posted 17 years ago by sinecera
When you have a URL like this http://mysite/newsletters/index/2007 The find('first') method adds the 2007 value as ID parameter WTF!?
0 1616 posted 17 years ago by sveggiani
0 1477 posted 17 years ago by sinecera
0 1587 posted 17 years ago by sinecera
Use javascript to add a class of last onto the first and the last li tags in the navigation (add to global.js). Then use css to style. For instance, if the first li is home, you can set the css to hide this link (if you want the logo to act as your h...
5 2524 posted 17 years ago by kstetson
Div will fade in on load or fade in on click
1 2430 posted 17 years ago by kstetson
To arrange multiple dynamic sidebars in wordpress, add the following code snippet into functions.php. The sidebar should then appear in the dropdown menu in wordpress under the widgets section. Next, go into your sidebar.php file & edit the dynamic s...
2 1794 posted 17 years ago by kstetson
Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.
1 2293 posted 17 years ago by kstetson
Self-updating copyright
1 1740 posted 17 years ago by fabi
This is a @property to take care of jsonp stuff if you're using CherryPy. In your Javascript, (you're using JQuery, right?) you can do ` $.ajax({url:"localhost:8080/MyMethod", data:{'arg1':'foo'}, dataType:"jsonp", success:onMyMethodComplete}); `...
0 1563 posted 17 years ago by ndnichols
2 2060 posted 17 years ago by randyjhunt
1 3017 posted 17 years ago by benjaminpearson
0 2308 posted 17 years ago by dividespace
This is just something very simple that I needed to do. It outputs an xml without any change at all.
1 1711 posted 17 years ago by gryzzly
Use this function to print out all the rows in a table. Specify columns to show using the columnstring parameter: tablulardata(tablename, columnstring); ie: tabluardata("users","username=Username|fname=First Name|lname=Last Name");
1 1940 posted 17 years ago by kilrizzy
Use this function to pull all columns from a single database field. getrowdata(tablename,rowid,prefix); You would call this function like: getrowdata("users",$_SESSION['user'],"user_"); The prefix is the prefix you want for the array names,...
1 2158 posted 17 years ago by kilrizzy
This code within your CakePHP Controller to include a Model.
0 1721 posted 17 years ago by jdbartlett
1 ... 408 409 410 411 412 ... 552