Notepad++ & Function List for Object Oriented Javascript

Jun 29 2010

Well, it’s no secret that I use Notepad++ as an IDE for almost all web development works that I do. To customize notepad++ I created a Bespin color theme for it.
Now, I would like represent Function List plugin for notepad++. This plugin, with the right defined rules, can display a tree view like of available functions in almost any language. I went a bit further. What about object oriented javascript?
Oop javascript includes objects with properites and methods (much like java, php, dot.net etc). I wanted to achieve an eclipse like style of displaying my objects complete with methods. Now, the Function List plugin can be customized so a user can add rules in regular expression which will “extract” the desired text from the document.
(more…)

Easing Scrollbar Version 2 [swishmax component]

Dec 8 2009

Hello to all swishmax users and swishmax components users.
This is the second release of the famouse eScrollbar swishmax component:
eScrollBar (Easing ScrollBar).

About:

The new version includes:

  • Supports dynamic text scrolling (with a new API method)
  • New apperance to the default scrollbar
  • New parameter to allow initiating the scrollbar on start
  • Additional new API methods for developers
  • Code optimization

Public Api for eScrollBar Component:

eScrollBar swishmax component adds 3 new public functions you can use from anywhere in your swishmax project:

  • reload()
    You can use this function to reload the component so that all parameteres will be calculated.
    example:
    * Assuming the component’s name is (movie clip) : “eScrollBar”:
    eScrollBar.reload();
  • start()
    This function will start loading the scrollbar (to make it work…).
  • setText(your-text, type-of-text)
    * your-text: should be any string
    * type-of-text: if you want to use html content, then you should pass “html”, otherwise pass an empty string such as “”.

    This function will use the default textHolder text object to assign dynamic text properly so it can be scrolled. the reload function MUST be called after assigning dynamic text so the scrollbar will work properly.

As in version 1 of eScrollbar, you can style and change all elements with any colors and size you want. Make sure to keep the names (of the movieClips, Shapes etc..) as in the source component as well as the anchor points.
If you change the handle or the track bar – change the graphic shapes and align its _x and _y properties to 0 (zero).

Download eScrollbar version 2 swishmax component

Easing Scrollbar Version 2 version 2


Update for Notepad++ Color Theme – “Bespin” inspired

Dec 7 2009

Not recently, in an earlier post, i’ve released a notepad++ color theme – “Bespin” – inspired by Mozilla’s Bespin project.

This is an update for this theme – fixed for notepad’s version 5.6.1 .
(more…)

Zentifier – Orizens Simple Gmail Notifier – free gmail notifier

Nov 26 2009

Zentifier – Orizens Simple Gmail Notifier is a simple gmail notifier application that sits on the system tray.
It is created with Swishmax and the discontinued SwishStudio.

Mails in Orizens Simple Gmail Notifier

Mails in Orizens Simple Gmail Notifier


(more…)

Orizens.com supports Google Chrome new meta feature for Internet Explorer browser

Oct 21 2009

Just a few days ago, the google chrome team has dropped us, web developers, with a new nice add-on to the websites we develop.
For most of the websites, html is the language to be used. It’s current version is 4 and is quite old. Lately, there have been a bug buzz on moving to html5 or at least achieving some progress towards its release and support in todays modern browsers.
(more…)