Categories
Design Development

joedag32.com 3.0 upgrades

I’ve been so busy that I keep putting off upgrades to this very blog. But I’ve finally gotten some time to get this blog with a fancy responsive design and make it a bit friendlier on tablets and larger screens too.

I looked over many CSS grids and decided that Pure would work best for me. I was very much impressed with their minimal footprint and it’s responsiveness. It was extremely easy to work with and flexible. I was very much impressed. Plus their blog layout example was almost too perfect for what I was hoping to achieve! It saved me a ridiculous amount of time!

While I mostly use jQuery for my framework of choice in most projects, I wanted to give YUI3 a crack in this one as my early roots go back to mostly YUI. It was a great working with YUI3, and I was very impressed with their TabView module. It worked great.

I really think that the new layout makes my posts much easier to read on mobile, tablets, and traditional users as well. So I’m very excited for that.

I’m still cleaning up my work section though. I’ve let that fall behind a bit, even neglecting to add many recent projects. So, that’s next on my list of things to do!

Categories
Development

Upgraded from YUI2 to YUI3

I finally got around to upgraded this blog from YUI2 to YUI3. The site doesn’t feature too much scripting so, switching over was extremely easy.

First I converted the Grid layout of the site. The YUI3 CSS Grid was very simple to switch to, and made sense fairly quickly. I’ve been using YUI2 Grids for a while, so initially the changes in YUI3 seemed a bit foreign, but the differences did sink in and I’ve found it to be a more flexible grid to work with. A grid builder like the one offered for YUI2 would be a very welcome addition.

I’m also making use of YUI3 Tabview. Again, I was using a very basic example of it so switching over was a breeze. Actually just had to remove a little markup.

I really do like the new approach in YUI3. It’s well worth the investment of taking a few minutes of reading through the documentation. The flexibility and potential there for growth is great. Very good stuff.