Archive

Archive for the ‘Computer and IT’ Category

Flex AdvancedForm component

July 10th, 2007 No comments

This component provides advance functionality on flex forms which are under and redo. You can undo and redo by clicking ctrl+z and ctrl+u respectively.

To download the component click here.
To view a sample click here.

FlexBook component

July 9th, 2007 No comments

This is one of the best components I have ever seen for flex. The book component act as container. Therefore, you can add stuffs inside book pages which can be flipped to view the content of every page.

More here and the source is here!

FlexSearch

July 8th, 2007 No comments

FlexSearch is a website that uses google custom search to do searching in flex related blog, websites, forums.. etc.

If you want to contribute or help them, visit there blog.

Categories: General Web Development Tags:

C++ source code documenting

July 8th, 2007 1 comment

I have been searching the web for a documenting program for C++ codes. A program that I can write documentation of the code separated from the source code file. But I couldn’t find anything good or worth it. I have currently written a huge program in C++ and I’m finding some difficulties to keep tracking my codes so I was looking for a separated documenting program. If anyone knows a good program, please let me know by emailing me or posting a comment.

Anyway, I run across a webpage that explains guidelines to document a source code written in C++ and I’d like to share it. Here is the link. I also found phpDocumentation which I posted in this blog.

Documenting my codes

It is so frustrating to write documentation for my C++ codes in Microsoft Word especially when the source code contains over 4300 lines of code! and that considered to be a small program!

So if anyone knows a good program for documenting source codes for c++, please let me know by emailing me or posting a comment.

Categories: C++ Tags:

phpDocumentation

July 8th, 2007 No comments

phpDocumentation is a php auto documentary program. It is used to write a documentation for your open source programs written in php. Here you can see an example of phpDocumentation used with the famous phpBB project.

Looking for flash components?

July 8th, 2007 No comments

I found this website as a link while browsing one of the websites on my favourites. It provides ready made flash components for flash developers which, of course, it’s not free!

http://www.jumpeyecomponents.com/

Active Blur Class V2

July 7th, 2007 No comments

Sarge at his blog Pixelfumes Flash Blog published his ActionScript’s class which blurs images by coding. You can see an example here or download the source code here.

Categories: Flash/ActionScript/Flex Tags:

Color Scheme Chooser tool

July 2nd, 2007 No comments

There are many ways to choose a color for a website design, and there are many colors to choose! Color choosing is not a simple activity. There are many stuff to consider when choosing colors for your website and sometimes wrong colors can be deadly that visitors might leave your website if you have chosen bad combination of colors!

There are many tools can help you choosing colors for your/client website. Color Scheme Chooser is one of many tools you can use to help selecting a good combination of colors especially if you’re are lazy to read a book or a chapter from a book about colors.

Categories: General Web Development Tags:

Flex's 1 year anniversary!

June 30th, 2007 No comments

For whoever care, 2 days ago was Flex 2 anniversary! It has been 1 year since Flex 2 was released on 28th June 2006.

Announcement! BST and Merge Sort are broken!

June 20th, 2007 No comments

Believe it or not! it like what the title says!.. I was shocked today when our Teaching Assistance on Algorithms class said that the binary search tree algorithm we are using for decades has a bug found last year!

Recall this: mid = (low + high) / 2;

Its part of many algorithms, for few decades we were using this line of code on our programming lines and algorithms. Unfortunately, many programmers had missed this mistake. The bug is when you add both integers together and resulted an integer value higher than the max possible values of integer, the value becomes a negative value!

More information click here!

Categories: Programming Tags: