Rewrite to return 404 page when the client send URLs with parameters (eg. http://www.google.com?var=something )
Added 4 months ago – Not associated with any existing category
In many cases you need to check if a specific ID exists.
Added 6 months ago – In jQuery
First steps with using a git repository from the web
Added 6 months ago – In Source Code Management
Here is the solution of how you can get the value of the selected radio button.
Added 6 months ago – In jQuery
Information about VIM for complete beginners
Added 6 months ago – In Vim
How to enable spell checking in VIM
Added 6 months ago – In Vim
Sometimes you need to disable or enable a certain textbox, button or any other input element. Find here how!
Added 6 months ago – In jQuery
When you click on an input or textarea element in a form, Chrome draws an outline yellow border. Here is a quick css fix.
Added 8 months ago – In Web Browsers
An alternative way to center vertically a picture in a box of fixed height using only css
Added 8 months ago – In Web Browsers
If you are running XAMPP for example, there is no password set for root which is highly insecure as anyone can connect and see your data.
Added 12 months ago – In MySQL, MySQL 5, MySQL 4
OCL is a model constraint specification language. In this tutorial we learn how to create OCL constraints using the Dresden OCL20 Eclipse plugin.
Added 12 months ago – Not associated with any existing category
A simple way to connect to a ftp account just by a browser link
Added 12 months ago – In Web Browsers
There are slight differences between IE7 and IE8 in rendering the pages. If you don't want to work extra to solve them you can force pages to be rendered in IE7 mode with a meta tag
Added 12 months ago – In Web Browsers
A short tutorial on working with Dallas temperature sensors on the Arduino platform.
Added about 1 year ago – In Arduino
For formatting purposes you may need to add few leading zeros sometimes.
Added about 1 year ago – In PHP 5
If you run a disk cleanup hibernation will be disabled in Vista due to a bug. Learn here how to fix this.
Added about 1 year ago – In Windows Vista
Added about 1 year ago – In PHP 5
I needed to check if a port is open but I had the surprise to see that Telnet wasn't enabled on Vista. Here is how I enabled it.
Added about 1 year ago – In Windows Vista
How to use the Serial Port of Arduino to send/receive data to/from your computer or any other capable device.
Added about 1 year ago – In Arduino
Want to improve the access speed of your website users? Caching allows you to avoid loading the same data in the browser many times. Read on if you want to know more...
Added about 1 year ago – In Apache