Junkie Tips: Disable Right Click Menu
June 4th 2011
Although this is not recommended from a usability standpoint, sometimes occasions call for the need to disable the browsers right click menu. Here’s a nice snippet to accomplish that:
June 4th 2011
Although this is not recommended from a usability standpoint, sometimes occasions call for the need to disable the browsers right click menu. Here’s a nice snippet to accomplish that:
May 27th 2011
A good way to see if the element you are looking for exists (with jQuery).
May 1st 2011
If you’ve ever created a site that need https, then you have probably ran into this issue. In IE, you get a warning about some of the content not being secure. This warning is caused because you are serving some of your media, like images and CSS from a non https domain. A really quick [...]
Create A Simple PHP Contact Form
Ya that is what I've been doing I was just hoping...
Create A Simple PHP Contact Form
The action just means submit the form to the current page...
Create A Simple PHP Contact Form
You can change the forms action to the URL of your...