saquery.com
a web developer' s kung fu…
Delete all Table Rows When trying to fade out and delete a table row you will realize that the table rows can not hide slow. The trick is to hide the table cells as follows. OPTIONgroup_idgroup_member Delete Row02 Delete Row21 Delete Row32 Delete Row03 Delete Row24 Delete Row25 Delete Row26
If you want to write applications without external dependencies it might be a good idea to embedd resources like images XML or text data into your assembly file. The code snippet below shows how to read embedded resources from an compiled assembly at runtime.
The following code snippet shows an easy way to determine the root URL of a Web Application within the .Net Framework.
Categories: Snippets | Add a Comment
This snippet shows a simple solution to generate Slug Urls like WordPress with the Dot Net Framework.
This is my implementation of a Masterpage like solution in Python.
Using Css Sprite in Web Development can improve significantly your page load speed. Parts of a big Image via Css background-position How does it work? The Image Html Source Code <div id="spriteSample"> <ul> <li class="chrome"></li> <li class="opera"></li> <li class="safari"></li> <li class="ie"></li> <li class="firefox"></li> </ul> </div> Css Source Code <style> #spriteSample li{ background: url('/blg/wp-content/uploads/sprite-browsers.png') no-repeat top [...]
This jQuery Plugin extends a Html TextArea Element so that it can handle Tab and Alt+Tab keypress events. It can be usefull to edit and format HTML Code.
Online Tools do your work in the browser Uncategorized browser tools Colorpicker http://www.colorschemer.com/online.html Here you pick realy nice Colors. Compress & Obfuscate JavaScript / CSS Compressor http://yui.2clics.net/ The YUI Compressor online Binary File to Base64 Encoder / Translator http://www.greywyvern.com/code/php/binary2base64 Use this tool to create data streams for embedding images (or any type of file) in [...]
Identify an object as type of array in Javascript.