Category Archives: Web Development

Database PHP Session Handling

Database PHP Session Handling As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which … Continue reading

Posted in MYSQL, php development, Uncategorized | Tagged , , , | Leave a comment

A JQuery Print Library that fixes the IE7 Shrink-to-Fit issue

There is an option in most browsers called “Shrink-to-Fit”. This is a page setup configuration that, if turned on, will attempt to scale the web page in size to make it fit on the selected paper size you are printing … Continue reading

Posted in css, Html, Javascript Development, Web Development | Tagged , , , , , , , | 4 Comments

Where to find sos.dll

Where to find sos.dll If you are looking where to find sos.dll, please check the following locations before you download windebug tools: C:\Windows\Microsoft.NET\Framework\v2.0.50727 C:\Windows\Microsoft.NET\Framework\v4.0.30319 For Details on why this may be missing in other framework versions see: This post

Posted in Applications Development, ASP.net, C#.net, VB.net, Web Development | Tagged , , , , | Leave a comment

Mozilla Update Feeds with Remora API

If you were ever looking for a way to get information in regards to the latest addon versions for your favorite firefox addons, then look no further. There is a really neat xml response api that allows you to search … Continue reading

Posted in php development, Web Development | Tagged , , , , | Leave a comment

Adding events to iframe javascript

Technically it is possible to add events to an iframe but there are some caveats especially in terms of browser compatibility. for starters what I have found is that you can use the window object if you are trying to … Continue reading

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

JQuery UI Draggable – data(…)options is null or not an object in IE7

I was working on a project that allows the users to create a list of names in their account. They could then take a name from the global list and drag it to a recipients list to send a mass … Continue reading

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

Disappearing JSTree when using Themeroller

I am currently working on a project that utilizes a MySQL Nested Folder database design and a JQuery component called JSTree. The implementation actually works great. The system allows users to create “folders” for content and provides the ability to … Continue reading

Posted in css, Html, Javascript Development | Tagged , , , , | 5 Comments

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

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