Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > web 2.0 ??

Reply
Thread Tools

web 2.0 ??

 
 
lester psigal
Guest
Posts: n/a
 
      08-03-2007
hi,
more and more web sites are coming up with new features like those
frameless ( with frameless i mean those windows totally without browser
frame, not those generated by javascript/css ), transparent popup
windows with (dynamic) web content, e.g. ask.com.
sometimes they are generated by (top-text) services like intellitext
(vibrant technologies) or kontera.
how do those popups technology work (code-technically)?
does it belong to web 2.0 and where can i find www resources about such
technology?
any hints appreciated...

thanks

lester


 
Reply With Quote
 
 
 
 
G
Guest
Posts: n/a
 
      08-03-2007
lester psigal wrote:
> hi,
> more and more web sites are coming up with new features like those
> frameless ( with frameless i mean those windows totally without
> browser frame, not those generated by javascript/css ), transparent
> popup windows with (dynamic) web content, e.g. ask.com.
> sometimes they are generated by (top-text) services like intellitext
> (vibrant technologies) or kontera.
> how do those popups technology work (code-technically)?
> does it belong to web 2.0 and where can i find www resources about
> such technology?
> any hints appreciated...
>
> thanks
>
> lester


that's ad popups and new entries into text adverts.
nothing to do with 2.0
2.0 is really more about styling and efficient content delivery.


 
Reply With Quote
 
 
 
 
rf
Guest
Posts: n/a
 
      08-03-2007

"lester psigal" <> wrote in message
news:46b2edac$0$3830$...
> hi,
> more and more web sites are coming up with new features like those
> frameless ( with frameless i mean those windows totally without browser
> frame, not those generated by javascript/css ), transparent popup
> windows with (dynamic) web content, e.g. ask.com.
> sometimes they are generated by (top-text) services like intellitext
> (vibrant technologies) or kontera.
> how do those popups technology work (code-technically)?
> does it belong to web 2.0 and where can i find www resources about such
> technology?
> any hints appreciated...


What?

--
Richard


 
Reply With Quote
 
lester psigal
Guest
Posts: n/a
 
      08-03-2007
lester psigal wrote:
> hi,
> more and more web sites are coming up with new features like those
> frameless ( with frameless i mean those windows totally without browser
> frame, not those generated by javascript/css ), transparent popup
> windows with (dynamic) web content, e.g. ask.com.
> sometimes they are generated by (top-text) services like intellitext
> (vibrant technologies) or kontera.
> how do those popups technology work (code-technically)?
> does it belong to web 2.0 and where can i find www resources about such
> technology?
> any hints appreciated...
>
> thanks
>
> lester
>
>

hi,
thanks to all for answering my question, especially to michael fesser
and ben c, if i get you right, those 'popping up', 'frameless' windows
are not really window objects of their own in the sense of javascript,
they are more a kind of 'dynamic css' (that's what i've assumed) and are
triggered via javascript and dom in the already loaded window object and
just 'mimicking' the behaviour of a real popup window.
the reason i've asked was that i did not find a coding example or even
mentioning of the technology in my web programming literature and when
looking to the source code of e.g. ask.com it wasn't obvious to me how
it exactly works.

lester
 
Reply With Quote
 
Bernhard Sturm
Guest
Posts: n/a
 
      08-03-2007
lester psigal wrote:
> hi,
> more and more web sites are coming up with new features like those
> frameless ( with frameless i mean those windows totally without browser
> frame, not those generated by javascript/css ), transparent popup
> windows with (dynamic) web content, e.g. ask.com.
> sometimes they are generated by (top-text) services like intellitext
> (vibrant technologies) or kontera.
> how do those popups technology work (code-technically)?
> does it belong to web 2.0 and where can i find www resources about such
> technology?
> any hints appreciated...
>


pop-ups are so 90s. just forget about them (together with the frames you
mentioned). Sorry, but I didn't understand the rest of your question.
Web2.0 has nothing to do with what you described. Web2.0 is mainly a
buzzword and usually refers to user-content-generated sites and all the
involved collateral damage (mash-ups, x-site-content generation)

bernhard


--
www.daszeichen.ch
remove nixspam to reply
 
Reply With Quote
 
Michael Fesser
Guest
Posts: n/a
 
      08-03-2007
..oO(lester psigal)

>more and more web sites are coming up with new features like those
>frameless ( with frameless i mean those windows totally without browser
>frame, not those generated by javascript/css ), transparent popup
>windows with (dynamic) web content, e.g. ask.com.
>sometimes they are generated by (top-text) services like intellitext
>(vibrant technologies) or kontera.
>how do those popups technology work (code-technically)?


It's often just a 'div' with a semi-transparent background (PNG for
example), absolutely positioned with CSS on top of everything else.

>does it belong to web 2.0


"Web 2.0" is just a marketing gag, nothing special, nothing new.

Micha
 
Reply With Quote
 
Ben C
Guest
Posts: n/a
 
      08-03-2007
On 2007-08-03, lester psigal <> wrote:
> hi,
> more and more web sites are coming up with new features like those
> frameless ( with frameless i mean those windows totally without browser
> frame, not those generated by javascript/css ), transparent popup
> windows with (dynamic) web content, e.g. ask.com.
> sometimes they are generated by (top-text) services like intellitext
> (vibrant technologies) or kontera.
> how do those popups technology work (code-technically)?


They are probably not actual windows in the way that a traditional popup
is, but absolutely-positioned divs with opacity set on them that are
toggled from visibility: hidden to visibility: visible by JS/DOM. Their
contents can be updated dynamically just like any other part of the
document from JS using the DOM.

You can style them how you like, including not giving them borders.

> does it belong to web 2.0 and where can i find www resources about such
> technology?


Web 2.0 is just a buzzword but yes this kind of thing is associated with
it. If you want to try out things like this, read about the DOM and
JavaScript. If you want the page to be able to refresh parts of its
contents with data from the server without reloading completely, use the
XMLHttpRequest object.

Whether the result counts as Web 2.0 is done on a scoring system where
you get points for using XMLHttpRequest, having a blog, excessive use of
lowercase, opacity effects, cool limegreen colour scheme, dashed
borders, etc.
 
Reply With Quote
 
nice.guy.nige
Guest
Posts: n/a
 
      08-03-2007
While the city slept, Ben C () feverishly typed...
[...]

> Whether the result counts as Web 2.0 is done on a scoring system where
> you get points for using XMLHttpRequest, having a blog, excessive use
> of lowercase, opacity effects, cool limegreen colour scheme, dashed
> borders, etc.


LOL! Probably one of the finest explanations of "Web 2.0" I've ever read

Might I also suggest "having a name that makes little sense" (eg, "flickr",
"bebo" etc)

Cheers,
Nige

--
Nigel Moss http://www.nigenet.org.uk
Mail address will bounce. | Take the DOG. out!
"Your mother ate my dog!", "Not all of him!"


 
Reply With Quote
 
Toby A Inkster
Guest
Posts: n/a
 
      08-03-2007
Ben C wrote:

> Whether the result counts as Web 2.0 is done on a scoring system where
> you get points for using XMLHttpRequest, having a blog, excessive use of
> lowercase, opacity effects, cool limegreen colour scheme, dashed
> borders, etc.


http://validator.buzzword.org.uk

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 44 days, 57 min.]

Command Line Interfaces, Again
http://tobyinkster.co.uk/blog/2007/0...nd-line-again/
 
Reply With Quote
 
Ben C
Guest
Posts: n/a
 
      08-03-2007
On 2007-08-03, lester psigal <> wrote:
> lester psigal wrote:
>> hi,
>> more and more web sites are coming up with new features like those
>> frameless ( with frameless i mean those windows totally without browser
>> frame, not those generated by javascript/css ), transparent popup
>> windows with (dynamic) web content, e.g. ask.com.
>> sometimes they are generated by (top-text) services like intellitext
>> (vibrant technologies) or kontera.
>> how do those popups technology work (code-technically)?
>> does it belong to web 2.0 and where can i find www resources about such
>> technology?
>> any hints appreciated...
>>
>> thanks
>>
>> lester
>>
>>

> hi,
> thanks to all for answering my question, especially to michael fesser
> and ben c, if i get you right, those 'popping up', 'frameless' windows
> are not really window objects of their own in the sense of javascript,
> they are more a kind of 'dynamic css' (that's what i've assumed) and are
> triggered via javascript and dom in the already loaded window object and
> just 'mimicking' the behaviour of a real popup window.


Yes I think that's how they're done.

> the reason i've asked was that i did not find a coding example or even
> mentioning of the technology in my web programming literature and when
> looking to the source code of e.g. ask.com it wasn't obvious to me how
> it exactly works.


I tried an example, you can look at the source, it should be quite
simple. Don't know if it works in IE but Firefox should be OK.

http://www.tidraso.co.uk/misc/popup.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls Nathan Sokalski ASP .Net 5 01-10-2007 10:50 AM
Visual Web Developer does not support creating Web sites on a SharePoint Web server William LaMartin ASP .Net 0 12-29-2005 04:17 PM
accessing the web user control's control from a web page and set a value from another web page Reny J Joseph Thuthikattu ASP .Net 1 12-30-2004 12:21 PM
Web Clients, the role of ASP.NET and the Future of Web Development and Web Standards Guadala Harry ASP .Net 9 11-06-2004 03:05 AM
Conflicting Web.config between web site and web service Joe ASP .Net 1 10-28-2004 11:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57