Posts in Tips and tricks

Best iPad apps to remote desktop to your iMac

Only recently I needed to access my iMac GUI whilst I was away aboard. I’ve always ssh to my iMac being a geek. But for[…]

Fixing Drush after updating php5.5.10 on MAMP 3.0.5

I had issue running Drush after upgrading MAMP 3.0.5 on PHP5.5.10 To fix this you need to edit .bash_profile. Run these commands in terminal sudo[…]

How to see hidden files on you Mac

Copy and past below the following terminal commands to see all hidden files on your mac. defaults write com.apple.finder AppleShowAllFiles YES

Top 10 Must have apps for Front-end developers

1. Sublime Text 3 The must popular IDE to write up your HTML and CSS. 2. iTerm / terminal All front-end mush have some knowledge[…]

Sublime Text tips for Frontenders

Here are my top tips for frontend developers who works with Sublime 1. Sorting CSS By highlighting your CSS you can hiting F5 to organise[…]

Must have Compass Plugins to help your SASS

I’ve been using Compass for awhile now… the best tool to compile your SASS. Below are some plugins I use to help create that perfect[…]

Pure HTML and CSS

I came across this site, whilst enhancing my SASS skill. Amazing what we can do with HTML, CSS and Javascript. http://codepen.io/ See the Pen Tear-able[…]

CSS3 image crop

Here is a tip how to use div to crop your images and keep its dimensions. CSS3 <code> .crop-image-90×90 { border-bottom: 2px solid #E17D00; float:[…]

Twitter Bootstrap Vs. Skeleton

Hi guys, if you are looking for a quick site build from scratch, i would advice to download Twitter Bootstrap or Skeleton to help you get[…]

Git not working after installing Mountain Lion

Hi guys, If you’re having problems with GIT after installing Mountain Lion. You need to do the following: 1. Make sure you install and update[…]

How to import new DB dump in MAMP command lines

Here is a tip how to create and import database dump to your MAMP phpMyAdmin using Terminal command line: /Applications/MAMP/Library/bin/mysql –host=localhost -uroot -proot –default-character-set=utf8 DB-NAME[…]

iPhone enhancements for webapps and websites

To add icon to your homescreen. you need to create graphic to 58px x 58px   with the half glare: <link rel=”apple-touch-icon-precomposed” href=”img/icon.png”/>   plain:[…]