Author Archives: Amr Abdou


February 16, 2016 7:18 am

5 Free fancy light weight jQuery plugins to add 3d effects to your website


5 Free fancy light weight jQuery plugins to add 3d effects to your website
Hello Friends in today's tutorial I will give you some really amazing list of jQuery plugins to add 3d effects to your website, I hope you will like this tutorial and implement it in your websites. Plugins in this tutorial: Makisu, Flipster, 3D curtain, Reveal.js, Slicebox

[ Read More ]


December 3, 2014 8:50 am

Make a game like effects to input fields with jQuery plugin


Make a game like effects to input fields with jQuery plugin
If you ever wanted to add some effects to your form input fields to make it look like video games fields, you are in the right place . It's really one of the most outstanding jQuery styling plugins that I ever stumbled upon. Today we will be viewing the FancyInput plugin and applying some of it's great effects.

[ Read More ]


November 17, 2014 7:00 am

Mozilla introducing the Firefox Developer Edition


Mozilla introducing the Firefox Developer Edition
Web development has been never easier with Mozilla introducing the Firefox Developer Edition. It has been ten years since the first version of the well known web browser came to light. Now, Mozilla begins a new era introducing its unique Developer Edition. Some of its features are already available as plugins, in addition to new ones exclusively available in this edition.

[ Read More ]


November 11, 2014 8:15 am

5 Resources for PHP open source projects that you shouldn’t miss


5 Resources for PHP open source projects that you shouldn't miss
For beginners, it's so important to see the source code of finished projects. It's a good learning method to view the architecture, the coding techniques and how professional coders write clean, commented and maintainable code. Intermediate programmers can also benefit from this, depending on the scale and complexity of the project. There is no better way to achieve that than downloading the source code of open source projects. The following five web services are the most popular and reliable sources.

[ Read More ]


November 5, 2014 2:23 am

Code your First CodeIgniter application


Code your First CodeIgniter application
Welcome back to our CodeIgniter series. After our first two articles, Why Codeigniter Framework is Better than Custom PHP Development and How to install and Configure CodeIgniter Framework, its time to go on coding our first application using the famous framework. In this tutorial we will be coding a simple application using CodeIgniter's MVC structure and connecting it to a MySQL database.

[ Read More ]


November 1, 2014 9:19 am

How to create Pagination in CodeIgniter Framework


How to create Pagination in CodeIgniter Framework
CodeIgniter has been one of the most powerful frameworks out there for a while and a lot of PHP developers still prefer it as the best solution for small and medium sized projects. It's also recommended for the beginner developers who are starting to learn frameworks to start with. In this article we will demonstrate how to do pagination with CodeIgniter and we will also talk about.

[ Read More ]


October 27, 2014 2:21 pm

Use Linux file browser to browse your web hosting server folders via FTP


Use Linux file browser to browse your web hosting server folders via FTP
The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to another host over the Internet. The most common way to transfer files from your computer to your web hosting server and vice versa is using an FTP client whether it's web based or downloadable. Using FTP has never been easy for Linux users. You can do with your web server what you can do with your hard disk. Things like file browsing, drag-drop, copy-paste, etc.

[ Read More ]