Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


Php mysql client library compilation problem
2007-09-21 00:00:00
Solution for "configure: error: wrong mysql library version or lib not found" "/usr/bin/ld: cannot find -lmysqlclient_r" php compile error.
Read more: compilation

Upgrade to apache 2.2.6 without downtime
2007-09-21 00:00:00
I will show you how to upgrade your apache to the latest version without downtime, also some tips to get out the best performance from your apache.


Bug fix for apache 2.2.6 compilation on 64 bit linux
2007-09-21 00:00:00
This patch will solve ./configure error "/usr/lib/libexpat.so: could not read symbols: File in wrong format" that you encounter when you want to compile apache on 64 bit linux
Read more: compilation

Apache 2.2.6 is out
2007-09-19 00:00:00
A new version of apache web server is out, it took a long since the release of 2.2.4, and there was no 2.2.5 version
Read more: Apache

PHP simple timer class
2007-09-17 00:00:00
This simple class is useful to benchmark different parts of your php code.


When to use join and when to use subselects
2007-09-16 00:00:00
Many people ask this question. The answer is very simple, it depends on the context.


ADODB, best php database abstraction class
2007-09-12 00:00:00
I have been using it for a while and I really like it, it has great performance and comes with a php extension that speeds up things by 100% percent.
Read more: class

A different approach to page caching
2007-09-11 00:00:00
A different approach to page caching, cache only one portion of your page using a simple php class.


Implementing basic searching for your website
2007-09-11 00:00:00
Implementing basic searching for your website using mysql's full text search.


How to implement Mysql full text search on a big website
2007-09-09 00:00:00
How to implement Mysql FULL TEXT search on a big website , with million of rows and multiple tables. In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization) . Here is how you can implement your search, I will show this on a real world example.


Hello World !
2007-09-08 00:00:00
void main() { prinf("Hello World "); return 0;}


Why template systems like smarty are useless and sometimes bad
2007-09-27 00:00:00
Because there is a learning curve, because most php template classes have their own tags or even their own language like smarty and because they are very slow.
Read more: useless

How to compile wxActivex (wxIe) with wxwidgets 2.8
2007-09-27 00:00:00
A guide on how to modify wxActivex to compile with wxwidgets 2.8


Add multiple chained ajax comboboxes without writing even one line of javascript code, using a php class
2007-10-01 00:00:00
Add chained selects to your page without writing javascript code. Just add your html, call some methods and let the php class handle everything else


Validate your html forms with javascript and php with a simple php class that generates everything
2007-09-30 00:00:00
Validate your forms with javascript to make it easier for the user and reduce server load. The php class generates the javascript automatically and it also has a fallback to php validation if javascript is not available. It works with both php4 and php5.
Read more: Validate

How to display infinite depth expandable categories using php and javascript
2007-09-30 00:00:00
Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.


How to display inifinit depth expandable categories using php and javascript
2007-09-29 00:00:00
Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.


How to compile wxActivex (wxIe) with wxwidgets 2.8
2007-09-27 00:00:00
A guide on how to modify wxActivex to compile with wxwidgets 2.8


Why template systems like smarty are useless and sometimes bad
2007-09-27 00:00:00
Because there is a learning curve, because most php template classes have their own tags or even their own language like smarty and because they are very slow.
Read more: useless

Bug fix for apache 2.2.6 compilation on 64 bit linux
2007-09-21 00:00:00
This patch will solve ./configure error "/usr/lib/libexpat.so: could not read symbols: File in wrong format" that you encounter when you want to compile apache on 64 bit linux
Read more: compilation

Upgrade to apache 2.2.6 without downtime
2007-09-21 00:00:00
I will show you how to upgrade your apache to the latest version without downtime, and also some tips to get out the best performance from your apache.


Php mysql client library compilation problem
2007-09-21 00:00:00
Solution for "configure: error: wrong mysql library version or lib not found" "/usr/bin/ld: cannot find -lmysqlclient_r" php compile error.
Read more: compilation

Apache 2.2.6 is out
2007-09-19 00:00:00
A new version of apache web server is out, it took a long since the release of 2.2.4, and there was no 2.2.5 version
Read more: Apache

PHP simple timer class
2007-09-17 00:00:00
This simple class is useful to benchmark different parts of your php code.


When to use join and when to use subselects
2007-09-16 00:00:00
Many people ask this question. The answer is very simple, it depends on the context.


ADODB, best php database abstraction class
2007-09-12 00:00:00
I have been using it for a while and I really like it, it has great performance and comes with a php extension that speeds up things by 100% percent.
Read more: class

A different approach to page caching
2007-09-11 00:00:00
A different approach to page caching, cache only one portion of your page using a simple php class.


Implementing basic searching for your website
2007-09-11 00:00:00
Implementing basic searching for your website using mysql's full text search, and also some tips on how to refine your searches using fulltext boolean search.


How to implement Mysql full text search on a big website
2007-09-09 00:00:00
How to implement Mysql FULL TEXT search on a big website , with million of rows and multiple tables. In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization) . Here is how you can implement your search, I will show this on a real world example.


Hello World !
2007-09-08 00:00:00
void main() { prinf("Hello World "); return 0;}


Page 1 of 3 « < 1 2 3 > »
eXTReMe Tracker