HTML <li class=""><!-- leave the empty class --> <a href="#" id="drop2" role="button" data-toggle="dropdown">Dropdown 2 <b></b></a> <ul role="menu" aria-labelledby="drop2"> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li> <li...
For Gems that Need DevKit
1) Download Ruby 1.9.3-p0 2) Download DevKit file from http://rubyinstaller.org/downloads (DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe) 3) Extract DevKit to path C:\Ruby193\DevKit 4) cd C:\Ruby193\DevKit 5) ruby dk.rb init 6) ruby dk.rb review 7) ruby dk.rb install -- Thanks to Massimo Tips: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit Read more...
Parallax Page Scrolling
SASS setup for Windows & Eclipse
http://sass-lang.com/download.html (required) http://compass-style.org/ (optional but highly recommended) http://git-scm.com/downloads (required) http://rubyonrails.org/download (required) http://www.mutuallyhuman.com/blog/2011/08/15/scout-app-0-5-0-released/ (optional – your choice) http://www.aptana.com/products/studio3/getting_started (optional but good for eclipse) http://windows.github.com/ (completely unrelated but...
Forget to check “Add Ruby executables to your PATH”? No problem here’s how to do it AFTER installation.
Go to your computer's control panel (in a folder right click computer > properties) > System settings > Advanced System Settings You will get a popup. Towards the bottom click on Environment Variables... The second box should be system variables. In the sub menu find 'Path' and double click on it. Do not delete any of the text here. At the end of the text add the folder path to your ruby installation. The folder should be...
GREAT SASS setup information or (SCSS)
Checkout this blog for a great tutorial. It walks you through setup step by step. http://blog.assortedgarbage.com/2012/03/using-dreamweaver-with-sass-and-less/
PHP WordPress Author BIO with Gravatar Image
The Code <div id="author-bio"> <h3>About The Author</h3> <?php echo get_avatar( get_the_author_email(), '80' ); ?> <h4><?php the_author(); ?> on <?php the_time('l, F jS, Y') ?></h4> <?php the_author_description(); ?> </div><!--end author-bio--> Breakdown: <div id="author-bio"> (the div tag is for styling in CSS) <h3>About The Author</h3> (author header...
Make a Tool Tip from a Title Tag: Awesome JQuery Tooltips
I created my social media icon titles using Jquery. Learn how to customize your own title tags and tool tips here: http://jquerytools.org/demos/tooltip/index.html What I used: CSS Code: .tooltip { display: none; background:transparent url(http://desaraeveit.com/wp-content/themes/Trim/images/tooltip-arrow.png); font-size:12px; height:70px; width:160px; padding:25px; color:#eee; top: 53px !important; } .tooltip a...
Programming Languages at a Glance
There are a lot of programming languages out there. Not all of them are in my list, but for anyone new to web design, programming or business owners curious what I'm doing when I do that magic that brings the web to life, well think of this as the skeleton or foundation that brings it all to life. What does HTML stand for? HTML stands for HyperText Markup Language and is the primary language for the world wide web. It is a simple page-layout...
Building Your Own Members Directory + Custom WordPress Profile Information
I don't always enjoy coding, because I'm not always fluent in every coding language and it may take me up to three days to figure out what I want to do. In many cases people don't share the code they custom built and that makes things even harder when I have to figure it all out by my lonesome. In the last two days, I'm proud to say, I figured out two big hurdles ALL ON MY OWN - take that PHP! Those two big hurdles? Organizing a classifieds site...
  Sign up for the Newsletter
  Follow DesaraeV on Twitter
  Subscribe to the RSS Feed








