508 friendly Dropdown Menu

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...

Read More

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...

Read More

Trouble Editing Styles in Google Chrome > Elements?

I did too and this page may help: https://developers.google.com/chrome-developer-tools/docs/elements-styles I’m not sure what I did but all of a sudden I couldn’t edit existing styles. What fixed it? CTRL + SHIFT + C. I’ve read other posts where people have done other things and broke it as well but this did the trick for me and I couldn’t find it noted anywhere else so just throwing the tip out there.

Read More

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...

Read More

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...

Read More

Open a Link in a New Window

BAD: <a href="backuplink.html" class="doSomething">Click!</a> And the Javascript inside the myscript.js file would contain something like this: Good: $('a.doSomething').click(function(){ // Do something here! alert('You did something, woo hoo!'); }); Read more...

Read More

Changing Permalinks in WordPress for WAMP Users

Users of WAMP (Windows): Some versions of WAMP (all versions?) do not enable mod_rewrite or permit following SymLinks by default. To enable the required functionality navigate to the apache/conf/httpd.conf file, open with a text editor and uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (i.e., delete the hash/pound sign at the front of the line). Then further down in the same file there is a section that starts with...

Read More
schedule an appointment with DesaraeV, Click here Desaraev Google Plus