Welcome To Snipplr
Everyone's Recent Snippets Tagged data
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Traditionally when you have lost lists of dat you want to alternate rows for usability. The first thing everybody makes to fix this is a simple if statement loop, but this adds a number of lines and is hardly a clean solution. Additionally it require...
0
826
posted 13 years ago by FatFolderDesigner
Just change the filename "courses" to that of your own and the entity name "Course" to your own.
1
836
posted 13 years ago by mattneary
This is made for a webservice that outputs varaiable data according to user input, ajax is called each time there is a change on the input.
0
967
posted 13 years ago by Cwerther
Enviar datos por medio de $.ajax, propidad de jquery que permite ocupar ajax con php en jquery, se puede ocupar para cualquier cosa
0
967
posted 13 years ago by serialk89
The comments for this are broken down into 2 parts, first the script is talked about, then theres a little about the HTML code that the script relies on. You can find more information at the URL, as well as an example of it in action. You can leave c...
0
795
posted 13 years ago by FatFolderDesigner
Adobe AIR offers an ability to save small snippets of data locally (eg. users' settings). Works also on Android. EncryptedLocalStore is stored encrypted using AES-CBC 128-bit method. It is not recommended to store more than 10 MB of data because of r...
0
749
posted 13 years ago by MaRmAR
Data Types for DB, MySQL, SQLite, PHP, Ruby, Rails, JS, etc. because I forget them sometimes
from Ruby on Rails Guides: Migrations http://bit.ly/hFWjT0
from Rails Migrations http://bit.ly/hI5zpz
0
997
posted 13 years ago by brandonjp
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
991
posted 13 years ago by sjacunningham
This is a simple and effective way yo make sure people are actually filing out a form before submitting it. If you need to verify content it should be done server side (so that if you come across the odd person with javascript turned off it wont brea...
0
895
posted 13 years ago by FatFolderDesigner
http://www.vbdotnetheaven.com/UploadFile/thiagu304/passdata12262006073406AM/passdata.aspx
0
754
posted 13 years ago by hairajeshk
Example set of files for data mapping objects to db records. (Not perfect, but funcional)
0
772
posted 13 years ago by nikefido
How to Export Data From SQL Server to Microsoft Excel Datasheet
0
1026
posted 13 years ago by derebus