Thursday, July 18, 2013

Deciding between PHP top frameworks.

PHP frameworks are in market for a long time now.They help a PHP developer to write clean and reusable code. It follows the MVC pattern, ensuring a clear separation of logic and presentation. But there is a much discussion all around because some prefer performance, some prefer better documentation, some prefer amount of built-in functions etc. Here we will discuss some top frameworks. Yii vs CodeIgniter vs Zend vs Cakephp Comparison Chart yiiframework Statistically, currently yiiframework is the best php framework in the market and my favorite. The main features that makes Yii on top spot is its features and a bit faster than Codeigniter and Zend framework. CodeIgniter Statistically,  Codeigniter comes...

Tuesday, July 16, 2013

Google as proxy server!

You must be having trouble in accessing blocked sites at your office or school.To overcome this problem many of you must have used proxy servers.How about using google as proxy server. Google provide couple of proxy servers that you can use access blocked sites at your workplaces. 1. Google Translate as a Proxy To use Google Translate as a proxy, set the destination language as the actual language of the page and the source language as anything but the destination language. e.g. http://translate.google.com/translate?sl=ja&tl=en&u=http://example.com/ 2. Google Mobilizer as a Proxy Next in the list is Google’s Mobilizer service. Google has discontinued the main mobilizer service on google.com (secure) but you can still access...

Tuesday, July 9, 2013

Create a ball game in HTML5 and JQuery

Today i am going to tell you ,how you can make a simple game in html and jquery. HTML5 has introduced canvas tag that allow you to drow different shapes in an html page. <canvas id="myCanvas" width="200" height="100"style="border:1px solid #000000;"></canvas> Using this html canvas tag and jquery we will make simple ball game.Firstly i will show you main parts of code. Lets start with html code.Copy below code and save in file with .html extension. <!DOCTYPE html> <html> <head> </head> <body > <div style="border:solid 5px;height:100%"> <canvas id="mybar1" width="150" height="25" style="padding:5px;bottom:0px;left:10px;position:absolute"> Your browser...

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Affiliate Network Reviews