Author Archives: Amr Abdou


March 22, 2016 3:05 pm

Wordpress plugins to make a multilingual website


Wordpress plugins to make a multilingual website
Adding multilingual functionality to your WordPress website is simpler than how it was at any other time. On account of the development of the WordPress core and a modest bunch of all around configured plugins, you can now make a website with any number of languages and almost no effort.

[ Read More ]


March 17, 2016 7:47 pm

Stop using PHP MySQL extension and start using MySQLi or PDO


Stop using PHP MySQL extension and start using MySQLi or PDO
Nowadays, PHP have several database extensions. In the past, there was only the MySQL extension. Later, MySQLi extension appeared. It enabled developers to write more neat and maintainable code. It had also the power of object-oriented and it was more secure and strongly recommended in its days. Now, we have PDO that literally has it all.

[ Read More ]


March 13, 2016 8:23 pm

5 open source javascript games


5 open source javascript games
JavaScript has been one of the most famous web client side languages for years. It's usually used for adding effect and animations to websites' interfaces but it can do more and even games. Today we have 5 open-source games that are posted in public repositories by their developers on GitHub.

[ Read More ]


March 6, 2016 11:44 pm

Bootstrap Tip: How to make equal height columns


Bootstrap Tip: How to make equal height columns
There is no doubt that Twitter Bootstrap is the most famous front-end framework nowadays. It's used by millions of developers. Though, it has limitations and you need to do workarounds to overcome it.

[ Read More ]


February 29, 2016 11:22 am

Make 3d effects to your images with this awesome JavaScript plugin


Make 3d effects to your images with this awesome JavaScript plugin
While I was surfing the web to see what JS developers has in a store lately, I stumbled upon this great plugin which makes web images come alive.

[ Read More ]


February 24, 2016 6:50 pm

5 PHP scripts to start a Social Network


5 PHP scripts to start a Social Network
The internet is swarming with PHP scripts but when it comes to Social Networking scripts, you can hardly find good ones. The reason for that must be because a social network need hard work for development and it's very complicated to develop. Luckily, there are some good scripts out there with a small number of free ones. We have brought what we believe that they are the best, mostly used and have the top feedback.

[ Read More ]


February 17, 2016 8:51 am

Your Guide to get started WordPress Development


Your Guide to get started WordPress Development
WordPress is a one of the most easy-to-use, powerful, and customization CMS and blogging platform. According to the official WordPress stats, there are over 74 million websites out there powered by the most popular CMS. One of the most popular WordPress installations are the CNN, New York Times, Mashable, TechCruch and eBay websites. Despite sounding so advanced and complicated, starting development with WordPress has never been easier. However, things can get harder by the time. But as long as you are following the right learning curve, you can be a professional WordPress developer in no time.

[ Read More ]