AppleScript: check if File is open in Numbers

a Simple Script to test if the File is already open, if not Open the File on run set thisFunnelFile to (choose file of type “Numbers”) tell application “Numbers” launch activate set tmpList to name of every document –set file_name to name of (info for alias “Macintosh HD:path:to:file.txt”) set tmpdata to name of (info for […]

Continue reading

Hosting Self Hosted WordPress Blogs not installed in Root

If the WordPress is installed in /wordpress subfolder then the blog can be accessed www.example.com/wordpress but if you want the blog to be default page servered by the web-server.. there are many ways to do this.. but involves modification to many files and coping index.php, wp-config.php etc.. A simple solution is to edit “.htaccess” in the […]

Continue reading