Search For Lost Code with Notepad++

Jul 20

Search For Lost Code with Notepad++

Sometimes I can't remember where I wrote a particular function, or even what file or folder the code is located in. Notepad++ has a great way of searching across multiple files for a piece of text.

Read More

Getting Flex Builder to work on 64-bit Windows

Jan 02

Getting Flex Builder to work on 64-bit Windows

I’ve been running the 64-bit version of XP and now the 64-bit version of Windows 7 for the past 2+ years, and I’ve always had issues with Flex: Blank build path windows (when right clicking on a project’s properties) – having to manage the project files manually Weird generated asset errors I think getting setup with Flex and eclipse...

Read More

Securing a WordPress page with https

Dec 07

Securing a WordPress page with https

What I needed I needed a way to secure a single page. This could be an order page or a page where I want to protect user information. The problem is, even if you simply try to go to “https://mysite.com/page”, you’ll be re-directed to the http page by WordPress. Furthermore, even if you use htaccess to force the content over https, you’ll...

Read More