Newsflash

I've been busy lately

Sorry for the lack posts lately, but I've been really busy at work lately.  The good news is I'll be done soon, soon being March 2nd.  After that I'll have a lot more time.

Read more...
 
Check out my URL Shortener eatsh.it

Check out my new URL shortener eatsh.it.  The functionality in place right now is pretty basic, you can make a short url on the web site.  There is also an API available.  I will be posting a tutorial on how to leverage it later.

 
Finally integrated my URL Shortener

A month ago I created my own URL shortener eatsh.it.

Today I am integrating it into my blog.  Now all the articles I post, will be posted on twitter with my URL Shortener service.

To use it, simply go to http://eatsh.it.

Or, you can integrate it into a web app by calling http://eatsh.it/create?url={ENCODED URL}  It will return your new short URL.

 

Nate

 
Welcome
Welcome to my blog.  I will be posting PHP, iPhone SDK, and Social Media articles on a regular basis.  For ideas/feedback send me a message on Twitter. @natelyman
 
About Nate Lyman

Nate Lyman is an avid technologist/apple fan boy/php evangelist originally from Chicago IL.  After spending his college years in Des Moines IA, he is now residing in Silicon Valley CA.

Nate is currently employed at eBay as a Senior Software Engineer for the Advertising Technology Solutions group.  In the past he has been an IT Manager for a medium sized business, as well as lead developer/technologist for a Music Start Up.

At work, Nate works on the industry leading Internet Marketing platform.  A analytical tuned system that manages Paid Search, Natural Search, Online Comparison Shopping, and Competitive Intelligence.

Nate's hobbies include spending time with his fiance Kate and their dog Maddie, Web 2.0, NFL, Social Media, and developing PHP Web Apps/iPhone Apps.

 
Home
Announcing TwitFriday.com PDF Print E-mail
Technology
Written by Nate Lyman   
Thursday, 11 March 2010 17:48

Last Night I put on some finishing touches to my new service TwitFriday.com.  The purpose of the site is to allow you to login via twitter, and the site will automatically figure out who should be in your weekly Follow Friday tweet.

 
PHP Tek-X Conference in Chicago PDF Print E-mail
Programming
Written by Nate Lyman   
Thursday, 04 March 2010 18:45

Every year the folk at PHP|Architect put on a great conference PHP Tek.  This year Tex-X will be in Chicago and has a killer schedule lined up.  This year, myself and a handful of co-workers went to Code Works in San Francisco, which was also put on by the PHP|Architect folks.  TEK-X promises to build off the sessions we attend there and much more.

 
I've been busy lately PDF Print E-mail
Announcements
Written by Nate Lyman   
Thursday, 25 February 2010 23:51

Sorry for the lack posts lately, but I've been really busy at work lately.  The good news is I'll be done soon, soon being March 2nd.  After that I'll have a lot more time.

Last Updated on Thursday, 11 March 2010 19:53
 
Arrays vs Objects PDF Print E-mail
Programming
Written by Nate Lyman   
Saturday, 20 February 2010 07:50

This post isn't a stab at OOP at all.  This post is to simply show the differences in performance between Arrays and Objects.  For most applications it probably doesn't make a huge difference but if you're working on a large web application or backend job microseconds count.

I will use a snippet of code that does exactly the same thing but store the data in an object and an array.  First lets look at using an object.

Show/Hidden php code

Now, lets examine the difference if you use an array with string keys.

Show/Hidden php code

As you can tell, the array with string kess performs worse than an object.   Lets examine using a numeric key.

Show/Hidden php code

Look at that, nearly twice as fast as both objects and arrays with string indexes.  For the seasoned programmer this comes as no surprise, but for a more junior programmer this is something to keep in mind.  Yes, an assiciative array makes for cleaner code, but can have a pretty big impact on performance at scale.

 
Twitter is real PDF Print E-mail
Technology
Written by Nate Lyman   
Friday, 19 February 2010 18:09

Let people say what they want about Twitter and the impact of Social Media on websites, but there is a real impact these sites can have on your blog or website.

Last weekend I created a Twitter account for That's What She Said.  I then configured the site to post quotes as people post them directly to Twitter.  That alone I saw a 14x increase in traffic over the next few days. Next, I created a hourly job that searches Twitter for relevant hash tags and follows the users that have posted with the hash tag. This step bumped up my traffic an additional 4x. 

Starting two days ago I also began seeing my natural search clicks increase by 20x.  The new "real time" search on Google has been sending me a good portion of that traffic.

It's also worth noting that you shouldn't be "spammy" with how you post your links.  You need to do it in a controlled manner, as in, 1 or 2 tweets an hour.  You want to give your site presence to your followers without spamming them.

All and all I spent about 4 hours on making the changes to that site and reaped pretty huge rewards almost instantly.  From an ROI standpoint that is very promising, I've seen about a 50% bump in clicks on ads as well.

 
« StartPrev123456NextEnd »

Page 1 of 6

@natelyman

natelyman: Happy 103993/33102 Day!
natelyman: @chitownforte22 it smells like a turd covered in burnt hair!
natelyman: @mikvogel @rgiertz @chriswoods85 Vogel hit the nail on the head.
natelyman: My flight is booked for PHP Tek-X in Chicago May 18-22 Woohoo!