Daehee published this entry on Thursday 28 August, 2008 at 10:43 pm. It's been filed in the Internet Marketing + Web Development category. {Share Your Thoughts}
I wrote earlier this month about my dilemma with programming vs marketing. I can now share some general results since it’s nearly the end of the month.
Transforming from a web 2.0-ish website with cool features built with Django to a complete sales letter incorporating some of the previous features tripled my affiliate commissions for [...]
Daehee published this entry on Monday 11 August, 2008 at 3:08 pm. It's been filed in the Web Development category. {Share Your Thoughts}
The simplicity of Django continues to amaze me. Doing a www redirect is as simple as going into your settings.py file and adding:
PREPEND_WWW = True
That’s it!
Prepending www to your domain (e.g. www.itmilk.com instead of itmilk.com) is a basic SEO factor to avoid duplicate copies of your webpages.
Daehee published this entry on Thursday 31 July, 2008 at 1:00 pm. It's been filed in the Web Development category. {Share Your Thoughts}
For an e-commerce store I’m building with Satchmo, I need to add dynamic boxes–editable through the admin interface–on the front page of the site. For instance, I want the client to be able to edit not just the featured items on the front page, but also other smaller elements on that page like the welcome [...]
Daehee published this entry on Monday 07 July, 2008 at 8:04 pm. It's been filed in the Web Development category. {Share Your Thoughts}
I’ve been having problems with the DJANGO_SETTINGS_MODULE variable. For instance, I was following the tutorial in the Django Book and stumbled across the following error:
ImportError: Could not import settings ‘mysite.settings’ (Is it on sys.path? Does it have syntax errors?): No module named mysite.settings
The trick is not simply
export DJANGO_SETTINGS_MODULE=settings
but also to create a .pth file within [...]
Daehee published this entry on Sunday 03 February, 2008 at 10:58 pm. It's been filed in the Entrepreneurship + Web Development category. {Share Your Thoughts}
I recently teamed up with two programmers to leverage the current trend in social media. This means researching social networks like Facebook and Myspace and developing custom applications on those platforms. There is a tremendous amount of potential on social platforms because of the large, well-defined user bases and all the interesting sorts of personal [...]
Daehee published this entry on Saturday 26 January, 2008 at 4:43 pm. It's been filed in the Entrepreneurship + Penn State University + Web Development category. {Share Your Thoughts}
Network with other Facebook developers at Penn State. Meet a programmer who can create your dream Facebook application. Pitch your product idea and get valuable feedback from people with the business or technical know-how.
The Facebook Developer Garage is coming to our campus in March at the Lion Launch Pad. The actual date will be announced [...]
Daehee published this entry on Wednesday 12 December, 2007 at 12:39 am. It's been filed in the Web Development category. {1 Comment}
I’ve always wanted to use MediaWiki for a website, and I finally launched a site called Tontine Book with it. MediaWiki is the famous open-source software that powers Wikipedia, and it is undoubtedly the most powerful wiki software available. I love the concept of creating huge content websites through user collaboration. Compare this to the [...]
Daehee published this entry on Sunday 23 September, 2007 at 11:04 pm. It's been filed in the Web Development category. {Share Your Thoughts}
My favorite and most successful current project is Tontine Nation, which is built on the Ning social network platform. My site was recently featured on the official Ning blog as one of the successful Ning projects. Tontine is an upcoming reality tv show that is offering the largest prize money in the history of reality [...]
Daehee published this entry on Wednesday 01 August, 2007 at 8:13 pm. It's been filed in the Web Development category. {Share Your Thoughts}
When he’s not chasing Asian chicks or rocking out to emo music, Steve likes to be a programmer. One of the leading software development interns at Pepperjam, Steve is without-a-doubt one of the rising stars in the College of IST at Penn State University.
After nagging Steve to start a Wordpress blog about programming and web [...]
Daehee published this entry on Wednesday 25 July, 2007 at 10:13 pm. It's been filed in the Web Development category. {2 Comments}
Like most webmasters out there, I run Google Adsense on several of my websites. I don’t make nearly as much as I’d like to, although I get dozens of clicks each day. How much you make through Adsense really depends on the theme of your website. For instance, a real estate blog is going to [...]