Posted in Browsers, Forms, HTML5, Tips and Tricks, Web Development, tagged c:\fakepath, fakepath, file upload fakepath, HTML5, input type file fakepath on June 9, 2009 | 1 Comment »
Have you tried to manipulate the string that is returned by the value attribute of a file upload input (<input type=”file” />) under Internet Explorer 8? Did you get the strange c:\fakepath string? Relax - there is nothing wrong with your code, and although this is quite confusing, it has its justifiable reasons. Here is a screenshot of a [...]
Read Full Post »
Posted in AJAX, Acid.JS, CSS, Forms, Image Galleries, JavaScript, News, Rounded CSS Corners, Search, Website Widgets and Parts, tagged acid.js, AJAX, ajax library, ajax toolkit, ajax tools, browser gui, CSS, css tricks, custom checkboxes, custom radiobuttons, customdialogs, form skinning, form styling, Forms, javascript library, js library, selectbox replacement, website controls, website widgets, xmlhttprequest on June 6, 2009 | Leave a Comment »
Get most of the website widgets and tools I’m developing in a single package that is regularly updated. Whenever a new script or script update is available, it will be included in the download file. To stay informed and up-to-date with Acid.JS, please, subscribe to my RSS feed.
The latest additions are in red. Removed or [...]
Read Full Post »
Posted in AJAX, Content Management, Forms, Website Widgets and Parts, ajax hotel reservation form, tagged ajax booking form, ajax form, ajax hotel booking form, ajax hotel reservation form, hotel reservation form, php hotel booking form, php hotel reservation form, web 2.0 form on June 5, 2009 | 5 Comments »
Almost two years after the first release of my AJAX Hotel Reservation Form, the new version is finally out – totally rewritten, full of cool features and capable to suit the design of any website with its 12 skins.
Here’s what’s this all about:
AJAX Hotel Reservation Form is full featured AJAX solution for websites that provide [...]
Read Full Post »
Posted in Browsers, CSS, CSS Hacks, Tips and Tricks, tagged css hack, IE css hack, IE8 css hack, Internet Explorer 8 CSS hack, Internet Explorer 8 hack, Internet Explorer CSS hack on June 4, 2009 | Leave a Comment »
Notwithstanding the improvements in the CSS support in Internet Explorer 8, there may be cases when a CSS hack for that particular browser is necessary. Here is one that works in IE8 Standards Compliance Mode:
.classnameOrElement
{
color /*\**/: blue\9
}
And another one that will be applied in all IE versions:
.classnameOrElement
{
color: blue\9
}
Read Full Post »