Saturday, March 20, 2010

Controlling Twitter SMS notifications through code

Controlling Twitter SMS notifications through code

It’s not secret my current favorite tech toys are my iPhone and Twitter.
I follow several hundred people of interest, and regularly use TwitterFon Pro, TweetDeck and Twitter.com to keep up with them all. For an elite group of people I follow on twitter I choose to have their updates pushed to me via SMS (text [...]

Info on the new iPhone has leaked

May 13, 2009 by Josh Highland  
Filed under hardware, iPhone, mac

Info on the new iPhone has leaked

I have been keeping my ears open for rumors about the new iPhone. Earlier this week, the above image was leaked onto a mac rumors website from a chinese source.
The image above shows a new iPhone model number “MB717LL” with 32GB of Storage. If the poster’s claims are to be believed, the new iPhone will [...]

How the notPopular.com podcast is made

How the notPopular.com podcast is made

Some of you blog reading people might know that I have a fairly well known podcast called the “notPop podcast”, that centers around music news and the activities of my site, notPopular.com. for almost 2 years now @xFLORIDAx and I have been churning these podcasts out and having a lot of fun doing it.
From time [...]

phpBB admin password manual reset

phpBB admin password manual reset

Today I ran into a situation where I had forgotten the password to my development instance of phpBB 3. I was stuck in a situation were I needed to reset the password. I had full admin access to the database, so changing it there wouldn’t be the problem. The real problem is that phpBB uses [...]

no place like home (and end keys) on a mac

March 19, 2009 by Josh Highland  
Filed under hacks, hardware, mac, software, windows

no place like home (and end keys) on a mac

I never noticed how often I use the “home” and “end” keys when I type until they were taken away from me. I am a programmer by trade, and as a result, I type code all day long. On a PC the end key will take you to the end of a line, and the [...]

I got a mac

March 16, 2009 by Josh Highland  
Filed under Josh's Rambling, hardware, iPhone, mac

I got a mac

As part of my 2009 new years resolutions, I’m going to write an iPhone application and launch it this year. I realized that the first quarter of the year is almost over and I haven’t made any progress on this. The biggest hurdle was the development platform. I’ve tried to install Mac OS X onto [...]

JQuery 1.3 domination through deprecation

February 19, 2009 by Josh Highland  
Filed under javascript, software, web 2.0

JQuery 1.3 domination through deprecation

On a project I maintain, we recently rolled up to JQuery 1.3.1 from JQuery 1.2.6. Upon doing so, several things instantly broke.
I started seeing errors on lines like this:
if($(‘input[@name=username]‘).val() != “”)
I decided to check the JQuery 1.3 relase notes to see what had changed.
The first bullet point answered my problem:
The ‘@’ in [@attr] has been [...]

Manually reset your WordPress password

Manually reset your WordPress password

It doesn’t matter what application your working with, losing your password is always a pain in the ass. Luckly if you are working with wordpress (man, I blog a lot about wordpress these days), on your server and you have access to the MySql database, resetting your password manually is a snap.

Login to your PhpMyAdmin
Select [...]

WordPress Security

January 31, 2009 by Josh Highland  
Filed under software, tutorials, wordpress

WordPress Security

I love WordPress. Of all the blogging and web content management systems I have tried WordPress wins hands down. I’ve moved several of my clients sites and my personal sites to the WordPress platform over the last few months.
As a web developer with a checkered past, security is always a concern of mine when using [...]

Let cURL do your heavy lifting

January 27, 2009 by Josh Highland  
Filed under internet, linux, software, tutorials

Let cURL do your heavy lifting

In a previous post, I talked about using cron to do your bidding. If you do a lot of web development like I do, you may have some web based tasks that you need to automate. A good example of this could be clearing a file cache or tipping of a script to rebuild your [...]

« Previous PageNext Page »