Tweak CSS styles for IE only
So right now I'm debugging a site I developed that looks fine in all browsers except IE. When run in Explorer, the main heading was shifted down about 20 pixels from where it should be. So i'm doing some digging on how to modify the CSS for IE only and leave the others intact, and I stumbled across IE conditional statements. Basically, these are HTML...
Create a Scrolling Check Box List
If you are using the CheckBoxList control in ASP.Net, or you just have a bunch of options for users to check, a large number of check boxes options can take up a lot of room on your web page. Also, you may have a <select> with a lot of options, you need to allow multiple selects, but it also takes up a lot of room,...
Free Advanced Editor for Web Development
Ace HTML Pro is an advanced code editor for web developers. It can work with HTML, XHTML, ASP, JavaScript, CSS, WML, XML, Perl, PHP and JSP. You can manage projects in a Visual Studio sort of way, and there and handy features such as FTP uploading, and search and replace through folders and sub-folders. The application sells for $69.95 US, but for the next two...
CSS Tabs With a Bit of JavaScript
This CSS2 code will enable you to display the separate pages of your application in an intuitive tabbed interface. I use JavaScript to create the linked buttons, and an array of links to display the tabs. This code snippet also provides both the ASP and the PHP code to process the array and output the tabs properly. The code picks up the URl of the...
DHTML Image Thumbnail Chooser
This function allows you to easily browse through a series of thumbnails. When you click on a thumbnail, the full-size image is displayed on the right. The currently selected thumbnail becomes highlighted. The DHTML changes the source of an image tag, by taking out the '_tn' of the thumbnail filename. You can use this for your images, just create smaller images with the same filename...