Quantcast
Channel: Codeassembly
Browsing all 44 articles
Browse latest View live

projects

Projects that I created or I'm involved in

View Article



Hello World !

void main() { prinf("Hello World"); return 0;}

View Article

about

Who am I ?

View Article

How to implement Mysql full text search on a big website

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...

View Article

Implementing basic searching for your website

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.

View Article


A different approach to page caching

A different approach to page caching, cache only one portion of your page using a simple php class.

View Article

resources

View Article

ADODB, best php database abstraction class

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.

View Article


When to use join and when to use subselects

Many people ask this question. The answer is very simple, it depends on the context.

View Article


PHP simple timer class

This simple class is useful to benchmark different parts of your php code.

View Article

Apache 2.2.6 is out

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

View Article

Bug fix for apache 2.2.6 compilation on 64 bit linux

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

View Article

Upgrade to apache 2.2.6 without downtime

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.

View Article


Php mysql client library compilation problem

Solution for "configure: error: wrong mysql library version or lib not found" "/usr/bin/ld: cannot find -lmysqlclient_r" php compile error.

View Article

How to compile wxActivex (wxIe) with wxwidgets 2.8

A guide on how to modify wxActivex to compile with wxwidgets 2.8

View Article


Why template systems like smarty are useless and sometimes bad

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.

View Article

How to display inifinit depth expandable categories using php and javascript

Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.

View Article


How to display infinite depth expandable categories using php and javascript

Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.

View Article

Validate your html forms with javascript and php with a simple php class that...

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...

View Article

Add multiple chained ajax comboboxes without writing even one line of...

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

View Article
Browsing all 44 articles
Browse latest View live




Latest Images