Apr 7, 2011 @ 3:15 pm.
Ever since I switched over to using a Mac, I’ve been struggling to find a really simple yet powerful blogging client. On PC platform nothing beats Windows Live Writer, it’s simple design with powerful editing capabilities make it a must for offline blogging. It also downloads your WordPress theme so that you can see exactly what your post will look like.
Read the rest of this entry
Tags: Bootcamp, Mac OS X, Windows 7, WordPress | Categories: Applications | 1 Comment
Mar 28, 2011 @ 1:07 pm.
Quick post on how to take screenshots using keyboard shortcuts.
Save to File:
CMD+SHIFT+3
Take a screenshot of the entire screen and save it as a file on the desktop
CMD+SHIFT+4
Select an area and take a screenshot of that area, save as file on the desktop
CMD+SHIFT+4 followed by SPACE
Click on a window and take a screenshot of that window, save as file on the desktop
Save to Clipboard
CMD+CTRL+SHIFT+3
Take a screenshot of the entire screen and save it to the clipboard
CMD+CTRL+SHIFT+4
Select an area and take a screenshot of that area, save it to the clipboard
CMD+SHIFT+4 followed by SPACE
Click on a window and take a screenshot of that window, save it to the clipboard
Tags: Mac OS X | Categories: Quick Tips | 0 Comments
Sep 18, 2010 @ 9:37 am.
The hosts file is a text file that maps hostnames to IP addresses. Upon typing a url address in the browser, the system first checks if there is a relevant entry in the hosts file and if exists gets the corresponding IP address. If no entries exists it resolves the IP via the active connection’s DNS servers.
The hosts file can be edited to block certain hostsnames, like ad-serving/malicious hosts, or used for web development purposes, i.e. to redirect domains to local addresses.
Read the rest of this entry
Tags: Mac OS X | Categories: Applications | 1 Comment