-
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: Javascript Development
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 javascript, page, php, sizes, styles
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 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
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
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
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
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 char, class, control, digit, helper, javascript, letter, punctuation, utf8, whitespace
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 class, javascript, object oriented, private, public, singletons, static functions
1 Comment
