Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Some cool free templates I've found.
Included in every template :
Photoshop Document : Layered and ready to tweak
HTML Template: Tested and ready for your content
0
1734
posted 15 years ago by Iban
MySQL
Create new table from a selection from another existing table (including copying data structure)
This is ideal for testing queries etc. Run this to copy a selection of data into a new table with the same scructure. Then you can run test queries etc on it. Once you are happy then run the queries on the live data table...enjoy
0
2337
posted 15 years ago by sjacunningham
Replace 'A1' with the cell and '-' with the character you want to remove.
0
2198
posted 15 years ago by TheJasonParker
If each title is unique and you need alphabetical, try this in your Post model. You can change title to any unique attribute (created_at, id, etc.) if you need a different sort order.
0
3838
posted 15 years ago by gmericksen
Example written 01/13/2011
The following code shows how to implement functionality in your Windows Forms application, such that you'll be able to open a file that is dragged and dropped onto your program's form. This behavior is often desirable fo...
0
1807
posted 15 years ago by kyrathaba
Groovy
Groovy Swing data binding example that works on a freshly created object (online example does not)
0
3423
posted 15 years ago by laurenceosx
ExtJS is great for OO style interface design but has a couple of strange behaviors. For instance when adding the ExtJS RowExpander plugin to a grid, the plugin overrides the gridView's getRowClass function. That's not really what you want. For instan...
0
2139
posted 15 years ago by misterb101
You will want to include the jquery easing plugin: http://gsgd.co.uk/sandbox/jquery/easing/
Add a class of 'scroll' to any element that should slide to an anchor tag. You must give the anchor tag an id equal to the name.
1
2068
posted 15 years ago by BFTrick
login issue in development server (copy site from live site)
site url is different
0
1700
posted 15 years ago by aashvi
When a float is contained within a container box that has a visible border or background, that float does not automatically force the container's bottom edge down as the float is made taller. Instead the float is ignored by the container and will han...
0
1629
posted 15 years ago by lamebollock
First off, create your CSV with 2 columns, the parent ID for the category and the category name – you could easily add more columns for extra options, but it wasn’t necessary for us.
The CSV file should be something like this:
3,subcat
4,s...
0
1569
posted 15 years ago by TheJasonParker