-
Recent Posts
Recent Comments
Archives
Categories
- Applications Development
- ASP.net
- Bash Scripting
- C Programming
- C#.net
- Content Management Systems
- css
- Drupal Development
- Free Games
- Free Tools
- Html
- Javascript Development
- Joomla Development
- MYSQL
- Perl Scripting
- php development
- Projects
- Server Development
- Tech and How To
- Uncategorized
- VB.net
- Web Development
- Wordpress Development
Meta
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 demo, editor, forms, html, swhistlesoft
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 Internet Explorer 7, jquery, patch, plugin, print, scale, shrink-to-fit, web application
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 draggable, Internet Explorer, jquery, jquery ui, patch
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 Internet Explorer 7, jquery, jquery ui, jstree, themeroller
2 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:
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 iframe, javascript, jquery
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
