Cheat sheets can be very handy from time to time. Although you probably wont learn much from them, I find them excellent for refreshing my memory. For example if I’ve been working on an ASP project for a while and then have to do some CSS or even worse PHP I often take a while [...]
Category Archives: ASP tutorials
Cheat Sheets
Also posted in CSS Tutorials, General Tagged asp, cheat, css, Javascript, mysql, php, regular expressions, sheet, sql Comments closed
Flexigrid with asp (version 2)
After some users reported problems using my flexigrid with asp and IE I decided to redo some of the code to fix it. Basically the problem was that when the JSON code generated it is supposed to add a comma (,) to the end of every line apart from the last one. My code put [...]
Flexigrid with asp
***This version is an outdated version of my script which has some display errors with IE. Please take a look at asp with flexigrid V2.*** I came across a pretty nifty script called Flexigrid. Basically it allows you to take information from a database using JSON or XML and display it on a pretty nifty [...]