Vasiliy Selivanov

  • RSS

Regular expressions!

Posted on Thursday, January 29th, 2009

Check this online tool http://gskinner.com/RegExr/. Check you regular expressions with this amazing flex application. ex. Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

continue reading

Zmags, Flash object and internal link

Posted on Thursday, March 24th, 2011

If you are using Zmags, and what to add internal link (go to some other page) into flash object. You could use this code in flash ( actionscript 3.0) 1234567import flash.external.*; but.addEventListener(MouseEvent.CLICK, function(e:MouseEvent) {     var curUrl:String =  String( ExternalInterface.call(" function(){ return document.location.href.toString();}"));     curUrl = curUrl.replace(/\/([0-9]+)$/,’/'+YOUR_PAGE_NUMBER);     var myURL:URLRequest = new [...]

continue reading

Google 10th Birthday

Posted on Thursday, September 25th, 2008

New google page www.google.com/tenthbirthday/ On this page you could find Google Timeline. Some facts : When Larry met Sergey  – Summer 1995 Google in 10 languages – 9 May 2000 Search index: 1 billion pages – 26 June 2000 Google Image Search – 28 July 2001 Google Chrome browser – 1 September 2008 Project 10100 [...]

continue reading

Gmail Themes

Posted on Thursday, November 20th, 2008

GMail have themes!!!!

 

Following the footsteps of Google’s personalized homepage, Gmail added themes. Once the new option is enabled in your account (as usually, Gmail’s new features are slowly rolled out), you’ll find a tab named "Themes" in the settings page and you’ll be able to choose from 30 themes. "We wanted to go beyond simple color customization, so out of the 30 odd themes we’re launching today, there’s a shiny theme with chrome styling, another one that turns your inbox into a retro notepad, nature themes that change scenery over time, weather driven themes that can rain on your mailbox, and fun characters to keep you in good company," mentions Gmail’s blog.

 

gmail themes

 

from googlesystem.blogspot.com

gmail themes

Posted in: Google.