Archive

Archive for the ‘Php’ Category

Finally ready to clean my weblog on wordpress

June 18th, 2010 No comments

Finally I’m ready to clean my weblog after long trial given to my blog.

Actually why I need to clean up is that, I have given lots core code twiks on earlier version and there are some problem on All in one seo plugin, that it didn’t show Title over right on my home page my all on one seo plugin. I tried to fix lot but its make other code to damage.

I’m sorry for the unconvinced. I think it will take around an hour to set up .

I’m waiting desperately for the new release of wordpress 3.0, to the fact it’s very important to upgrade and there are lots of new and interesting feature, I have written about this on earlier post.

ok, Now I will say what preparation I have done before, cleaning up by wordpress blog. Actually Im going to drop all the wordpress file and setup with new wordpress 3.o .  Although its easy to upgrade directly from wordpress dashbord but it dint solve my all in one seo home page problem. So I’m gong to install fresh copy of new release of wordpress. Read more…

What are the Best PHP Frameworks Available?

February 10th, 2010 3 comments

Within the past few years as PHP has evolved as the scripting language of choice by most developers, there have been an explosion of PHP frameworks to hit the scene. There is a great debate about what the best PHP frameworks are, because the simple fact is that not every framework is built for everyone. Here’s a quick rundown of five of the best and most popular choices right now: Read more…

Categories: Php Tags: ,

Most Common Mistakes When Using a PHP Framework

February 10th, 2010 No comments

Mistakes are possible in any type of programming, but PHP frameworks help to limit these mistakes greatly by providing good quality code that is tried and true from the start of the development process. Repetitive coding seems to promote mistakes now and then, and frameworks all but eliminate that problem.

That being said, there are still things to be careful of when utilizing any PHP framework. For instance, unless you are an expert in PHP programming, you should always opt for using a popular framework with plenty of support and an active user base (see below for examples of popular PHP frameworks). There are many frameworks out there that have little or no support, and/or they were created by individuals with limited knowledge of PHP. These types of frameworks can cause your applications to not function properly, and worse case scenario, could cause catastrophic security issues with your website. Read more…

Categories: Php Tags: ,

What to Look for in a PHP Framework?

February 10th, 2010 No comments

There’s plenty of options available to anyone who may be searching for PHP frameworks, and there’s even the option of creating your own, although that’s only recommended for PHP experts. When searching for the the PHP framework best suited for your needs, it’s important to keep in mind who will be using and/or modifying your applications from top to bottom. If there are many people who will be using the application, it may be best use a popular PHP framework that many developers are familiar with. On the other hand, if you wish to build web applications for your own personal use, you are better off choosing any PHP framework that you’re comfortable with – whether it’s popular amongst the developer community or not.

Various factors to search for in a PHP framework include: easy of use, rapid development/performance, popularity amongst other developers, strong features, and support/forums. It’s recommended to try out several PHP frameworks when you’re first starting out in order to find one that suits your needs the best. All frameworks are slightly different and have varying strengths and weaknesses, for instance Zend Framework has been around since V3 and is full of features plus has an extensive support system in place since it has been around for so long. On the contrary, CakePHP is another PHP framework which is younger than Zend Framework and has slightly less of a support system in place (although support for this framework is growing rapidly), but is much more user-friendly and easy to use. Read more…

Categories: Php Tags: ,

Why Should we use a PHP Framework?

February 9th, 2010 No comments

Developers should utilize PHP frameworks for various reasons, but the number one reason is for speeding up the development process. Reusing code across similar projects will save the developer a substantial amount of time and effort. A framework offers pre-built modules for performing tedious coding tasks, so the developer can spend their time on developing the actual application rather than re-building the foundation with each and every project.

Stability is another big reason developers are utilizing frameworks. While simplicity is one of PHP’s greatest assets, and the reason many people prefer to use this scripting language, it can also be one of its biggest downfalls. It’s fairly easy, especially for beginners, to write bad code and not even realize it. With PHP the application will often times still work, but unknowingly you may have opened up a large security hole in your coding that may be susceptible to attacks. It’s important to remember that PHP is a very forgiving language, so it’s even more important to make sure to tie up any loose ends in your coding – even if the application seems to be working properly. Read more…

Categories: Php Tags: , ,

What is a PHP Framework?

February 9th, 2010 No comments

PHP is the world’s most popular scripting language for many different reasons – flexibility, ease-of-use, among others – but often times coding in PHP, or any language for that matter, can get rather monotonous and repetitive. That’s where a PHP framework can help.

PHP frameworks streamline the the development of web applications written in PHP by providing a basic structure for which to build the web applications. In other words, PHP frameworks help to promote rapid application development (RAD), which saves you time, helps build more stable applications, and reduces the amount of repetitive coding for developers. Frameworks can also help beginners to build more stable apps by ensuring proper database interaction and coding on the presentation layer. This allows you to spend more time creating the actual web application, instead of spending time writing repetitive code. Read more…

Categories: Php Tags: , ,