Stress Management for Programmers

By John Kim | February 8th, 2010    Retweet  



Programming is an exercise in mental stamina, and a developer may have to hold intense concentration for hours at a time. This can cause unnecessary stress for the programmer, and also physical pains, such as a sore wrist, back aches, and eye strain. Unless you are the type that eats, and breathes programming, you will probably feel the wear and tear of this career over time. But there are a few programming stress management tips I could give that can make your days go by smoothly.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

Improve Site Performance with GZIP

By John Kim | January 15th, 2010    Retweet  

One of the biggest killers of a website is slow performance. A few years ago, the rule was to have your website load no longer than 13 seconds on a 56k modem. In the age of high speed internet, your site shouldn’t take longer than 5 seconds to load up. This magic number derives from the bounce rate of internet users based on load time, and with such strict guidelines, I find it amazing that most developers place performance last on their priority list. Although there are tons of tips and tricks to use while optimizing a website, a really easy one is to add gzip to your web server.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

Curiosity Media Celebrates One Year Baby!

By John Kim | December 30th, 2009    Retweet  



Around last December we had the soft launch of Curiosity-Media which quietly went unnoticed. Since that time we have worked on several web projects, were photographers for 3 weddings, 2 birthday parties, and an engagement session. All this was stemmed from pure determination and drive to prove that we could successfully start and run a business. We experimented with many ideas this year, and that experience will be used for future growth of our company, which still has a long ways to go.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

RedirectMatch, The Smart Way to 301 Redirect

By John Kim | December 11th, 2009    Retweet  

I had recently had an issue with a website where two different URL’s pointed to the exact same page.The website serves up dynamic content, and generates products pages on the fly, which is the norm for e-commerce sites. But instead of using a query string, we use the mod rewrite to change the url into a prettier form (mod rewrite). The issue is that when I inherited the site, the previous developer had used the url in this form.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

XML Loaded Banner Rotator in Flash CS4

By John Kim | November 13th, 2009      

I just recently finished a project which involved me developing an XML loaded Banner Rotator and I thought I’d share the process with you folks. The key features of this XML Loaded Banner Rotator is that you can add as many images as you would need, and each image can hold a hyperlink. Bloomingdales has a similar rotating banner, and so I modeled mine after what they had. If you lovely people would like to view a demo of this XML Loaded Banner Rotator, then please click here, or you can take a hike, because hiking is very good exercise.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

True Relgion Brand Jean’s Site Launch

By John Kim | October 28th, 2009      

This past August, a guy we know from True Religion Brand Jeans has asked Curiosity Media to develop a certificate application for them. This project was the first time that a company, of this size, has asked us to do work. Although we weren’t responsible for their actual website, it feels good to know that we have at least developed a useful application for a big company.

The sites main purpose was to allow visitors to view all of True Religion Brand Jean’s Certificate of Compliance of their products. I’m guessing this is because of some law for the apparel industry, or it might just be a good way for them to instill trust in their customers. The application was very basic, due to the time constraints of the project, but it still has some cool features. You are able to drill down into a folder type infrastructure, organize certificates by name, date, or hits, and search for each certificate from the search bar. I’ve also kept it easy for the company to maintain their certificates by allowing them to just drag and drop them into the ftp server. A script is running in the background that will recognize the updates, and respond accordingly.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

Removing Annoying Image Padding in Firefox

By John Kim | September 29th, 2009      

Ever have an issue where firefox puts an annoying image padding under every image?

This is especially annoying when dealing with sliced images that you’re trying to piece together.

Here is a simple solution that I found out, and it couldn’t be easier.

Hopefully this simple css code will prevent you from tying a rope to the cieling and hanging yourself.

img{display:block;}

Place this style on every page, and you should be set.

If I saved even one life from this, than I know I’ve done my job. Now will someone please give me a job?I’m broke.



digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

Cleaning Up Your URL Query String using Rewrite Engine

By John Kim | September 6th, 2009      

Search Engine Optimization is a huge industry where companies get paid millions of dollars to boost their rankings to the top of Google. Now this article will not try to explain all the little tricks to achieve a higher search rank, but one way to improve the likelihood of having better SEO would be to clean up your damn URL.

If you are hosted onto an apache server then please continue, otherwise this information would be complete and utter garbage to you.

So how can you clean up a url that looks like this:

/certificate.php?folder=men&sort=date&order=desc&page=1

To a url that looks like this:

/certificate/men/date/desc/1/

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

Daycares at an Affordable Price

By John Kim | August 28th, 2009      

Decades ago, it was possible for the average family to survive off of one income. As the inflation rate has increased over the years, a one income family is no longer feasible. Two parents must now work to maintain their living standards which is sadly the reality. So today, it’s very important to have a outstanding daycares to look after the children while mom and dad are at work.

Yuth Family Child Care has opened it’s doors in 2005 to the working family in the Signal Hill and Long Beach area. Sambo Yuth who is the founder of Yuth Family Child Care, has ensured that every child she looks after receives the best child care money can buy. She caters to children from nursery to school age and she even provides pick ups and drop offs so parents can have the peace of mind that their kids are safe. Not only is Yuth Family Child Care about quality, they offer their services at an affordable price. So your search for daycares can end right now.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

Need Airplane Parts?

By John Kim | August 14th, 2009      

Freedom Aerospace is one of our newest launches for Curiosity Media. The site took around 3 months to develop, and it is the first site to tackle a database that contains 7 million plus records of just airplane parts information. The challenge was to find a way to retrieve a 7 million record database and not bog down the servers processing.

Mysql database is not always the best choice if you want a huge database of records. But although it’s not perfect, the best way to improve performance is to carefully choose your indexes for each table. You also need to find creative ways to partition, or break up these records. Unfortunately I recently figured out how to further improve the efficiency of data retrieval. ‘Apache Lucene’ is the key to this, and I wish I had known this sooner, because I think the server that is hosting Freedom Aerospace doesn’t have Java support. And for those of you who thinks Java is just another delicious hot drink, well it’s actually a powerful programming language.

Continue Reading

digg it reddit stumble it facebook
Post to MySpace!
Add this to your blog:
(Copy & paste code)

Page 2 of 3«123»
Copyright © 2012 . All Rights Reserved . iCurious Media
Terms and Conditions . Privacy Policy . Site Map