Video: The MacBook Air reviewed

March 8th, 2008 No comments

This a video review of MacBook Air by macWorld.

Categories: Tech market Tags:

iPhone SDK

March 8th, 2008 No comments

Finally Apple has released its long awaited iPhone SDK. You can download it from here. Unfortunately, contrary to other blogs that reported the announcement, the SDK is not free even though you are using it for nonprofit projects. That just great Apple… why not suck all our credits in our bank account?!

Categories: Others, Programming, Tech market Tags:

MIX08 Conference is off

March 8th, 2008 No comments

The MIX08 conference has ended and now you can see all the sessions online for free. If you are one of those geeks out there who feel sad missing MIX08 stop that feeling right now! Watch all sessions for free online here.

Categories: Tech market Tags:

I'm going Twitter

March 7th, 2008 No comments

I have decided to Twitter in my blog and I’ll keep updating it with what I’m doing. It is in the right sidebar of the blog and I hope you guys like it.

sc-twitter

I can update what I’m doing by mobile phone sms, email, Google talk, or by Twitter.com which is really convenient. I think I’m going to use talk indoors mostly and sms if I’m outside somewhere.

Categories: General, Myself Tags:

Test Post Using Microsoft Live Writer

March 7th, 2008 No comments

This is a test post… I’m using Microsoft Live Writer.

Categories: General Tags:

Video: Israel Killed a 5 Month Old Baby

March 7th, 2008 No comments

In a nutshell: Israel bombard his home which collapsed over his family. His baby got killed… it is really hard even for me to keep my tears…

Categories: General, Politics Tags:

Video: Promo – AlJazeera Channel in YouTube

March 7th, 2008 No comments

Categories: General, Politics Tags:

Watch HD YouTube Videos

March 6th, 2008 No comments

YouTube is experimenting HD video casting in addition to the standard video we are watching in YouTube. To watch an HD version of any video you will have to add “&fmt=6” without the double-quotation at the end of the URL.

Here an example: http://youtube.com/watch?v=CQzUsTFqtW0&fmt=6

Categories: Tech market Tags:

10 Principles Of Effective Web Design

March 4th, 2008 No comments

I have heard recently that Angelina Jolie recently revealed that she doesn’t know how to turn on a computer although she acts as the famous Lara Croft, an adventurer and sadly a computer hacker.
Anyway, I found out this great article on how to make a good web design. The article also explains how users interact with different web site design styles and it also gives 10 Principles of Effective Web Design… I don’t really have time to write more about it :p

Categories: General Web Development Tags:

Craft Ajax applications using JSF with CSS and JavaScript

March 2nd, 2008 No comments

I’m working on a web site using JSP and I found this great article that should be helpful for JSP programmers.

Typical Web applications require the use of Cascading Style Sheets (CSS) and JavaScript, together with a server-side framework, such as JavaServer Faces (JSF). CSS lets you change the visual characteristics of Web components within Ajax and other applications so they can have a pleasant and distinctive look. In the first installment of this two-part series, find out how to use the CSS-related attributes of standard JSF components. In addition, learn how to create a custom JSF component that sets the default styles of nested components, making it very easy to ensure a consistent look for all pages of your Web application. You can also use this technique to programmatically set other component attributes, as you’ll see in Part 2, which will show how to make JSF forms more dynamic using JavaScript.

Categories: JAVA Tags: