Archive for the ‘PHP’ Category

I am set to write tutorials, tips and tweaks for Nooku

Friday, August 26, 2011 2:54 1 Comment

I have been working with Nooku Framework  for sometime and there are many things to share with like minded people. With less accessible and updated documentation and few tutorials, Nooku can be daunting at first sight. And with so many things here and there, you can feel like bullets swooshing over your head. Ranging From [...]

This was posted under category: Joomla, MyUpdates, Nooku, PHP, Tutorial Tags: , ,

Nooku Framework – A Rapid Development Framework For Joomla

Tuesday, September 7, 2010 23:49 No Comments

I think Nooku framework is better. But what is Nooku Framework? Nooku Framework is a new engine, that runs alongside Joomla‘s own framework. I have been working with Nooku for sometime now and to be true it is many miles ahead of Joomla! core framework.  Joomla! 1.5 Framework was major revolution in Joomla history. It [...]

This was posted under category: Joomla, MyUpdates, Nooku, PHP Tags: , ,

Creating Color Element in Joomla for custom parameter type

Thursday, January 14, 2010 9:14 4 Comments

Elements are of utmost importance in Joomla development. Elements allows you to create custom parameter type that you can use in your metadata files. Metadata files are xml files that are used to provide configuration parameters to your component, module, plugin or even views. Metadata files for your views are used configure menu links that [...]

This was posted under category: Joomla, Mootools, PHP, Tutorial Tags: , , , , ,

Paypal Donation Module for Joomla

Tuesday, December 29, 2009 9:20 No Comments

A small donation can make a big difference to opensource developers who devote few hours a day to help a community of users. I also develop extensions for Joomla and release it for others to use. Joomlaguru.com.np is one of my site that is devoted to help Joomla users. Small or Big, donations matter to [...]

This was posted under category: Joomla, MyUpdates, PHP, Projects Tags: , , ,

JQuery Plugin for Joomla

Sunday, December 20, 2009 21:08 9 Comments

I recently released jQuery plugin for Joomla on joomlaguru.com.np. This is a simple plugin that allows user to use jQuery in Joomla and is based on my tutorial here. This plugin works in two modes and allows user a flexibility to replace or use jquery in conjunction with mootools.  This plugin is released under GNU/GPL [...]

This was posted under category: Joomla, JQuery, MyUpdates, News, PHP, Projects Tags: , , , , , ,

Analytics Plugin for Joomla

Tuesday, December 15, 2009 14:04 No Comments

I have created a google analytics plugin for Joomla. This plugin is simple and inserts google analytics code into joomla pages. This plugin is released under GNU/GPL license. The plugin is free and available from www.joomlaguru.com.np

This was posted under category: Joomla, MyUpdates, News, PHP Tags: , , , , ,

Joomla1.6 Alpha 2 Released

Sunday, October 25, 2009 23:50 No Comments

Good news and Congratulations to every Joomligans – The most awaited Joomla 1.6 is in its alpha 2. I personally believe this will be better joomla than ever. Better navigation, better organization of contents and better extension development environment and many more. The most important thing in this joomla for me is ACL management, still [...]

This was posted under category: Joomla, MyUpdates, News, PHP, Projects Tags: , ,

Calculating Past and Future dates in PHP

Thursday, August 27, 2009 3:09 1 Comment

Have you wondered, if there was an easy way to find past and future dates in PHP? I had to work on something similar and to tell the truth I did not know that we had easy way around. Yes, I used to create my own library for this, silly me .

This was posted under category: PHP, Projects, Tutorial Tags: , ,

Redirecting a subdomain to script with .htaccess

Tuesday, July 14, 2009 23:50 3 Comments

I recently had to work with .htaccess to redirect user to their homepage based on subdomain. The requirement was simple and is seen here and there and ofcourse everywhere now a days in different social networks. The requirement was redirecting http://username.domain.tld to http://domain.tld/user.php?u=username. This is just an example (Not similar to url I used). So [...]

This was posted under category: .htaccess, PHP, Tutorial Tags: , , , , , ,

Multithreading in PHP

Tuesday, May 12, 2009 1:25 1 Comment

I hear different people saying different things about multi-threading in PHP. Some say it cannot be done, no way and others say yes, it can be done. But I say, it cannot be done purely but we can implement pseudo multithreading. That is we can fake multi threading in PHP. So how do we do [...]

This was posted under category: PHP, Tutorial Tags: , ,