Subscribe to my RSS feed RSS

Archive for the Tag ‘code’

June 7, 2008

How do I remove certain pages from my WordPress menu?

When a blog theme automatically puts new pages in a tab at the top, how do you make a page but put the link in the sidebar?

{Read More}

March 5, 2008

How do I add a spinner to my AJAX application?

I have an AJAX application using Prototype which pulls data from a server. How can I show one of those spinning AJAX-style circles while data is loading?

{Read More}

March 4, 2008

How can I generate images with PHP?

I’d like to have an image on my website that gets updated with different text based on the current user. My website is built in PHP. Can I do this?

{Read More}