HTML Format Issue - Gaps around images in table cells
Having a line feed in the HTML source can cause an gap (what would appear to be a padding issue).BAD<table> <tr> <td> <!-- the line feed here can cause spacing issues -->...
View ArticleError Using Interop.SourceTypeLib.dll on Machine without VSS Installation
Error: Retrieving the COM class factory for component with CLSID {783CD4E4- 9D54-11CF-B8EE-00608CC9A71F} failed due to the following error: 80040154.Received when installing a .MSI (built in VS2008)...
View ArticleHTML Div Win (divwin) Floating Windows
HTML Div Win (divwin) Floating Windows with Auto Alignment and Expand/Collapse feature. This is an HTML layout with javascript that allows auto alignment, collapsable, draggable/movable, inline...
View ArticleHTML Opacity
<scriptid="SetOpacity"type="text/javascript"language="Javascript">function SetOpacity(obj, val) { val = (val > 100) ? 100 : val; val = (val < 0) ? 0 : val; obj.setAttribute('SetOpacity',...
View ArticleHTML JavaScript Web Service Call
<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server">...
View ArticleDefault and Disable Zoom in Handheld Device Browsers
<metacontent='True'name='HandheldFriendly'/><metacontent='width=device-width; initial-scale=1.0; maximum-scale=1.0;...
View ArticleTransform URL List into HTML Unordered List
This method will take a flat list of fully qualified URL's and transform them into nested bullets (i.e. HTML unordered lists). It is a simple method to convert the flat list of URL's into a psuedo...
View Article