Monthly Archives: June 2011

Simple Online Rich Text Editor

Fancy Editors have been online for quite some time now. There are some popular ones with lots of features like TinyMCE and CKEditor. These two competing brands have word like interfaces and are both open source. But how do these … Continue reading

Posted in Javascript Development, Web Development | 1 Comment

Joomla Module with Component Install

Looking for a way to package a module inside a component package, I came across the following technique. Re-use the JInstaller class and the com_installer install from folder code as well as the unpack methods to unzip.

Posted in Joomla Development, php development, Web Development | Tagged , , , , , , | 2 Comments

Joomla 1.0 Content Missing

Was having an issue viewing some content on a Joomla 1.0 site. Noticed that the server code was php5.3. There are some issues with some versions of Joomla with php5.3. For the 1.5 branch, the latest versions work but the … Continue reading

Posted in Content Management Systems, Joomla Development | Tagged , , , , , , , , | 7 Comments

Javascript Character Classes

I have put together the beginnings of a javascript character class script. The idea was to create a testing platform and the build the character class handler at the same time. Starting off as a need to build a scanner/parser … Continue reading

Posted in Javascript Development | Tagged , , , , , , , , , | Leave a comment

Javascript Object Oriented Ideas

Good article on Javascript Object Oriented Ideas If you are looking to do some “strange” things with javascript Object Oriented programming, then check out: this article. There is a lot of information on creating things like static functions, singletons, private/public … Continue reading

Posted in Javascript Development, Web Development | Tagged , , , , , , | 1 Comment

Boot Install Windows 7

If you are looking for a way to boot install Windows XP, Vista or 7 then you may try taking a look at: Boot Install Windows. 

Posted in Tech and How To | Tagged , , , , , , | 1 Comment

Including Code within pre tags

Including code within pre tags It may be apparent to some that putting code on the page may be difficult at times. Especially if you have a for loop such as the following:

Posted in Html, Web Development | Tagged , | Leave a comment

Simple Javascript Error Handler

Simple Javascript Error Handler If you have ever wanted a simple error handler utility for javascript that outputs error s on screen in a reasonable manner, check out this little script.

Posted in Javascript Development, Web Development | Tagged , , , , | 1 Comment