The Low Down on Net Neutrality

What they heck is it? Most people don’t know it past the slogan .. and that’s what it is, a slogan. Net neutrality does not mean ‘left alone”, there’s nothing laissez faire about it. It does mean oversight, more oversight of the Internet than currently exists.

The advocating net neutrality want all data to be created equal. This means that Internet Service Providers ((ISPs) can not discriminate between certain data types or feeds. They oppose the creation of ‘fast lanes’ by ISPs that will have some traffic flowing freely but restrict speeds on other types of traffic. For instance, movies versus text/image websites.

??????????????????????Opposition to net neutrality state that they system has worked fine so far, so why do we need legislation in the first place. ISPs discriminate against data all the time to ensure certain quality of service standards, and it has little to no effect on the consumer. Additionally, it appears that you would want ISPs to be able to fast lane certain traffic. Why does it always have to be a negative thing? Why couldn’t this benefit the consumer? My videos may come to me faster than a text website, I’m fine with that. And don’t we already fast lane our data – ISPs have different speed packages. You pay more, you get more speed… sometimes.

So which side are you on. It appears that everyone would want the Internet just to be the Internet, stop fussing with it. But if ISPs are dead set on limiting my user experience (not sure why they would be) I’m certain there will a piece of technology ready to fill that demand gap. Personally, I’m not very worried if they don’t enact net neutrality. I’ve been looking for a great reason to dump my ISP anyway.

Digital Worlds

Just finished up a long term project with Digital Worlds at the University of Florida in Gainesville. This web design project intends to reach young audiences with compelling content. It is a place for them to upload videos, share, collaborate and get insights into problems and issues that

What’s New For 2015

Really, we’re not all that sure. We’ll go where the winds blow us but we do have some exciting projects to start out the year right. January will be a big month for us here at Livewire and we hope it only goes up from there. We’re glad

Review: PHP Live Chat ★★★★

4 Stars for this chat system from GNTStudio. It’s quite useful and very easy to install. We’re actually planning to use it on our own website we like it so much. They lose one star because we had to modify a bit too much to get things to

An Accessibility Mindset

How often do you receive this response when inquiring about making a website more accessible? We wish we could devote more resources to it, but at the moment we just don’t know enough to get started. The value and necessity of making websites accessible are generally recognized. Almost

New Projects

We’re excited to have new projects coming in on a regular basis. On the menu for the next few weeks are some great opportunities to expand our portfolio and our reach. Lake Butler is electing a new Sheriff soon and we’ll be creating one of the candidate’s websites.

Woocommerce Products Per Page

Interestingly Woocommerce does not seem to have a default setting for ‘products per page’. Unsurprisingly, there’s a simple workaround. Add to your functions.php Replace “28” with whatever number you want. add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 28;’ ), 20 );