Stand By

March 21st, 2010 Aden Posted in Website No Comments »

Please Stand By

Due to the somewhat addictive nature of Facebook (It’s so darn easy), there’s been not much new stuff being posted on The Shures network. I’ve come to the conclusion that Facebook, Twitter, etc. are like the crack of blogging; instant gratification but not long lasting satisfaction.

While hanging out with all your friends jibber jabbering at once in a public forum is fun, I prefer the ability to maintain a more personalized presence on the Internet. The constraints of a commercial closed system do not meet my needs or goals. I like the freedom of complete control of the what, when’s, and how’s of my Internet style.

Many key elements which I consider must haves are still missing from the popular social networking sites. Things like chronologically or subjectively organizing posts, no size restrictions, being able to make corrections, or the ability to customize.

I know someday developers will merge the best of worlds, both ease of use broadcasting and crafted content support. But until then, I’m going to keep doing my own Shures thing here. I’ll still use the other social sites for communicating, but my best will continue to be placed here.

While once again keeping The Shures network updated with the current and new, I’m also going to back fill in some of the missing good stuff from this last year.

AddThis Social Bookmark Button

Happy Birthday To Me

November 18th, 2009 Aden Posted in Website No Comments »

Aden's 1st Birthday
41 years and 2/3 over

AddThis Social Bookmark Button

Look How Far We’ve Come

June 10th, 2009 Aden Posted in Website No Comments »

The Orginal Shures Network

Circa 2002

On 11-12-2010, the Shures Network will be 10 years old. We’ve been here together through the hard times and the pain. On this day, I’ll have to celebrate you baby like I should.

8-24-2009 is also a big day. The current WordPress version of the website is 5 years old.

Mr. Peabody's Wayback Machine
Mr. Peabody's Wayback Machine

Time Travel

AddThis Social Bookmark Button

Cleaning Up My Act

May 24th, 2009 Aden Posted in Website No Comments »

Mr. Clean Magic Eraser

The Shures Network is a G-Rated website. I like to keep it clean.

I’ve also been cleaning up my apartment. :)

AddThis Social Bookmark Button

Ad Free Website

August 15th, 2008 Aden Posted in Website No Comments »

Just Say No!

The Shures Network is an ad free website.

This cyber property belongs solely to the Shures and
we wouldn’t want to clutter it with those annoying distractions.

AddThis Social Bookmark Button

Shures Network Changes

April 12th, 2008 Aden Posted in Website No Comments »

Wordpress

I’ve completely revamped the Shures Network website. I hope you like the changes.

It’s lean and clean and now loaded with nothing but Shures content.

AddThis Social Bookmark Button

Web 2.0 Survival

January 29th, 2008 Aden Posted in Website No Comments »

Social Network Websites

When a website gets featured on a popular social network, thousands of visitors may start flooding to your website. To prevent yourself from ending up like the others whose servers die when this happens, you need to plan ahead and take the steps necessary to streamline your website.

To prepare in case, I have implemented bandwidth and server load conservation for this site. I installed the WP-Cache wordpress plugin to turn the dynamic PHP pages into static HTML. I also recently switched the default background to plain white. These two changes along with the Custom Query String plug-in I’m using should do the trick.

I think we are prepared for any Digg Effect.

AddThis Social Bookmark Button

Custom WP Posts Per Page

November 1st, 2006 Aden Posted in Website 1 Comment »

By default, WordPress only has a global setting to control how many posts show up on each page. For small sites, this is fine. But as the multimedia heavy Shures Network website has grown in size, I’ve struggled with how to keep the home pages loading fast but also have all the archived content easily visible to visitors.

I tried using the < ?php query_posts('posts_per_page=X');?> command in my PHP files, but had trouble implementing it correctly. It works to control the posts per page, but caused other things to break.

After doing much soul searching, I finally ran across and installed the “Custom Query String” plugin. It works like a charm. I’m now able to individually control how many posts are shown in each area of the site.

AddThis Social Bookmark Button

Shoutbox Spam

October 30th, 2006 Aden Posted in Website 1 Comment »

After getting inundated with spam in the Shures Network shoutbox, I was considering removing it. But Pierre from France was kind enough to leave me a shout about his improved version with spam filtering. It interfaces with WordPress’s comment moderation and blacklists to ban or block undesirable shouts.

So far, after implementing the new code, 97.4% of my shoutbox spam is now being blocked. For some reason, a few are still being able to slip by with words that are on the blacklist. I’m sure this number will improve once my list of moderated IPs grows to encompass the shoutbox spammers.

Le Blog De Pierre

Thanks for the tip Pierre!

AddThis Social Bookmark Button

WordPress Custom PermaLinks

July 22nd, 2006 Aden Posted in Website No Comments »

Apache Webserver

Did you notice the new URL’s in your address bar? Try a catagory to see what the new links look like.

I turned on WordPress custom permalinks to make this site more browser and search engine friendly. I had to due a little Googling to get it working, but the final solution was easy. I just needed to change the Apache web server configuration file httpd.conf to AllowOverrides for the .htaccess entries needed by the mod_rewrite module.

Controlling software in Linux in a breeze. Most of the time, all you have to do is edit a text configuration file or two. Then restart the service (program) to implement the changes. The Shures Network runs on an all open source Linux platform.

Linux Inside

AddThis Social Bookmark Button