New Mobile SIte

Head on over to livewiregeeks on your mobile device

It’s our new mobile site based on Chalis iwebapp – a powerful framework that works well across the board. Livewire mobile has everything our main website has but is built for mobile devices. A custom redirect script detects whether a user is accessing the website via a mobile device and, if so, automatically redirects them to the mobile website. Pretty neat.

If users want to go back to the desktop version, they can do so, but the mobile experience is meant to keep things simple for all users. Mobile website’s are a snap, and a typical website is easy to transform into an iwebapp. It’s affordable too – we don’t charge you an arm and a leg to do something that is relatively easy for us. We can pass the iwebapp savings onto you.

We also are pro’s at responsive website design. This means that your website has a fluid grid system that alters its shape depending on the device you’re on. So the website fits all screen sizes. Responsive design requires a complete overhaul of your website. It is a new way of thinking about website design, but it saves on maintenance and, not to mention, looks really cool. Either way, livewire has you covered on the mobile front. Web apps are a simple and responsive design is powerful. We can find the right solution for you.

 

More Web Design Blog Content

What is Lorem Ipsum?

Lorem ipsum is simply Latin text. Gobbledygook, essentially. Well, not really; It does have its roots in latin text from just before the BC to BCE line, so that puts it around 2000 years old. Past that, it’s gibberish.  Sometimes web developers need filler text to create web

WordPress Experts: Getting Slug by Single_Cat_Title

An interesting problem that I came across in a recent project. The client needed a custom post taxonomy set to a gallery of choices on a featured section of their website. First we needed to add custom post types and category images plugins. Iterating through the taxonomy was

Product Variations – WordPress Plugins

So this is a nice little plugin – an add-on to Woocommerce called Smart Variation Images. The extension allows  you to set different images to each product variation. This is handy to display different style types to the user as they browse through your product variation choices. Each time they

How To Survive A Good Google Dinging

This is a great demonstration of what can happen with unnatural linking schemes and getting hosed by using link farms. This company did some black-hat SEO and it came back to bite them. Luckily the article shows that it is possible to recover from a Google update nightmare, but

Another Mouse Burned

This makes my 7th mouse in less than 18 months. incessant clicking has it’s consequences … and costs …..

WordPress: Capturing Post Author Meta

An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the WordPress loop. This assumes you’re in the loop, of course. $meta_field= get_the_author_meta( ‘your_meta’ );   Badda-bing badda-boom. You’re done. It really is that simple. Just use get_the_author_meta,