TopBar

Archive for March, 2009

Art Of Rubbish!

1
March 27, 2009

How it’s nice to know that many countries around the world works to recycle it’s rubbish and make useful things from it that may help people to get many stuffs in cheap prices, and in the same time decrease the environmental pollution. and how it’s bad to know the truth of our countries because it’s really bad especially if you knew that we are using and consume a lot of environment resources without caring for it.

In Denver CO. there’s a special museum that interested in this type of art made from rubbish and unused things. watch these pictures:

Art Of Rubbish. Denver Art Musemum CO. USA

This is really cool and beautiful so why we don’t try to do at least ONE of these things? ask yourself why.!!!


Posted in: Community - Spot Light | Tags: , , , ,

.Net Arabi: Talkshow about tech and Microsoft .Net

3
March 25, 2009

.net Arabi is a talk show by Imad Ashi about technology in general and Microsoft .Net technologies  in specific using Arabic language and the target of creating this website is to provide the arab programmers who programming using .Net techniques or other programming languages with tools, information and details that may help them in their works and help others to know better about new technologies.

The most important about this idea is to speak about many techniques in arabic language to help programmers and others to overcome the problem of the english language, because the most useful books and tutorials about programming written in english and this is a big issue for those who have problems in english language.

I’ve downloaded the first episode and it was very interesting especially because it was with my friend Omar Q. he talked about why he is a programmer and why using .Net techniques and other things about operating systems Windows and Linux. In little words:”You’ve to download it”. Finally, Good luck for Imad Ashi with his project and keep the good work.


Posted in: Spot Light - Tech | Tags: , , , , , ,

Al-Quds: The Capital Of Arab Culture 2009

4
March 24, 2009

Al-Quds (Jerusalem: The capital of Palestine) was nominated to be the capital of arab culture and it won this name and position, it’s now the capital of arab culture for 2009 and i wish it to remain the capital for many years if Allah want.

This year we are happy for Al-Quds but enshallah we will be happy also when it become free of zionist occupation and also when we return to our lands. Tthis is not a dream, this is our target and one day we will revert it and celebrate in it. But now we have to be happy for this event, and to use this situation to tell the people around the world about jerusalem, how it mean to us as arab and why, we must say for all around the world: “It’s not Israel, It’s Palestine and nothing else”.

Share us: if you would like to express about how you love Al-Quds and get the event logo, please place this code into your website or your blog copy and paste the code:

<a href=”http://jerusalem2009.com/” target=”_blank”><img src=”http://farm4.static.flickr.com/3449/3381653849_326ea14a47.jpg” border=”0″ /></a>

Note: Please contact me through ( mhd.badi@gmail.com) if you published this picture in your website or your blog to add your name to participants page. Thanks

.

Happy year for Al-Quds and for all Palestine :rsm:

Song by Rim Al-Banna entitled “Wa7dha Bteb2a Alquds” – Download

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

Poem by Tamim Al-Barghouti entitled “In Jerusalem” – Download

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.


Posted in: Palestine - Spot Light | Tags: , , , , ,

Popular Problem With Microsoft VS 05,08

5
March 23, 2009

I’ve faced a problem while using Microsoft Visual Studio 2008 (Visual C++) and it was the auto terminating for DOS window after entering the inputs and before display the result and this problem is also with Microsoft Visual Studio 2005 and other applications of Microsoft Visual Studio 05 and even 08, and the following is a sample explains the problem:

Sample: Assigning 5 numbers to one dimension array and find the maximum number:

#include <iostream>
using namespace std;
void  main()
{
    int list[5];
    int max=0;
    for(int i=0;i<4;i++)
    {
        cin>>list[i];
        if(list[i]>max)
            max=list[i];
    }
      cout<<"da max="<<max;
}

Now when debugging with 0 errors and warnings, DOS window (cmd) will appear to enter 5 values and place them into the array 1,2,3,4,5 and after the 5th “Enter” the DOS will be terminated automatically without displaying the result, so in this case what we have to do to stop automatic terminating?

Solution: We have to write the following code:

system("pause");

the code will be finally like this:

.
.
max=list[i];
    }
      cout<<"da max="<<max;
system("pause");
}

Notes:

  • You will face this problem with Visual Studio alternatives like Dev-C++ and other compilers.
  • This problem doesn’t exist in Microsoft Visual Studio version 6.0
  • Read this article for who doesn’t like system(“pause”); line.
  • If you have other ways to solve this please share us your oun.

Posted in: Tech | Tags: , , , , ,

What do you need to write XHTML, CSS and etc?

4
March 20, 2009

if you are writing XHTML, CSS or even Javascript codes, you will have to do the following things before start you work. Be creative and feel free to think about other things that could help you.

  1. a cup of coffee, Nescafe (I prefer Nescafe Strong :winkz: :thou: ), tea or anything else you would like to drink.
  2. an editor software: actually a lot of them are available but you need a stylish interface and colored mode and you can find those in TopSyle Pro , Notepade++, PHP Designer. I’m using now the TopStyle Pro and sometimes Notepad++ to do my work. (Read about TopStyle Pro features from the application home page).
  3. Romantic quiet piano music: You don’t have to buy any music CD’s or to download a huge files because you can listen to this music online and also for 100% FREE. #1 | #2
  4. Pen and paper: You need these things to write notes, links…etc.
  5. بسم الله الرحمن الرحيم.
  6. Enjoy your time.

Posted in: Tech | Tags: , , , , , , , ,

Bomomo: It’s The Drawing Time!

4
March 18, 2009

Bomomo is a web 2.0 application that let you draw amazing shapes by your hand with some effects just you’ve to open an empty white page then choose what you want from the shapes and just move the cursor up and down, right and left and for sure you will get a very bad results the first time but you can easily figure how to move the cursor.

This is what i have made in the first try :) I know it’s very bad but i‘m going better…

:dsadsad:


Posted in: Tech | Tags: , , , , , ,

Books: CSS Ultimate & Simply Javascript

2
March 17, 2009

I’m studying a very fantastic course about “The Web Development” that includes XHTML, CSS, and Javascript. We’re at the end of XHTML and getting ready to begin CSS part then Javascript and i’m really exciting in this course, it’s really as a wonderful game so i expecting that i’ll get one of the highest marks “enshallah”, therefore i have to choose the best references books  to study from them and i searched for the best ones and i found two of the most popular books for CSS and Javascript.

.

Title: The Ultimate CSS Reference
Edition: 1st Edition
Price: $44.95
Pages: 440  PDF Format
ISBN: 0980285852
Published: February 2008
Publisher: SitePoint | Book Page

[ Download This Book For Free ]

.

.

.

Title: Simply Javascript
Edition: 1st Edition
Price: $39.95
Pages: 432 PDF Format
ISBN: 978-0-9802858-0-2
Published: September 2007
Publisher: SitePoint | Book Page

[ Download This Book For Free ]

.

.

*Note: If you cares about the rights of publisher you can buy those books online from amazon’s store. The Ultimate CSS Reference | Simply Javascript


Posted in: General | Tags: , , , , , ,

Kahild Mhadein :”Meshan allah ya abdallah”

March 16, 2009

I don’t know what is the wrong that Mr Khalid Mhadein made to be tried and also i don’t know that the truth in jordan is not allowed even if it’s to fix problems and to make the life of citizen better.

Mr Khalid wrote and carried out  about the bad situation and the infinity faults of representatives in jordan and about the underacting of them toward the citizen who voted for them. Actually he said the truth and nothing but the truth, but it’s clear that there’s some people who doesn’t like anybody to criticizing their action even if they did a lot of mistakes, they are really want the people to only listen and to close their mouths and no for objection, no for discussion and also no for commenting. What the hell is going on?.

Is that the democracy? or if it’s the freedom of speech?. The following text is a story published in JO magazine issue 64, December 2oo8 page 16 and titled ” Free Speech” have a look:

FREE SPEECH

KING PROMISES NO JAIL FOR JOURNALIST!

JORDAN’S MEDIA WARMLY welcomed assurance made by HM King Abdullah II last month that journalists in the kingdom would no longer be jailed over their work.“ In Jordan there will be no detention of any journalists of carrying out his or her duty. Detention of journalists is prohibited. I do not see a reason for detaining a journalist because he or she wrote something. “The king said in a meeting with newspaper editors :”But citizen still have the right to resort to legal action if they feel their right had been violated by a media organization, he added: “Jordan’s Center for Defending the Freedom of Journalists (CDFJ) said King Abdullah’s comments represented a “guarantee for journalists to work free from fear” and urged the government and the parliament to begin working to amend laws limiting press freedoms.

Is that what the king said? it’s unfortunately NOT and like what Mhadein said i say:” Meshan allh ya abdallah, stop them!!!!”. we’re need the change because we’re getting bad each day.!

Some Stories


Posted in: Jordan - Politics - Spot Light | Tags: , , , , , , , , ,