Today, as I was hauling yet another “Shopper Stopper” (a junk-snail-mail newspaper in Madison, WI) to the recycle bin, I decided to take a look at and see if there was a way to stop their delivery. None was listed, so I turned to Google…
To stop delivery, just call Madison Newspapers’ customer service number at 608-252-6363, select option 5, and ask them to stop it. Should stop in 1-2 weeks. Thanks Google…Stopping the Shopper Stopper
SPOILERS!: Microsoft Buys Google Online Crown For $44.6B
In the news this week is that Microsoft is offering to buy Yahoo for $44.6 Billion. If this deal goes through, two things will happen. 1. It totally won’t matter. 2. Microsoft will have just bought their own defeat to Google in the “online wars” (for the sake of the argument, please just pretend there is an online war). Here’s the bare-bones story…
Slowing Down Those Hot Licks…
Bluegrass is known for it’s hot pickers, playing faster than ears can hear. It can make learning tunes a bit difficult. Luckily, we no longer have to ruin our records and needles, or stretch out our cassette tapes with endless rewinds. If you have iTunes on your computer, then you already have a great tool for slowing down music… AND video! It’s a little known fact… but Apple’s free QuickTime Player (installed along with iTunes) is great for slowing down your favorite audio and/or video clips. It even allows you to change the pitch so you don’t have to retune your instrument! Here’s how to do it:
- Choose an audio or video file and open it in QuickTime Player (mp3s, wav, aif, mov, mp4, etc…)
- In QuickTime, choose cmd-k (Mac) or ctrl-k (PC) to open the A/V Controls (or from the Windows menu)
- Adjust the speed and/or pitch to your liking
Searching for a Web Host
It’s been a year since I have gone shopping for a new website host. I found a lot of new ones and some good tools that helped in the search. I also got a chance to preview some of the different tools used by different hosts and wanted to share my experiences.
These are the three most popular tools used by hosting companies to manage their users and servers. Although they are not all the same, they do offer much of the same services. They are also what you, the user, can use to administer your site and it’s services. In addition, these apps are used to setup user accounts on the server itself and each has there own styles and security measures. Here’s a quick rundown…
(more…)
AppleScript for PHP developers - Part I
AppleScript is a scripting language for Mac users that allows you to automate actions and applications. It is similar to other scripting languages like Perl and PHP but currently only runs on the Mac OS. What makes Applescript especially interesting is it’s ability to control many of the Mac’s applications that include support for AppleScript (eg. PhotoShop, QuickTime, The Finder, etc…). In addition, OS X has introduced Applescript Studio which is an IDE for Applescript and allows one to build fantastic Graphical User Interfaces (GUIs) using another Apple development tool called Interface Builder. Together, these tools allow you to build complete stand-alone applications quickly and easily.
The bad news about AppleScript is that it’s syntax is rather confusing. It was written to read like spoken English and although this may help new users, it can be very difficult to adjust to for a programmer coming from another language. Most other scripting languages have many syntax similarities and are usually based upon C but this is not the case with AppleScript. Using the classic Apple mantra of “think different”, the writers of AppleScript decided to create a completely different syntax that is very arguably easier to learn. For this reason, I will attempt to draw comparisons to Applescript from the viewpoint of a PHP developer. These comparisons should also be useful to developers using other languages (eg. Perl, Python) but I use PHP here because it is most familiar to me.(more…)
Object Oriented PHP
I’ve been working on some object oriented PHP code and since this is a very confusing topic, I thought I would share a quick overview about PHP, OOP and classes…
(more…)
Streaming - Part I
What is streaming?
Streaming is one of those buzz words that many use but few understand. Plainly, it is the “live” or “just in time” delivery of data over a network (internet/web) and is mostly associated with audio and video media. The confusion comes from people misunderstanding the difference between “downloading” a file and “streaming” a file. Let’s see if I can help clarify…
(more…)
