Mankz’s Blog

uservoice.com – vote based forum

Posted in Uncategorized by Mats Bryntse on November 9, 2009

Just signed up for the free version of uservoice.com which is a very cool idea. You may have seen this kind of forum at stackoverflow.com where users can vote on each answer to a question. They have a pretty solid “Who’s using uservoice” page with customers like Sun, MySpace and so on.

The price ranges from free to not free :) . I chose the free version to be able to evaluate the service. If you have feature ideas for the Ext Scheduler, why not input them at http://scheduler.uservoice.com.

New book: “Ext JS 3.0 Cookbook” announced by Packt publishing

Posted in ExtJS by Mats Bryntse on November 2, 2009

Packt publishing recently announced the new Ext JS 3.0 Cookbook. They provided me with a copy and asked me to do a review which I happily agreed to. Check back in a week or two to read my full review. Here’s some of the good stuff covered in the book:

  • Master the Ext JS widgets and learn to create custom components to suit your needs
  • Build striking native and custom layouts, forms, grids, listviews, treeviews, charts, tab panels, menus, toolbars and much more for your real-world user interfaces
  • Packed with easy-to-follow examples to exercise all of the features of the Ext JS library
  • Part of Packt’s Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible

So far there has only been a few books released about ExtJS so this book is definitely good news! It looks like a very interesting read judging from the TOC, click the image to learn more!

Ext JS 3.0 Cookbook

3rd Scheduler webcast – Creating a simple Gantt chart

Posted in Ext Scheduler, ExtJS by Mats Bryntse on October 21, 2009

Here’s another short webcast showing how you can turn the scheduler into a simple Gantt chart easily.

Enjoy!

Second webcast – Adding business logic to the scheduler

Posted in Ext Scheduler by Mats Bryntse on October 16, 2009

Just finished another webcast showing how to add some basic business rules into the scheduler. I’m currently working on a longer behind-the-scenes video that will explain how to implement and style the grid.

Enjoy!

Ext-Scheduler is now official

Posted in Ext Scheduler, ExtJS by Mats Bryntse on October 8, 2009

I’ve been working on a project for a while and now I feel it’s stable enough to go public with it. It’s a javascript based scheduler built upon the lovely ExtJS framework. I’ll be posting updates and implementation details in upcoming posts.

Check out the forum thread or go directly to the webcast.

Project homepage

Feedback or ideas welcome! :)

Update: JavaScript-beautifier bookmarklet – now works on selected text too

Posted in Misc by Mats Bryntse on October 2, 2009

Updated my bookmarklet which does syntax highlighting and coloring (based on 2 other scripts). It now supports coloring of selected text which should come in handy, for example in forum posts like these:

Code

Try it out yourself on these posts, just select the code text and fire the bookmarklet:

http://www.codetoad.com/forum/15_28462.asp
http://www.extjs.com/forum/showthread.php?p=392611#post392611

The source for the bookmarklet can be found in the Ext forums:

http://www.extjs.com/forum/showthread.php?p=393025#post393025

Enjoy!

Tagged with:

More slides from the Ext conference

Posted in Uncategorized by Mats Bryntse on September 28, 2009

New (?) google icon search

Posted in Uncategorized by Mats Bryntse on September 13, 2009

The google image search has changed a lot lately. A while back they added the feature to search by type (icon/photo/face) and colors. Now you can even specify exact size of your icon, which is very useful when you need to *cough* borrow *cough* icons to a demo UI for instance.

Untitled

Session material from the ExtJS conference

Posted in Ext Core, ExtJS by Mats Bryntse on August 19, 2009

Just found this link in an Ext forum thread, slides from a session introducing Ext Core. A pretty nice informative read on the basics of Ext Core. According to Abe, more is on the way which sounds very promising!

Ext Core

Tagged with: ,

Testing all versions of IE, and almost enjoying it at the same time.

Posted in Uncategorized by Mats Bryntse on August 14, 2009

Testing web pages in multiple versions of IE is the part of my work that makes me wish I had geared my career towards toilet cleaning. Recently I discovered this little gem: IE Tester .

This makes testing different versions of IE a breeze, and you can easily see how crappy your pages look in IE6. :)

Enjoy!