Category Archives: Javascript Development

Javascript is quickly becoming a strong competitor next to flash technology due to advances in browser technology such as html5 and javascript engine optimization.

Convert dot net invaders to html5

Convert dot net invaders to html5 UPDATE: Playable UPDATE: Code Link So, I wrote a dot net invaders clone and thought that I would try my hand at converting it into an html5 version using canvas, and the same cruddy … Continue reading

Posted in Javascript Development, Web Development | Leave a comment

A Simple Javascript Canvas Render Framework

A Simple Javscript Canvas Render Framework It is possible to do a great number of things in many different languages, and due to the popularity of the some of the particular features of javascript, it is also possible to do … Continue reading

Posted in Javascript Development, Uncategorized | Leave a comment

Mootools Animations without Tween or Morph

Mootools Animations without Tween or Morph So I found that Tween and Morph did not do what I wanted, and that it would be pretty simple to cook a batch of javascript animation up in no time. The secret to … Continue reading

Posted in Javascript Development, Web Development | Leave a comment

Halloween is coming – Halloween javascript

Halloween is coming Halloween is fast approaching with us being over half the month through. Check out this little javascript which animates three ghost images in the screen swooping them and fading them out. This script is simple enough to … Continue reading

Posted in Javascript Development, Web Development | 1 Comment

Javascript and PHP Size Based Styles

Javascript and PHP Size Based Styles So you want to support different screen resolutions do you? Well, it is possible too much difficulty by creating a multiplexer for CSS files. This solution I am speaking about involves creating several style … Continue reading

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

Html Form Editing Embed Form Elements

Html Form Editing Embed Form Elements We have a demo up at http://www.swhistlesoft.com/demo/edithtmlforms/ which you may of course take a look at. There are some bugs and we will be posting a more complete demo in the near future. You … Continue reading

Posted in Html, Javascript Development, Web Development | 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

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