Monthly Archives: December 2010

Joomla Plugin – BaseUri in an Article

If you have ever thought about using the baseuri path in joomla inside an article to help while transitioning from dev to live. In case you may be wondering about Joomla and the potential of why this would not be … Continue reading

Posted in Web Development | Leave a comment

Creating Javascript Widgets

Creating widgets in javascript is not a new idea and is becomming more or less of a wide spread technology thanks to well used web aps like facebook, myspace and even google apps. A widget is basically a simple graphical … Continue reading

Posted in Javascript Development | Leave a comment

Javascript css float attribute

FYI for those of you trying to perform css float style updates programmatically, you have a little hurdle in order to apply this style correctly. Like the other style that have javascript counterparts through the use of element.style, the float … Continue reading

Posted in Javascript Development | Leave a comment

Perl Socket.so and inet_aton.so

Upon building a module for perl I ran into a build issue with Socket.so in regards to an undefined symbol: inet_aton.so. When taking a closer look at the socket.so lib, it is apparent that the “proper” libraries should be there, … Continue reading

Posted in Perl Scripting | Leave a comment