Sponsored Links


Other Topics
Sponsored Links



Quote of the Day

"No man ever believes that the Bible means what it says: He is always convinced that it says what he means."

George Bernard Shaw

FEATURED
INTERNET
PRODUCTS
 
Fast Domain Riches
 
Domain Traffic Income Domain Investing...
 
Unlock The Money Making Secrets With Domain...
 
Domain Auction Profit
 
Beyond Domaining - Rapid Domain Name Development...
 




 


Google


Warning: fopen(stopka/index.php) [function.fopen]: failed to open stream: No such file or directory in /stopka.php on line 117

Warning: fopen(stopka/6655d922aa2c1bbb44b556c10262be35.txt) [function.fopen]: failed to open stream: No such file or directory in /stopka.php on line 117


 
Featured Web Development Articles

If You Build It They Will Come - Not Without Web Marketing!
I'm sure everybody has received an email from a company promising to get their website placed first on all the major search engines. Maybe some of you have even tried these services or may be thinking about it right now. NetSource would like to say BE ...

Ten Great Careers For Computer "Geeks.
The universal acceptance of computers into our daily lives, both at work and at home, has decreased the image of computer users as being "geeks." The word geek itself has evolved a bit - going from meaning a socially inept person who gets along better ...

Web Development - What Is SEO?
Search engine optimization, or SEO, is the act of altering or optimizing your website and it's content in order that search engines deem it to be relevant and useful to certain topics. You are able to select the most appropriate topics through the use of ...





Building A Framework For Effective Development
 
Wrtiting less PHP code with more results

Most web development companies use their own or third party frameworks to improve their development process. If you want to work as a PHP developer in a company you will most probably need to agree to write your code using their framework. This article is for these developers and companies who want to build their own framework and improve their coding speed, the quality of their code and get paid more for less time. I will share with you the ideas we discovered in PIM Team Bulgaria while working on our PHP framework, but not the framework itself - you need to develope your own one which to suit the most your coding style. Our advises are valid for almost any other programming language.

What is a framework and why I need it?

Don't you get bored when you need to write same or similar types of code again and again? Do you hate when customer wants to change "some unsignificant thing" but you need to change it in 10 different files? Are your scripts too long? Do you write "spagetti" code? If you answer "yes" on some of these questions, then you need a set of functions and classes which will automate most of the tasks, reduce your code size and avoid copy-paste practices. That is framework. It is a set of classes and functions which you just include in your scripts and make your life of a web developer easier.

What to "put" in a framework?

Some people and companies tend to believe that everything should be generated by functions and classes and you should never have a "free flying" PHP code. As a result of that they put everything in objects and extremly complicated functions which try to handle everything for everyone. As a result the code gets hard to read, buggy, hard to change and slow to write and learn.

Other group prefers to write everything for the current situation, again and again for every project and file. They often copy-paste hundreds of rows to save development time and effort, but when they have to modify the code it turns into a pain. And all of this is because they are too lazy to create a framework.

The solution as usually is somewhere in the middle. You should be looking to optimize tasks which are repeated often in the project or in different projetcs. Here are the best propositions:

- Mail functions - its terrible to see most developers putting all the headers in each place where they need to send a mail. Just wrap the mail() function and use the wrapper.

- Database wrappers - you MUST have one. Stop using the built in mysql (or other DB) functions directly into your projects. What will happen if the database must be changed?

- Database functions - do you really need to type manually all the 50 field names of that table and then to manually fill the values from $_POST? Sure, it is often needed when the values come in a different way. But very often, especially in admin panels you just have a form with fields corresponding to the table ones and values in them. Just iterate thru the database fields (hint: "SHOW FIELDS FROM table_name") and insert/update

- HTML code snippets - aren't you tired of creating or copy-pasting date dropdowns, checkboxes, normal dropdowns or radio groups? Create functions for each of these - it could accept parametters as name, values, selected name...

- Formatting specifics such as date, money, phone numbers etc. Yes, the PHP functions like date() allow you to format in any way. But what happens if you have dates on hundred places and the customers decide that instead of mm/dd/yy they want format "dd Month, YYYY"? Don't change it everywhere, don't use the MySQL data formatting. Create your own wrapper and use it.

- Admin panels - each and every admin panel includes screens for add/edit/delete various table contents. Why to do it each time? In PIM Team we created a class called table_editor which simply receives several massives and arguments and handles all the operations on any complex DB table, including the HTML code for the editing webform in less than 20 lines! The admin pages don't need to look nice, but yet our table_editor allows your tables to look perfect with CSS

- File and picture uploading, resizing, thumbnails. You don't really write every time all the codes in your scripts I hope. It would be crazy. You need functions or class for these

- Project sopecific functions. Many websites have specific features like displaying category trees, specific dropdowns, small tables with user's profiles etc etc. You can and must put these in objects or functions and use across your porjects.

Don't overdo your framework

You can't handle everything for every case. Maybe you can but this will make your framework heavy, slow to process and hard to use. The goal of the framework is to make your life easier, not some idealistic idea for pure OOP coding. You need to export functions and objects of things which you do often within different projects or several times in one project. You will only loose time if you try to handle some individual cases.





Web Development News



SEO Manchester Marketing and Web Development Firm Aer Support Grows via Client ...
SBWire (press release)
Manchester, UK -- (SBWIRE) -- 05/26/2012 -- Aer Support referral plan vouchers are becoming a highly sought after commodity for new and existing business clients of the web development and SEO marketing firm throughout the UK.

and more »

Web Development Firm theREDspace Partners With ModelKarma For Its Global Brand ...
Albany Times Union
ModelKarma, which is aiming to become the world's largest online community and a virtual agency for both aspiring and established models, has hired web development firm theREDSpace to bring their vision to life. Headquartered in Bedford Nova Scotia, ...

and more »

Web Design India Company, Profit By Outsourcing Announces World No Tobacco Day ...
Albany Times Union
On 31st May each year Profit By Outsourcing, India's #1 Web Design Company celebrates World No Tobacco Day, highlighting the health risks associated with tobacco use and advocating for effective policies to reduce consumption. Tobacco use is the second ...

and more »

Magento Development Company India, Profit By Outsourcing Announces Magento on ...
PR Web (press release)
After it was took over by e-bay, Magento saw huge development both in terms of technology and its overall awareness in the world. Profit By Outsourcing is an Offshore Web Design Company in India specializing in PHP Programming, ASP.

and more »

Head of Web Development
This is Kent
A fantastic opportunity has arisen to join Halfords as their Head of Web Development. The purpose of the role is to develop and implement the Groups Multi-Channel development strategy. Holding overall accountability for the technical specification of ...