Building Semantic Web CRUD operations using PHP
Create, Read, Update, and Delete (CRUD) operations are the most basic database operations, but they are also the most crucial. CRUD operations are... more »
0 commentsSave Tags: how-to, php, web design
Remote CLI Debugging via Eclipse PDT
About a month ago, I finally sat still long enough to get "PHP Web Page" debugging via Xdebug figured out in Eclipse PDT. As far as my Eclipse setup... more »
0 commentsSave Tags: eclipse, php
Quick HTML Tutorials
Learn HTML in quickly. This tutorials is quick reference to HTML.
1 commentsSave Tags: ajax, css-html, php
Null and Empty Strings
Anyone who has programmed for any length of time has encountered the concepts of null and empty strings. They are not the same, and confusing the two... more »
0 commentsSave Tags: database, php
Parsing PHP gettext strings with Ruby
How to get both _("string") and {t}string{/t} out of a whole project and update a .po file when working with gettext in PHP with Smarty.
0 commentsSave Tags: how-to, php, ruby
2 Great Web Based Alternatives to PHPMyAdmin
PHPMyAdmin has many features, but it’s slow. Personally I think I use around 30% of what it has to offer. So I searched around for other lighter and... more »
1 commentsSave Tags: php, reviews
WordPress 2.7 Hits WordPress.com Thursday, December 4, 2008
In an announcement on the WordPress.com blog, WordPress 2.7 will arrive on Thursday, December 4, 2008, at 8PM Eastern Time in the United States.
0 commentsSave Tags: announcement, php, tools, web design
symfony 1.2: It's not just about code
The first day of december started well: It meant the release of the new symfony 1.2.0 version. Aside from the additions and improvements in the code,... more »
0 commentsSave Tags: frameworks, php
Call the expert: Simple Registration with sfDoctrineGuardPlugin
So, after my last tutorial demonstrating how to customize the sfGuardUser admin generator module in the sfDoctrineGuardPlugin I have had several... more »
0 commentsSave Tags: frameworks, php
First 1.1 Alpha Version Released
Today I am very happy to introduce the first alpha version of the 1.1 branch of Doctrine. This means we have just about finalized the scope of... more »
0 commentsSave Tags: frameworks, php
» 5 tips and tools to optimize your php application - Part 1 simple
With php becoming a more mature language and frameworks becoming a standard practice, it’s increasingly important to analyze your code and test the... more »
0 commentsSave Tags: php
PHP + Large files
I was working on the project Hotelotravel for last few months and as usual in many cases it involved working with large database files because when... more »
0 commentsSave Tags: frameworks, php
How did I reduce CPU overhead problem caused by mySql?
In this you'll see a simple technique used to reduce the mysql database overhead reducing the CPU load.
0 commentsSave Tags: database, how-to, php
Jobeet - Day 2: The Project
We have not written a single line of PHP yet, but yesterday, we setup the environment, created an empty symfony project, and made sure we started with... more »
0 commentsSave Tags: frameworks, php
NetBeans for PHP : ANT support in PHP projects
A build tool can be used for automated actions. For example if you want to have continual build and run tests, building documentations, create a... more »
0 commentsSave Tags: php, tools
5 tips and tools to optimize your php application - part 1 - simple
A quick overview of 5 tips/tools to optimize your web applications. This part covers the simple "front end" areas of a site and really applies to any... more »
0 commentsSave Tags: how-to, php, standards, tools