CSS

jQuery Mobile 1.0.1 Released – with bada Support

Wednesday, February 1st, 2012 | Business | No Comments

badaIn case you missed it, as I did, jQuery Mobile released version 1.0.1 a week ago.

The biggest changes seem to be the addition of official Samsung bada support, along with some additional test clients.  bada is an operating system for mobile developers developed by Samsung.  It doesn’t sound like the team had to do anything to support the platform, but it’s nice to know there will be an additional device tested with releases.

To download the new jQuery Mobile 1.0.1:

Not only do we have 1.0.1 now, but jQuery Mobile 1.1 is coming out soon.

Here’s some stuff to look forward to in jQuery mobile 1.1:

  • AMD support
  • True Fixed Toolbars – it’s always been buggy, but they seem to have come up with a CSS based method that works everywhere (and doesn’t jump around)
  • Better AJAX page transitions

I could swear there was a beta version of jQuery Mobile 1.1 out there, but I can’t seem to find the link.  Maybe I’m crazy?

Tags: , , , , , , ,

Firefox 10 Released

Wednesday, February 1st, 2012 | Business | No Comments

FirefoxMozilla released Firefox 10 this morning.

Firefox has converted over to the Google Chrome release numbering, so browser versions aren’t as “major” anymore, but the new browser still brings some nice enhancements.

The biggest addition (especially for us web developers) is the addition of extra built-in developer tools (very similar to Chrome’s):

  • Inspect tool for CSS
  • Page Inspector (also like chrome, although it has a nice whole page highlight / dehighlight so you can see exactly what you are inspecting

Some other additions are:

  • Forward button hides until you go back
  • WebGL suppors anti-aliasing
  • CSS3 3D Transforms are present
  • Full Screen API (should be better for running web applications / kiosks)
  • General Bug Fixes

I think it’s worth checking out, as this version will also be part of the ESR program (Extended Support Release).  That means it won’t be updated for another 42 weeks, to allow businesses to use the browser long term.

Tags: , , , , , ,

How to Hide all the WordPress in WordPress

Tuesday, November 8th, 2011 | Business | No Comments

WordPressI’ve been working on writing an article on Purpose Built WordPress templates.  This morning I ran across a post by Ben Word, at benword.comHow to Hide The Fact That You’re Using WordPress.

WordPress tends to add a LOT of “stuff” in both the final HTML, and all the layers that build it.  This is done to accommodate the masses.  As a developer you can write <img src=’images/image.gif’ alt=’test’> or you can ping a database, resize an image, pull the proper alt tag, construct the final img tag then output it to the screen.

All the same, WP adds code to your header to account for all the functionality it MIGHT use.  Not necessarily all the functionality it does use.

› Continue reading

Tags: , , , , ,

iOS 5 Beta 2 unveils Native Momentum Scrolling in CSS

Sunday, June 26th, 2011 | Business | No Comments

In iOS 5 we will be able to use the nice velocity / momentum base scrolling through CSS in Safari.

Identified by Johan Brook, at Native style momentum scrolling to arrive in iOS 5, the new functionality will be a nice addition to web based iOS apps and websites.

The CSS code is:

overflow: scroll;
-webkit-overflow-scrolling: touch;

 

Tags: , , , , ,

Week in Web: jQuery Menus, Flowplayer update, Stylesheet removal, drop shadows, Gury, Sliders, etc

Friday, February 18th, 2011 | Business | No Comments

I’m going to start publishing, every Friday, a list of some useful / interesting links I’ve visited throughout the course of the week.

Usually this will involve whatever I am working on at the moment.  If you like these links, you can follow me on Twitter to get them as I find them (as opposed to waiting for Friday).

This week I’ve been working a lot with jQuery (nothing new), Flowplayer, and CSS.  An average week for a web developer.

› Continue reading

Tags: , , , , , , , , , , , , , , , , ,

Internet Explorer 9: New browser, Same Problems – IE9 HTML5 Failures

Friday, January 14th, 2011 | Business | No Comments

Way back when, in the times of HTML 4, and CSS was just getting started we worked with IE6.  IE6 required us to do everything differently, because of the ways things were implemented.  They just had to be different.

Fast forward to 2011.  The world is rapidly expanding use of an incomplete spec, HTML5, and things seem OK. Browsers support it, the implementations seem pretty consistent.

Enter IE9.

› Continue reading

Tags: , , , , , , ,

Google Translate’s Toolbar: How to disable the banner

Sunday, September 12th, 2010 | Business | 6 Comments

Working with multiple languages is tough, one of the great tools is Google Translate Tools.

It lets you specify which languages and make them available on your site.

Unfortunately once you are viewing a page written NOT in your browser’s native language, it pops up automatically.  The banner that pops up pushes your site content down independent of your background graphic, and that can cause problems for certain layout / design approaches.

There’s a quick and easy fix.

› Continue reading

Tags: , , , ,

Google Code University: Free Courses, Tutorials and Lectures for Web Development – AJAX, HTML5, HTML, CSS, Javascript and more

Wednesday, September 1st, 2010 | Business, Tutorials | No Comments

I grew up with webmonkey as the single best destination for web developers and any tutorial you could want, but just saw that Google has a Google Code University featuring Tutorials, Contributed course content and Video lectures on:

Just looking through the site it is so much more than basic web development.  Material covers topics ranging from the Android platform, to basic algorithms.    Please check out the material that isn’t just web development.  There’s a reason Google is providing content for Distributed Systems, Tools and working with APIs.

We’re never beyond refreshing our own skills, as I’m sure Google has some great advice on their site.

I wish I could send this link to some other web developer’s I’ve had to rescue projects from.

Tags: , , , , , , , , ,

Web development with the iPhone and iPad in Mind

Friday, July 30th, 2010 | Business | 1 Comment

In the very near future, I will be posting a series of posts on what you should/shouldn’t be doing to develop a website where the iPhone and iPad are a target demographic.  jQuery will figure prominently in the series, as I’ve seen almost all websites now require work with jQuery (or anther AJAX platform).

Let me know if you have any specific questions / concerns, and I’ll be glad to answer them.

Some interesting things to think about:

  • How are mouse clicks triggered? (It’s not as straightforward as you’d think)
  • How are hover states triggered? (Hint: the iPad has a hover state, but it’s not what you think — remember you only have a single touch, no arrow following your finger)
  • What types of gestures can we use?
  • What special considerations must we make for CSS?
  • What are the ideal screen dimensions? (this is easy, but remember we have multiple devices, and multiple orientations)
  • What types of video can we play? (iPad, iPhone 3GS, iPhone 3G, iPhone 2G and the original iPhone all have different specifications, it’s not that easy)

Tags: , , , , , , , , , ,

How to speed up your WordPress Blog

Friday, June 18th, 2010 | Business | 2 Comments

I finally got around to speeding up my WordPress blog and wanted to share with everyone the various things I did.  I reduced my average page load time on certain pages from 15 seconds to about 1.5 seconds.  That’s a big change.

My favorite test was a quick click through.  On my new host I timed 6 page loads down to about 5 seconds.  When I did the same test on my old setup, it took about 20 seconds (I know, below the 15 seconds average, that was really only for 1 page, but one of my most trafficked pages).

› Continue reading

Tags: , , , , , , , , , , , ,


Please share, it makes me happy:

Subscribe to Email Alerts

Make a Donation

Follow Me

Follow seangw on twitter

Archives

Categories