Archive for February, 2006

“Randomize” Header Images

Tuesday, February 21st, 2006

When I was developing FSA Tech Team website, I made random image rotator. Whenever the page is being refreshed, a new picture comes randomly from the album which belongs to. Since the website is static, I used JavaScript to develop it. The principal is simple: All picture files name are a number like 1.jpg, 2.jpg, 3.jpg so on. Create album folders like album1, album2, and son on. Inside those album folders, create a tn album for thumbnails. Then produce a random number - Math.random() - upto the number of files and by using this number, call the picture - document.write - . It is simple but nice! Isn’t it? ;)

(more…)

Editing and Saving Files in Theme Editor

Sunday, February 19th, 2006

Remember I pointed out that I tried to edit and save footer.php in Presentation - Theme Editor of WordPress. Editing was okay, but there was no any button save it. I was wondering what is the point! I realized the situation today: File Permission.

(more…)

Importing Jroller Posts to WordPress

Sunday, February 19th, 2006

I imported all my all posts from my jroller blog to here. I searched a way to export all entries from jroller, and to import WordPress. I realized there is a bunch of people who switched WordPress from jroller. But I also realized that there is no easy way to do it. Fortunately I don’t have lots of entries on jroller.

(more…)

Permalink Structure and .htaccess File

Saturday, February 18th, 2006

I wanted to change the structure of permalinks in the blog. Why? Wordpress’ default permalink structure is http://www.itcserver.com/blog/?p=123
But when you go to Options - Permalink, it says:

(more…)

feed: URI scheme

Wednesday, February 15th, 2006

The topic is feed protocol. Wikipedia’s feed protocol:

The feed: URI scheme (sometimes erroneously called “feed protocol“) is a non-standardized URI scheme designed to facilitate subscription to web feeds, specifically the automatic launching of a news aggregator when a hyperlink to a feed is clicked in a web browser.

(more…)

“feed is not a registered protocol”

Tuesday, February 14th, 2006

Every blog should include RSS. People can use RSS reader to read your posts without visiting your website. As a default there are two RSS links which are Entries (RSS) and Comments (RSS) in the footer of my blog. Right now click them and see what is going to happen. If you use Internet Explorer, you will get this famous message “The page cannot be displayed”. If you use Mozilla Firefox, you will get this alert message “feed is not a registered protocol”. What is the problem?

(more…)

“SAP Is Eating Oracle’s Lunch …”

Tuesday, February 7th, 2006

I got SAP Business Flash e-mail newsletter yesterday. There is a story “SAP Is Eating Oracle’s Lunch …” and it refers to “Oracle outlines ambitious business software plans” USA Today article.

Some quotes from this article:

(more…)

FSA Tech Team County Leader

Tuesday, February 7th, 2006

FSA Tech Team participated to Fulton County Tech Fair on Saturday, Januray 21, 2006 in Sandy Springs Middle School. The results are wonderful: FSA Tech Team studens won 8 first places, 6 second places and 5 third places. We found out that we are county leader among all Fulton County Schools. 27 projects of 5th, 6th, 7th and 8th grade levels will go to GaETC State Tech Fair and 8 projects of them are our projects. It is truly amazing!

(more…)