Under Application Basics, click on Open Containing FolderShow in Finder. From the menu at the top of the Firefox windowbar, select FileFirefox and then select the ExitQuit FirefoxQuit menu item. Click on the file named cert8.db. Press Cmd+Delete. Restart Firefox. more info http://support.mozilla.com/hu/kb/Could+not+initialize+the+browser+security+component
Monthly Archives: September 2010
15 jQuery Plugins To Create A User Friendly Tooltip
Tooltip is a good way to show extra information when user hovers the cursor over an element. The “hover box” will appear when the mouse hover in, and disappear when the mouse hover out.
Bulletproof & Flexible Layouts Made Simple
Bulletproof & Flexible Layouts Made Simple “Yet Another Multicolumn Layout” (YAML) is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is extremely versatile in its programming and absolutely accessible for end users. Focussed on web standards and accessibility Slim framework core with numerous extensions Robust, flexible layout concept (columns & grids) …
Continue reading “Bulletproof & Flexible Layouts Made Simple”
Dates in PHP and Mysql
$mysqldate = date( ‘Y-m-d H:i:s’, $phpdate ); $phpdate = strtotime( $mysqldate );
MySQL Tips and Functions
MySQL Tips and Functions • Comparison operators = Equals < Less than <= Less than or equal to > Greater than >= Greater than or equal to <> Not equal to != Not equal to LIKE Compare strings
Web Slice Format Specification – Version 0.9
Web Slice Example The following example shows how a Web Slice is defined on a Web page for an auction. Copy <div id=”slice1″> <p>Game System – $66.00</p> <div> <img src=”game.jpg”> <p>Auction ends: <abbr title=”2008-02-28T12:00:00-05:00″>6 hours</abbr></p> </div> <a rel=”feedurl” href=”www.ebay.com/game.xml”>Subscribe to Feed</a> <p>This item updates every <span>15</span> minutes.</p> </div> more http://msdn.microsoft.com/en-us/library/cc304073%28VS.85%29.aspx#_basic