↧
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...
View ArticleDisplaying Mysql Tables in PHP
Once you have a Mysql database setup with a table and some data in that table you are ready to display the data through PHP. This is very easy to do not only efficiently but also with a clean design in...
View ArticleCSS3 Media Queries
What’s Covered? In this tutorial we will explore the use of media queries, a new addition brought about with CSS3. Using media queries we are able to accomplish some style techniques that were not so...
View Article