I have a pet project involving a speed reader. I use a nifty API to provide a reading box for the user. Each word of […] Read More
Some time ago I started a project using the Spritz SDK. It’s a website where you can speed read classic novels. I call it my […] Read More
There are times when you need to open many web pages. You might need just a few or lists but it can be helpful to […] Read More
About vhost files Setting up a website has many steps. It’s important to know the rules and technologies that perform data transfer. The two most common […] Read More
Working full stack at a marketing firm means making lots of copies of websites.
There are many options for working with emails. One of the options is to implement the PHP IMAP classes. Doing this lets you create highly […] Read More
Those pesky celebrities. Always being different ages. Always maybe being older than they were in the article you copied. . .
This example shows you how to implement the code I discuss in my posts ‘Building A Landing Page Template’ and ‘Tally Clicks By Name With […] Read More
You might find yourself wanting to remove all comments from a document. For what ever reason. Here’s the regex to do that.
After scraping a web page you will want to make many small textual edits. Relying on a basic find and replace in your IDE is […] Read More