Blog Archives

enabling CORS on Apache

Many people struggle to get CORS (Cross-Origin Resource Sharing) enabled on their site to allow transmission of JSON, XML, or some other sort of data from one script to another, running on different domains. Simply adding Header always set Access-Control-Allow-Origin “*” 

Tagged with: , , , ,
Posted in how-to, resources, unsorted

securing WordPress

Part of securing a WordPress installation is checking up on your file permissions. In order to prevent overwriting by malicious code, limit the permissions to read-only except where necessary. Here’s a good start: Relative Path Suggested permissions / 0755 /wp-admin

Tagged with: , , , , ,
Posted in how-to

essential and useful WordPress plugins I’ve tested and used

After installing and removing zillions of them, here are my faves: BJ Lazy Load Lazy loads images and other embedded media so that they are not sent to the client until the client scrolls near it. Saves bandwidth and makes

Tagged with: , , , , ,
Posted in how-to

firing background tasks in PHP

Background case madisonrightnow.com is a collection of near-real-time information about a metropolitan area. Traffic, weather, parking lot usage, and loads of web cam images are displayed on one page. Data come from a wide variety of sources: images come from

Tagged with: , , , ,
Posted in how-to

email mail merge in Office 2010 with hyperlinks

The goal of this tutorial is to perform a mail merge which includes a unique URL (web address) for each record. That way, you can send email with unique URLs for each recipient, which may be useful when sending surveys or

Tagged with: , , ,
Posted in how-to

how to fix call log popping up unexpectedly on Samsung Galaxy devices

If you recently paired a Samsung Gear smartwatch with your Samsung Galaxy phone, you may experience the phone’s call log appearing inadvertently. To fix this, open the Gear Manager app, tap Notifications, and uncheck the Smart relay feature.

Tagged with: , , , , ,
Posted in how-to

Can’t move VMWare Fusion on Mac OS X?

If you get some message like “You don’t have permission to move this Application” or some such thing, try this in Terminal: sudo chown -R username /Applications/VMware\ Fusion.app sudo chmod -R 777 /Applications/VMware\ Fusion.app

Tagged with: , , ,
Posted in how-to

how to set up a VPN with Asus RT-N16 and Mac OS X

Step by step how to set up a VPN with Asus NT-R16 and Mac OS X

Tagged with: , , , ,
Posted in how-to
filter