All Entries Tagged With: "Javascript"
How to Make an Animated Loading GIF
When you have a form to submit some kind of data to your website it is very helpful to have a loading image that is displayed once the user submits the form. This let’s the user know that the form was submitted and the upload is in progress, rather than just relying on looking up [...]
Javascript & PHP Star Rating Script
I’ve searched around the interwebs for an ajax star rater and I came across a few different possibilities, all of which looked very good. The top result from google was Nick Stakenburg’s “Starbox” for “ajax star rater”. I also found Masuga Web Design’s Ajax Star Rater and a script from MySandbox to be popular results. [...]
Javascript Snowing Effect Script
Here is a nice feature to add to your web pages during the holiday season. Falling snowflakes are very simple and yet a great eye catcher to new visitors to your website. Here is the snowflake gif I made for this: Now, to makeĀ the effect of the snowflake falling on the webpage we will [...]
Javascript onfocus in Forms
A nice feature to use with javascript in your forms, is a way to show the currently selected field. When a viewer is in a particular input field it will select that field however you would like – i.e. A border or background color change. Here is a basic html/js for changing the border: <style [...]
