Upcoming News
MySQL is known for its willingness to accept invalid queries, data values. It can silently commit your transaction, truncate your data....
Late last night, the developers behind phpBB announced that they’ve released phpBB 3.0.7-PL1. This release addresses a security vulnerability that was introduced in release 3.0.7, relating to a critical bug in the permission handling for feeds.
There's been lots of buzz about Zend Framework 2.0 recently, and for good reason: the feature list is truly kick-ass. With dozens of proposed changes, the second iteration of the web's most popular framework is looking to be considerably better, more efficient and easier to use than the first, while still offering the functionality that framework users have come to expect.
It has been 6 months since the last CodeIgniter minor update and 18 months since the last major update. Through all this time we were given no information about the next release of CodeIgniter, but finally 2.0 is on the way.
After the server lockout and subsequent move last week I had to setup all my old sites on the new server. Aside from the loss of a few posts my blog (which I could restore from Google cache) and a few comments (which I couldn’t restore unfortunately) everything was pretty smooth. That was until I had to move over one of my clients sites that was using Dolphin CMS.
Codeigniter framework has a built in method named _remap which allows the programmer to overwrite the behavior of calling your controller methods over URI. Usually the second segment of the URI determines which function in the controller gets called.
Hi everybody. After a long time, I am here again with my new articles. I thought it can be good to start with a little clue for PHP coders. Usage of PHP functions is so easy and practical. However, usually we need to write our own functions while we are making our applications.
Changes to the style of the CSS of a website can be done very easily, with the magic of JavaScript. However, JavaScript can be disabled, so it should be avoided for important things. The solution would be to use a server-side language, like PHP, to make it possible to create dynamic CSS files without having to resort to using JavaScript. Finally you can use dynamic CSS that works in all browser c
I see a number of questions regularly about module bootstraps in Zend Framework, and decided it was time to write a post about them finally.
In Zend Framework 1.8.0, we added Zend_Application, which is intended to (a) formalize the bootstrapping process, and (b) make it re-usable. One aspect of it was to allow bootstrapping of individual application modules -- which are discrete collections of
The dark days of Drupal theming are history. Today, it's pretty easy to find a slick design for your site, and if you need to build one from scratch there are great training tools to make the process painless. (Shameless plug: Lullabot's Theming Basics and Advanced Theming DVDs are a great resource!)
Let’s face it – there are a lot of development frameworks out there, especially for PHP. CodeIgnitor and CakePHP come to mind immediately as leading PHP frameworks, but in this article I’m going to give some compelling reasons as to why you should be doing your PHP development with the Fuse PHP Framework. Fuse is a Model/View/Controller framework for PHP.
If you design website themes for clients and know how much effort it can be to start from scratch, you might be interested in WordPress frameworks. You’re probably already familiar with WordPress, a versatile, low-end CMS (Content Management System) which is often used for weblogs and a variety of types of websites as well. But are you familiar with WordPress Frameworks, which can reduce your web
With the release of the iPhone OS 3 update came the ability to do live streaming. There are a few types of streaming and each requires a certain encoding and segmentation. I've put together a cheat sheet on how I went about building a static stream using FFMpeg and an example segmenter that someone has posted. I'm not covering windowed streams in this post but if you are thinking about implementi
PHP News System (phpns) is an open source CMS that enables you to embed dynamic content into an existing website. It allows you to design your website however you like, and squeezes content into your design, wherever you like, with one line of code. PHP News System requires PHP, MySQL and ability to change file permissions on the server.
Today, we are going to learn how to install eZ Publish script. eZ Publish is a powerful Content Management System that is easy to use and of course free. In this tutorial, you will be guided step-by-step until you will be able to set up this powerful script by yourself.