A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Category Archives: Uncategorized

Posts imported

I just imported the posts from my old blog. Check my wiki for the Zend Framework and other Web Development notes –> http://wiki.ekini.net

Posted in Uncategorized | Tagged | 1 Comment

Firebug: Edit, debug, and monitor CSS, HTML, and JavaScript live in any web page

This is probably the best web developer tool. Nothing can even come close to this Firefox extension. It allows you to view those “invisible” innerHTML stuff and it clearly displays Javascript errors – very accurately. Get Firebug now!

Posted in Uncategorized | Tagged | Leave a comment

IBM makes PHP apps 3x faster with Xcache

Makes sense. And you don’t need to recompile PHP and Apache to do it! Here is a snippet:   PHP is a scripting language most often used to create Web applications. It’s easy to learn and produces visible results quickly. … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Very Simple PHP & MySQL Pagination

Here is a very simple tutorial to implement pagination using PHP and MySQL. Although this is not a fully working code, hopefully, the information provided here will be enough for most intermediate PHP programmers. $max = 10; $page = $_GET[’page’]; … Continue reading

Posted in Uncategorized | Tagged , | 4 Comments

Interesting PHP Framework: Stubbles

This one certainly caught my attention. I have been browsing around for a good MVC framework, and I am playing around with Code Igniter as of the moment. But Stubbles I think definitely deserves some attention. It is fairly new … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

A Definitive Guide to Arrays in PHP

Here is a long guide to arrays in PHP. Good Day! Here is yet another article of Fast PHP Articles Series. Today we are going to discuss ARRAYS. We will learn its syntax, its different types, the different built-in Array … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Unable to Claim My Blog in Technorati

I have been unable to claim my blog on Technorati. I am not sure whether it is my server’s fault or Technorati’s. But everytime I try to claim this blog, I get this error: There was a problem claiming your … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

MySQL native driver for PHP6 (mysqlnd)

That’s right, you heard me right: PHP6. Since PHP5 had very big improvements from PHP4, especially on the OOP side, I am already excited with the new stuff that will come with PHP6. And with this new addition (the mysqlnd … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Adium X 1.0 just released

The annoying little green duck is now on its 1.o release. For those of you who are not familiar with Adium, it is a free Instant Messaging client for Mac OS that can connect to almost all the networks like … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

PHP.net updates the Manual

PHP.net has probably the best manual in world. All manuals should be like PHP.net. The guys over there updated the Manual. My new favorite feature would have to be that the manual pages can now have images. It would be … Continue reading

Posted in Uncategorized | Tagged | Leave a comment