|
Type: Books
Genre: Flash
Type: Books
Genre: Political
Type: Books
Genre: PHP
Type: Books
Genre: Web Development
Type: Books
Genre: CSS
Type: Books
Genre: PHP
Jin Lee is my brother and lately his journalism photography work is popping up everywhere like NYTimes, BusinessWeek and USAToday are only few to mention. Proud of that boy!

Silea is a friend I made while I was living in Berlin. She is a Cirque De Soleil type performance artist. She travels mostly in Europe to perform but check out her website to see if she would perform in your town. Or if you are a performance booking agent, book her!
By clicking this link, you'll add your name to the petition calling on the G8 to take action to break the cycle of hunger.
Truth or propaganda? Watch the controversial documentary about the pollution problem in Williamsburgh/Greenpoint Brooklyn by vbs and decide for yourself if the report is credible or not.
If you are a guitar player, you will truly be marveled by Gibson's new Robot Guitar just released. It tunes itself!! I am Drooling.
Finally a money manager web app that is worth looking at. Wasabe.com makes money budgeting fun again... wait, it never was fun. But it is now.
Bored at work? Need some inspiration to your business card design? Check out this gallery of beautifully designed cards.
Michael Boyink at EE wrote a book on learning ExpressionEngine CMS. EE is giving away 5 copies of the book and all you have to do is write something on the forum thread. Click here for more info. And oh, good luck!!
Home | About | News | Work | Journal | Contact | Client login
©1996 - 2009 Progressive Design In Motion
Hosted by Servint | A robust CMS powered by ExpressionEngine.
Add Feedburner to Expression Engine
This is how I incorporated Feedburner with Expression Engine. I feel very confident in using Feedburner as my main feed distributor due to their growth in popularity and they keeping adding new great features like subscribe by email. I don't see Feedburner going under anytime soon.
Ok, let's get dirty and dive into how to set up your feed in your EE powered site. Here are the easy steps to follow.
1) The default RSS template that comes with EE is not formatted well for text breaks and the images when viewed in the feed reader. You will have to adjust the codes to display properly in any feed reader. To help with this matter, I found a great article by Sue Crock from EEHowto.com where she revised the codes so that the text have the proper breaks and the images display properly in the feed reader. Go visit her site to copy the codes.
2) Create a new rss template in EE CP. I titled my template rss_2.0 because the codes are based on RSS 2.0 but you can ultimately title it whatever you like. Also, make sure the template you create is set to RSS page in the "Template Type" pull down menu options. Then copy the code from EEHowto.com in your blank template you just created.
3) Now, let's tweek Sue's codes to meet your needs. Find this code in the beginning of the codes.
{assign_variable:master_weblog_name="default_site"}{exp:rss:feed weblog="{master_weblog_name}"}
Since I only want the Journal ("journal" weblog) and the News ("news" weblog) sections to be fed, I changed the code to:
{assign_variable:master_weblog_name="journal|news"}{exp:rss:feed weblog="{master_weblog_name}"}
4) In your head area of your XHTML file, add:
<link rel="alternate" type="application/rss+xml" title="RSS" href="{path={my_template_group}/rss_2.0}" />Of course, you would have to change "my_template_group" to your group name. I placed this code below the stylesheet link. Update your template.
5) Then go to Feedburner's website. Type in your website's url starting with http:// and submit. You will be asked to register and just simply follow the very easy instructions.
6) Once you obtain the feed address from Feedburner, go back to you head area of your template and change the code from
<link rel="alternate" type="application/rss+xml" title="RSS" href="{path={my_template_group}/rss_2.0}" />to
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/id_given_by_feedburner" />Of course, you have to replace "id_given_by_feedburner" with whatever ID you got from Feedburner. Most likely your ID will be same as the name of your page title.
7) Lastly, hyperlink all the feed links or feed banner to http://feeds.feedburner.com/id_given_by_feedburner on your website pages. That's it, Feedburner will do the rest!
Once the user clicks on your hyperlink to subscribe to your feed, they will get prompted to this page (see below). Look at all the feed readers it supports! Also, Feedburner makes your site compatible to Atom based readers as well. It is a free service for 1 feed link and has a basic stat to see how many people are subscribing to your feed. For multiple feed links, you would have pay a monthly fee and you have access to much more advanced statistical information. As for me, I am a simpleton. I am pretty happy with the basic set-up I have and will consider to upgrade in the future if I have a reason to upgrade. Happy feeding!
Next entry: My "LOST" TV show theory
Previous entry: In search of a perfect hosting company