Sitecore CMS and everything related RSS 2.0
 Wednesday, January 23, 2008

HTML5 first Working Draft is up, and its incredibly pragmatic, as in taking stuff that everyone does using javascript libraries and browser plugins, and pushing it into the standard.

More semantics: nav, header, footer, section, dialog tags and more.
Less presentation: getting rid of legacy elements like font, big, center and other tags. Use the CSS! Framesets are gone too.
Cool stuff you always wanted to be there: <input type="email" autofocus="true" />, support for audio/video and canvas drawing, drag and drop.

For shorter reading,  HTML 5 differences from HTML 4.

Now all we have to do is wait till IE9* becomes the oldest browser around. That'll be soon, right? Lets stay hopeful.

 

* unless it takes years to get to further working drafts and recommendation. Or Microsoft decides HTML5 is against its interests. Or..

Wednesday, January 23, 2008 6:21:00 PM (FLE Standard Time, UTC+02:00)  #    Comments [2] -
Web development
 Saturday, October 06, 2007

September has been a terrific month. Sitecore Ukraine is proud to have it's first intructor, certified for teaching both SCD1 and SCD2 level courses in English, Russian and Ukrainian - congratulations, Sergey!

Peter Johansson has joined Sitecore as a Solution Architect. You know Peter from the SDN forum and all the cool Sitecore things he has made before and after becoming a Sitecore MVP. In a lucky turn of events we've met here in Copenhagen - thanks for the beers, Peter, I owe you some.

And for me it's been a developer's dream - spending the month working with amazing people, discussing new ideas and getting the old ones to be heard. I am now allowed into the holy shrine of Sitecore, the source code repository, and that includes write access. Working on the core product is obviously very exciting.

This is also a chance to explore my new found passion: designing and building user interfaces that do not suck.

Saturday, October 06, 2007 12:10:12 AM (FLE Standard Time, UTC+02:00)  #    Comments [2] -
Personal | Sitecore
 Wednesday, October 03, 2007

Silverlight might be missing input boxes, but now it has a physics engine. As impractical as it seems for most web applications, I cannot resist the urge to try it.

Announcement post

CodePlex site. Yes, it's open source

Demonstrations, as shown above

Quick start for some code samples and downloadable video tutorial with more samples.

Wednesday, October 03, 2007 5:22:12 PM (FLE Standard Time, UTC+02:00)  #    Comments [0] -
Silverlight
 Friday, August 17, 2007

It's time to get a break - I'm leaving to wonder around Crimea for the next couple of weeks.

Next we're in Copenhagen for the annual Sitecore get together. We're having so much fun at these, that this time I'm staying for a month - what are the chances that I'll also have to work ? This should be really fun.

To add some value to this otherwise boring post, I'm leaving you with the nicest 404 page I've seen in a while (via Smashing Magazine) :

404 page with a haiku

Friday, August 17, 2007 6:41:55 PM (FLE Standard Time, UTC+02:00)  #    Comments [0] -
Personal
 Thursday, August 16, 2007

We have implemented a Single Sign-On system for SDN, SPN, Personal Portal and License System. It means that you only have to log in once on any of the sites to be able to access the rest. The side effect is that all remembered passwords are expired sooner than they usually do, which I hope is a minor inconvenience.

The solution behind it is very low-tech: by setting the cookie domain to ".sitecore.net" (note the leading dot) we can share the same cookie accross multiple subdomains.

Thursday, August 16, 2007 12:39:35 PM (FLE Standard Time, UTC+02:00)  #    Comments [0] -
Sitecore
 Thursday, August 09, 2007

If you haven't already, check out the new .Mac Web Gallery for some interesting use of javascript. Here is a sample gallery - once it finished loading you can hover over the albums to quickly scan whats inside.

Grid, Mosaic, Carousel and Slideshow modes are available for viewing individual albums. Mosaic looks great on wide screen displays, and makes perfect sense since most of the new Macs have one of those. Reducing clutter also helps - no ads, comments, ratings, tags and "related photos" of people you don't care about. 

image

It's also about using the effective use of available space. Compare with Flickr album view of same screen size and resolution and see how much space the later wastes by using the fixed width layout optimized to work on most screen sizes. Dot Mac gallery, on the other hand, uses a smart javascript driven fluid layout - when browser window is resized main image is scaled in steps, preserving the aspect ratio.

image

.Mac gallery is not yet bug free, certainly feels heavy while it loads and with all javascript goodness I don't understand why it doesn't preload next image in individual / slideshow modes. However it is definitely more inspiring than yet-another-ajax-grid. I'm sure it gets dissected on patterns and controls soon enough.

via Ajaxian.

Wednesday, August 08, 2007 11:19:40 PM (FLE Standard Time, UTC+02:00)  #    Comments [0] -
Web development
 Monday, August 06, 2007

Just in case anyone else is wondering how to play with first bits of IronRuby and DLR, here's from John Lam himself:

Q: I am wondering if at all, i can see few working examples just like IronPython in asp.net futures section.
A: We're still quite a ways from ASP.NET. There are a lot of implementation details to sort out, particularly around how we deal with isolating concurrently executing pages from each other.

Monday, August 06, 2007 4:32:37 PM (FLE Standard Time, UTC+02:00)  #    Comments [0] -
Web development
 Thursday, August 02, 2007

As Peter was first to notice, we have recently made available a preview edition of the Search Engine Optimization module. It's purpose is to help website maintainers and contributors to get insight into SEO related aspects of the site and avoid common errors. To achieve the goal in a very visual way, the module embeds inself in live pages, similar to Sitecore WebEdit.

The only limitation of the preview edition is that it expires on January 1st, 2008. It is of fairly solid beta quality and is avaiable for a download from SDN free of charge, along with documentation. The earlier version is also preinstalled in the latest SC Printers demo site (version 3.0.15)

We're especially interested in feedback at this stage - good or bad, drop us a note: mail to ar at sitecore net, leave a comment or discuss at SDN forum.

To continue with the visual theme, below is a short tour:

Page Information provides a 'big picture' overview.

Page Information tab - displays page title, url, keywords and highlights errors

 

Text Only View shows the page through the eyes of a search engine. Headings are stressed by larger font size, links are underlined and image alt texts are displayed in [square brackets].

Text Only View tab - shows page content like similar to text browsers

 

Keywords shows statistics on how often 1, 2 and 3 word combinations are used on the page. It also allows quick search for any of the combinations on major search engines.

Keywords tab showing statistics on keyword density

 

Headings, Images and Links list all respective elements found on the page, along with some quick information. Clicking on any element highlights it's actual position on the page.

Images tab, showing thumbnails of all three images found on a page along with alternate text, url and dimensions  

 

Errors are easy to spot. They show up on the overview tab and the respective element tab. The coolest part is that the element itself is marked as erroneous on the page itself. Hovering over error marker displays the error information tooltip. The module also checks for broken links and presents them in the same way.

 

Hope you like it. For more information, please refer to SDN documentation.

Thursday, August 02, 2007 5:14:21 PM (FLE Standard Time, UTC+02:00)  #    Comments [1] -
Search Engine Optimization | Sitecore
 Monday, July 23, 2007

We've got a several reports about SDN5 being unresponsive, throwing Application Unavailable errors and having poor search quality in the last several days. From what it looks like, it's another windows update that became evil.

Symptoms: random "Application Unavailable" screens caused by worker pool restarts.

To diagnose the error, open the Event Viewer and look for the error below, following by a notice that asp.net was stopped unexpectedly:

EventType clr20r3, P1 aspnet_wp.exe, P2 2.0.50727.832, P3 461ef1db, P4 system.web, P5 2.0.0.0, P6 461ef1d2, P7 297c, P8 8d, P9 system.nullreferenceexception, P10 NIL.

The solution for me was to uninstall the Security Update for .NET Framework 2.0 (KB928365) and then repair the .net framework 2.0.

Unfortunately the update was pushed to fix a critical remote code execution vulnerability - so I'm not really happy with the solution, hope the new update is out soon. SDN5 runs on older Windows 2000, our newer Windows 2003 box is fine.

Found it by googling the error message, which lead me to the asp.net forum post regarding the KB928265 that also mentions that other possible issues. Internet is full of other fun ways this update breaks .net applications and reading through the reports is similar to browsing wikipedia - getting to the wet t-shirt contest page is only matter of time.

Technorati tags:

update: if you continue to see SDN fail with Application Unavailable - please let us know.

Monday, July 23, 2007 2:54:00 PM (FLE Standard Time, UTC+02:00)  #    Comments [0] -
Sitecore
 Thursday, July 19, 2007

 If the title sounds like I've made yet another barely useable app, it's wrong. This is what you can do with Developer Center in Sitecore:

  1. Start Developer Center
  2. Close all portlets / pages
  3. Add Content Explorer (View -> Content Explorer). You might also choose to dock it according to your preferences.
  4. [optional] Open any number of Content Editors for items by double clicking on them in Content Explorer. Could be useful as a start items, if you edit them often but adds startup time.
  5. Window -> Save Workspace.
  6. Ta-da: next time you need it, open Developer Center and choose Window -> Restore Workspace. Use Content Explorer to open additional tabs, for any items in any of the databases:

developercenter

Fineprint: Cross database editing is not 100% perfect - some things will still work as if you haven't switched the database.

Thursday, July 19, 2007 1:19:51 PM (FLE Standard Time, UTC+02:00)  #    Comments [0] -
Sitecore | 5.3 | Rich Text Editor
Archive
<January 2008>
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
272829303112
3456789
Blogroll
 Alex de Groot
Few words about SiteCore from Holland
 Alexander Shyba
Sitecore Support
 Anders Dreyer
Anders Dreyer on Sitecore Development
 Jakob Christensen
Sitecore Core Development
 Lars Fløe Nielsen
Lars's ramblings about development and business processes
 Ole Thrane
Sitecore API
 Runi Thomsen
Runi Thomsen Sitecore Toughts
 The Sitecore Experience
The Sitecore Experience
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008
Alexey Rusakov
Sign In
Statistics
Total Posts: 199
This Year: 49
This Month: 3
This Week: 0
Comments: 0
Themes
Pick a theme:
All Content © 2008, Alexey Rusakov
DasBlog theme 'Business' created by Christoph De Baene (delarou)