This entry was posted on Sunday, May 27th, 2007 at 1:47 pm and is filed under Ala'a Wisdom. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
There are several types of web2.0, the most important of them are ( transitive, intransitive, request, and innovative) you can download web2.0 from internet and use it.
hehe, yeah… I believe that you are the one who told me that story about the new guy who talks as bill gates, and asked you in his first day in: Do you know what WEB2.0 is? haa? Anyone used AJAX?
well, you are right … Its a buzzword.
but it made a big buzz in the web, it was important to make a change in the web and redefine the concept of web …
the main thing in web 2.0 is community sharing and thats what makes websites like flickr.com youtube.com a web 2.0 sites …
so for me i think its a buzzword that was invented to redefine web, and i think its really did the job …
and i dont think who use this word is dumb … maybe i can say only in the arab world, coz we miss use it … in the arab world its like “OH MY GOD YOU DON’T KNOW WHAT WEB 2.0 IS? …”
check this article from wikipedia:
Though the term suggests a new version of the Web, it does not refer to an update to World Wide Web technical specifications, but to changes in the ways systems developers have used the web platform. According to Tim O’Reilly, “Web 2.0 is the business revolution in the computer industry caused by the move to the internet as platform, and an attempt to understand the rules for success on that new platform.”
Oh Ibrahim,
first of all I didn’t say that all who use this word are dumb, I said that dumb people use it. (welly 3a raso bat7a be7ases 3aliha)
also I’m familiar of the term, and I know how to use wikipedia, but you just have to show off.
shame on you, bad boy, bad boy.
Off topic:
HIIIIIIIIIIIIIIII
Ya am still alive and am feeling well but still cant scream or talk loudly as usual.
Still neeed time.
I miss u guys
a333333333333333333333333333333333
What Is Refactoring?
Refactoring is the process of changing a software system in such a way that it does not alter the
external behavior of the code yet improves its internal structure. It is a disciplined way to clean up
code that minimizes the chances of introducing bugs. In essence when you refactor you are
improving the design of the code after it has been written.
“Improving the design after it has been written.” That’s an odd turn of phrase. In our current
understanding of software development we believe that we design and then we code. A good
design comes first, and the coding comes second. Over time the code will be modified, and the
integrity of the system, its structure according to that design, gradually fades. The code slowly
sinks from engineering to hacking.
Refactoring is the opposite of this practice. With refactoring you can take a bad design, chaos
even, and rework it into well-designed code. Each step is simple, even simplistic. You move a
field from one class to another, pull some code out of a method to make into its own method, and
push some code up or down a hierarchy. Yet the cumulative effect of these small changes can
radically improve the design. It is the exact reverse of the normal notion of software decay.
With refactoring you find the balance of work changes. You find that design, rather than occurring
all up front, occurs continuously during development. You learn from building the system how to
improve the design. The resulting interaction leads to a program with a design that stays good as
development continues.
May 27th, 2007 at 1:49 pm
¡Estoy totalmente de acuerdo!
May 27th, 2007 at 1:49 pm
looooooooooooooooooooooool
so true
May 27th, 2007 at 1:51 pm
lol, i was trying to find an expression to say what you just said, TRUE, that is damn f****in TRUE!
May 27th, 2007 at 1:52 pm
Hala 3ammi .. Full options web2.0
May 27th, 2007 at 1:57 pm
There are several types of web2.0, the most important of them are ( transitive, intransitive, request, and innovative) you can download web2.0 from internet and use it.
May 27th, 2007 at 2:02 pm
lool Alaa
like jean web2.0 marry
May 27th, 2007 at 2:12 pm
hala 7′ali hada howa el kalam el ndeef wala
bala web2.0 bala web3.0
May 27th, 2007 at 2:15 pm
hehe, yeah… I believe that you are the one who told me that story about the new guy who talks as bill gates, and asked you in his first day in: Do you know what WEB2.0 is? haa? Anyone used AJAX?
True… but it is for sure a good way of marketing
May 27th, 2007 at 3:14 pm
well, you are right … Its a buzzword.
but it made a big buzz in the web, it was important to make a change in the web and redefine the concept of web …
the main thing in web 2.0 is community sharing and thats what makes websites like flickr.com youtube.com a web 2.0 sites …
so for me i think its a buzzword that was invented to redefine web, and i think its really did the job …
and i dont think who use this word is dumb … maybe i can say only in the arab world, coz we miss use it … in the arab world its like “OH MY GOD YOU DON’T KNOW WHAT WEB 2.0 IS? …”
check this article from wikipedia:
Though the term suggests a new version of the Web, it does not refer to an update to World Wide Web technical specifications, but to changes in the ways systems developers have used the web platform. According to Tim O’Reilly, “Web 2.0 is the business revolution in the computer industry caused by the move to the internet as platform, and an attempt to understand the rules for success on that new platform.”
http://en.wikipedia.org/wiki/Web_2
May 27th, 2007 at 3:30 pm
Oh Ibrahim,
first of all I didn’t say that all who use this word are dumb, I said that dumb people use it. (welly 3a raso bat7a be7ases 3aliha)
also I’m familiar of the term, and I know how to use wikipedia, but you just have to show off.
shame on you, bad boy, bad boy.
May 27th, 2007 at 3:30 pm
It’s a buzzword, but it does have a meaning and definition.
http://en.wikipedia.org/wiki/Web2.0
Ya3ni balash conferences on web 2.0 o hoo ma fee web 2.0 ya3ni…
May 27th, 2007 at 3:59 pm
entou aslan shrket mafasyem … hala2 ana sert i want to show off ??
ba3den enta leh metdayee2 ana mesh fahem
May 27th, 2007 at 8:04 pm
Off topic:
HIIIIIIIIIIIIIIII
Ya am still alive and am feeling well but still cant scream or talk loudly as usual.
Still neeed time.
I miss u guys
a333333333333333333333333333333333
June 4th, 2007 at 1:28 pm
manamana
June 10th, 2007 at 8:49 am
What Is Refactoring?
Refactoring is the process of changing a software system in such a way that it does not alter the
external behavior of the code yet improves its internal structure. It is a disciplined way to clean up
code that minimizes the chances of introducing bugs. In essence when you refactor you are
improving the design of the code after it has been written.
“Improving the design after it has been written.” That’s an odd turn of phrase. In our current
understanding of software development we believe that we design and then we code. A good
design comes first, and the coding comes second. Over time the code will be modified, and the
integrity of the system, its structure according to that design, gradually fades. The code slowly
sinks from engineering to hacking.
Refactoring is the opposite of this practice. With refactoring you can take a bad design, chaos
even, and rework it into well-designed code. Each step is simple, even simplistic. You move a
field from one class to another, pull some code out of a method to make into its own method, and
push some code up or down a hierarchy. Yet the cumulative effect of these small changes can
radically improve the design. It is the exact reverse of the normal notion of software decay.
With refactoring you find the balance of work changes. You find that design, rather than occurring
all up front, occurs continuously during development. You learn from building the system how to
improve the design. The resulting interaction leads to a program with a design that stays good as
development continues.
November 17th, 2007 at 2:43 pm
As a bash.org post says:
Web 2.0: You make all the content, they get all the money!