Tag Archives: web
Move Twitter Tweets To The Left
Not long ago, I wrote an article describing how to move Facebook’s timeline to the left of the menu. I’ve come to prefer content on the left and judging by that article’s view statistics, I’m not the only one. Today’s computer tech tip will do the same thing to Twitter […]
Introduction To PHP Include & Require
The PHP Include function is used to pull different pages together into one. For example, a default header, menu, and footer can be included on multiple content pages. When you want to update the menu, you only need to update a single file. Then the changes are reflected on all […]
Posted in: Web Development
Tagged: code, CSS, HTML, lorem ipsum, Notepad++, PHP, sample text, syntax, text editor, web, web development
Move Facebook Timeline Back To The Left
Facebook is at it again. This time changing the layout and color scheme of the profile page. The new, gray, decaying color scheme is more accurate to the product than they realize. Moving the timeline to the right of your about information was a bad move since that’s the content […]
Prevent WordPress SPAM Comments & Registrations With JavaScript
The battle against SPAM continues, so I have another hurdle you can implement to help prevent bots from submitting comments and registering accounts. Although this tip is aimed at WordPress, the basic idea can be applied to any application. What we’re going to do is encase (or hide) the submit […]
Disable Firefox Tab Drag Preview
Being able to rearrange your open tabs in Firefox is awesome! Having the tabs preview box cover the indicator arrow – which shows where your tab is moving to – isn’t awesome. In actuality, it defeats the purpose of the indicator arrow. When Firefox choose to adopt a minimalistic interface […]
RSS Links In Archive-type Pages
A while back, I adjusted the Feeds List page with basic directions on how to find the RSS feed of a specific category, tag, or author. That would allow readers to subscribe to a specific listing of their choice rather than the whole site feed. While doing that, I had […]
Posted in: Web Development
Tagged: code, HTML, PHP, RSS feed, syntax, web, web development, WordPress
Recent Comments