Category Archives: Html

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

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

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

Using Jquery in an iframe

Although it may not seem like an easy task at first, it is quite possible to use jquery inside of an iframe. The first trick involves loading jquery inside the iframe code itself. Html Containing Iframe

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

Placeholder Content for Web and Print

In case you are ever in need for placeholder content for your site there are some greate resources available to you in terms of graphics and text. The standard textual placeholder content is known as Lorem Ipsum and can be … Continue reading

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