March 2012
1 post
Hide the Spotlight Menu Icon in Mac OS X Lion →
To hide the Spotlight icon:
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search killall SystemUIServer
To show the Spotlight icon again use:
sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search killall SystemUIServer
November 2011
2 posts
Yield Thought: I swapped my MacBook for an... →
yieldthought:
On September 19th, I said goodbye to my trusty MacBook Pro and started developing exclusively on an iPad + Linode 512. This is the surprising story of a month spent working in the cloud.
It all started when I bought my first MacBook a couple of years ago. Frustrated by the inconsistent…
Coders are special. We are expected to know how to do things we’ve never done...
– @jaimeohm via @majstors. Same goes for designers, even more so. (via sprawsmblog)
October 2011
1 post
Use qprint to encode and decode quoted-printable... →
Usage: qprint -d encoded_file > output_file
June 2011
1 post
Mute/unmute app for Mac →
January 2011
1 post
Display log in Rails console:
...
– How can I see the SQL that will be generated by a given ActiveRecord query in Ruby on Rails - Stack Overflow
November 2010
1 post
How Science Saved my Soul [Video] →
October 2010
2 posts
Tech Support →
The MP3 Experiment #7 →
August 2010
1 post
Drop all tables in a MySQL database →
Simple way to drop all tables in a MySQL database. Especially useful if you have a lot of tables and you don’t want to delete whole database.
July 2010
5 posts
The Ruby Toolbox →
Postmark – Email delivery for web apps →
Newsberry - bulk email sending →
Dynamic Dummy Image Generator →
Lorem ipsum for images.
The “Common Sense” Startup →
May 2010
1 post
Nice collection of regular expressions in Ruby. →
April 2010
3 posts
World’s Most Expensive iPad Stand [PIC] →
kwi's i18n_routing at master - GitHub →
Math Teacher’s April Fools →
October 2009
1 post
1 tag
September 2009
1 post
Creepy →
August 2009
3 posts
Tech Support Cheat Sheet →
5 tags
Screen lock keyboard shortcut for your Mac →
Simple way to lock Mac screen using QuickSilver.
Simple Google Pie Chart Graph in Rails →
Simple Google Pie Chart Graph in Rails
June 2009
1 post
When Parallels shared networking stops working →
When Parallels shared networking stops working there’s a simple way to restart shared networking and to make it work again. Just execute:
sudo /Library/StartupItems/Parallels/pvsnatd restart
May 2009
1 post
Language Switcher WordPress Plugin →
April 2009
3 posts
Ultra Slow Motion Sneezing →
Watch We Didnt Start the Flame War on CollegeHumor →
Clearance - login with username →
ropiku:
For my Rails projects currently I’m using Thoughtbot’s stack (Shoulda, factory_girl) and now I switched to Clearance. I love it because it’s tested and it’s easy to extend. One such modification that I need is to allow users to login with username. I wrote a demo app and here’s a tutorial on how to do it yourself.
March 2009
6 posts
Intro to Git for Designers →
jQuery Dropdown Menu →
jQuery Dropdown Menu →
Extreme Sheep LED Art →
Signs: Office Geeks in Love →
Remains of the Day: The Jon Stewart Explains... →
February 2009
5 posts
Find Wireless Networks With iStumbler →
AreMySitesUp.com →
Learn about the Canonical Link Element in 5... →
Learn about the Canonical Link Element in 5... →
College Girl Drops Out of School Because of…... →
November 2008
6 posts
7 Awesome Admin Themes to Skin Your Next Client... →
What's New in Edge Rails: :except and :only... →
Rails 2.2 Change: Limited Resource Routes →
Rails - do you know when your code runs? →
I didn’t knew that stuff like 1.week.ago is evaluated only when class is loaded, so after a week the statement:
has_many :recent_posts, :class_name => ‘Post’, :conditions => [“created_at > ?”, 1.week.ago]
would return last two weeks of posts (provided that app hasn’t been restarted).
Filtering View Content by Role in Rails →
October 2008
6 posts
Thoughts on European Start Ups →
A slideshow displaying interesting graphs which show that some of the greatest companies were started during depressions.
Goodbye, old 500 page. →
Free WiFi hotspots in Novi Sad →
Free WiFi hotspots in Novi Sad
MoreCSS - JS script "extends" CSS →
Seems like a great JS script to do some common things that cannot be done in CSS, but can be done with JS. It’s good to have all those in one place instead of having a separate JS for each.
[thanks to Dragan Babic]