Drupal: Page Not found when returning from an OpenID provider
Apparently there are some issues with the OpenID module sometimes (I found this out when I switched over to hostgator from my previous webhost)… so here is the solution that worked for me: This is…
PHP SQL Query Builder
As an excersise I have started building another php based sql query builder (separate from my stagnating php framework). So far I can do SELECT [columns] FROM table WHERE [conditions] This is how it should…
Using Valums File Uploader with CodeIgniter
Valums file uploader is a fancy pants ajaxy uploader widgit that is meant to be used with normal php pages. It, by default, doesn’t really play well with CodeIgniter. Fortunately, it isn’t that hard to…
Ajaxy Pagination using jQuery
Saw this today: AJAX Pagination using jQuery and PHP with Animation. While it is quite simple to add paging using jQuery, why not make it work without the jQuery as well? It isn’t too hard…
Orms and Circular References
In my spare time I have been working on an ORM… not one meant to be used in the real world (well… not yet anyway). I currently have hasOne and hasMany working like so: <?php…
Recent Comments