Category Archives: Tips


March 16, 2024 4:02 am

How to use Font Awesome Iconic font using CSS


How to use Font Awesome Iconic font using CSS
Font Awesome is a CSS library which gives you vector icons (which are all based on mathematical expressions, to represent images in computer graphics.) that can be easily customize with power of CSS like size, color or drop shadow etc. Basically this Font Awesome was designed for Bootstrap and now all the web designers adopting it and creating themes with very few images or no images.

[ Read More ]


March 9, 2024 5:03 am

How to use Smarty template engine in PHP


How to use Smarty template engine in PHP
If you are developing a web application then you have to separate templates from your logic code and make your application simple. Using smarty you can design your web pages without the care of your application code. Smarty template engine work as a language you can add conditions, PHP Code, loops and many more.

[ Read More ]


February 29, 2024 5:02 am

How to Rewrite urls with .htaccess


How to Rewrite urls with .htaccess
I have received many requests from my readers to write some thing on .htaccess so today I am going to explain you how to rewrite URLs with .htaccess. Hypertext  access is shortly called as htaccess, it rewrite URLs for directory in which file placed it manage that directory only, we can make SEO friendly URLs and boost your search engine ranking.

[ Read More ]


January 29, 2024 5:01 am

How to manage international languages in MySQL database


How to manage international languages in MySQL database
If you are making a web site where multiple languages used like Arabic, French, Hindi or Urdu then your MySQL database default settings is not valid to do that to insert all languages in database. If you insert data in your database and database is not configured as i am going to show you in this tutorial then your data will be look like ????? and you lost your data.

[ Read More ]


January 11, 2024 5:02 am

Bug Reporting with Windows Program Steps Recorder (PSR)


Bug Reporting with Windows Program Steps Recorder (PSR)
Today i am going to tell you about a nice bug reporting tool given by windows 7 and above. Most of us don't know about this application its a very smart way of presenting your problems to someone or make step by step tutorial for someone.Its called Windows Program Steps Recorder in order to run PSR type psr search in or type psr.exe in run window. Press record and do what ever you want to do on your computer it will record all the steps with description and complete documentation must try it.

[ Read More ]


September 8, 2016 7:36 am

How to Make a Game Loop in JavaScript


How to Make a Game Loop in JavaScript
Let’s get it straight: without a good code for a game loop, your game will go nowhere. The game loop represents the core because it covers three main parts of development: the actual loop of the game, the timing mechanism, and the interpolation that helps its speed become independent from the loop game.

[ Read More ]


August 5, 2016 7:54 am

Create responsive websites with CSS3 media query


Create responsive websites with CSS3 media query
You all know that media query is used in CSS3 to make screen based styling and it's a great option to make responsive websites. Nowadays most of the designers using CSS frameworks like Bootstrap, Baseguide, Foundation and more, but sometimes we need to make something without framework then you must know how to use media query.

[ Read More ]