grab our rss feed  WarpConduit on Facebook
WarpConduit.Net

Entries for October, 2009

Installing Metadot on Ubuntu Server 9.04

Installing Ubuntu 9.04 on Virtual PC Note: If not installing to Virtual PC, ignore any steps that have to do with GRUB, menu.lst and modifying the boot command line. 1. Boot to installation CD 2. Choose a language (English) 3. Press F6 and then ESC 4. Add “vga=791 noreplace-paravirt” before “quiet” in the boot command line and press ENTER [...]

Create a Floating Menu with jQuery

Here is the code you can use to create a floating jQuery menu that stays where you absolutely position it on the screen. Make sure you have jQuery loaded on whatever page you use this. Try it out yourself! HTML <div id="floatMenu"> <h3>Floating Menu</h3> <ul> <li><a onclick="return false;" href="#">Menu Item 1</a></li> <li><a onclick="return false;" href="#">Menu [...]