fb:editor FBML tag in Facebook applications

Jan 16
2008 20:59 (Facebook) · Русский (6,859 views)

Some time ago I have started posting about Facebook Application Platform (see my posts about setFBML and Facebook libraries for .NET). Today’s topic is fb:editor. As you may see, Facebook has nice look and feel, and all applications usually adapted in some way to its interface. fb:editor FBML tag allows you to create forms which looks just like native ones, but it has great limitation: it generates it’s own form tag, so can’t be used within ASP.NET server form. In this short post I’ll show HTML generated by fb:editor and a way how to use it in your ASP.NET application.

Read the rest of entry »

JavaScript optimization Part 3: Attaching events

May 10
2007 01:41 (Development, JavaScript) · Русский (17,938 views)

This is a third part of the JavaScript optimization tutorial, and today I’m going to talk about events. Sorry for a long delay between posts, I hope remaining parts would not be delayed so much.

Scenario: you have some elements and you need to add some actions to them (for example, when user moves mouse cursor over element, or clicks on elements).

Read the rest of entry »

JavaScript optimization Part 2: Applying styles to elements

Mar 27
2007 22:02 (Development, JavaScript) · Русский (10,245 views)

This is second part of articles cycle devoted to JavaScript optimization. In this post I’ll cover dynamic elements styling and explore a little HTML-rendering process. Also you will find here some tricks on how to make your applications faster.

Read the rest of entry »

Ruby on Rails related cheat sheets

Nov 17
2006 07:32 (Development, Internet, Ruby on Rails) · Русский (17,307 views)

There are couple of cheat sheets about Ruby on Rails and related technologies can be found in the web. I decided to collect all of them (almost all) in one post just to keep them in mind. All of them are in full color PDFs or PNGs.

Read the rest of entry »

 
Copyright © 2005 - 2008, Dmytro Shteflyuk