Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Single page navigation

Reply
Thread Tools

Single page navigation

 
 
swetha
Guest
Posts: n/a
 
      06-29-2010
HI,

I want to javascript plugin for single page navigation.i.e All the
content lies in 1 page.
Ex of this site is http://www.brizk.com/
I am new to use javascript.So can anyone suggest me which plugin
should we use for this type of navigation.
 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      06-29-2010
swetha wrote on 29 jun 2010 in comp.lang.javascript:

> I want to javascript plugin for single page navigation.i.e All the
> content lies in 1 page.
> Ex of this site is http://www.brizk.com/
> I am new to use javascript.So can anyone suggest me which plugin
> should we use for this type of navigation.


What is a "javascript plugin"?

> single page navigation.i.e All the
> content lies in 1 page.


Why would you need Javascript for that?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
 
swetha
Guest
Posts: n/a
 
      06-29-2010
then how can i do that,without using any plugin?
 
Reply With Quote
 
Evertjan.
Guest
Posts: n/a
 
      06-29-2010
swetha wrote on 29 jun 2010 in comp.lang.javascript:

> then how can i do that,without using any plugin?


Do what?

What is a plugin?

[please always quote on usenet, this is not email]


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
swetha
Guest
Posts: n/a
 
      06-29-2010
ok ,u dnt know whats a plugin. ok

Then how can i get solution for my problem
 
Reply With Quote
 
Gregor Kofler
Guest
Posts: n/a
 
      06-29-2010
Am 2010-06-29 11:47, swetha meinte:
> then how can i do that,without using any plugin?


I suppose you mean "library". Then how can I do that without using a
library. Easy: Learn browser scripting. Even when using libraries you
should have a clue what you are doing.

Gregor


--
http://www.gregorkofler.com
 
Reply With Quote
 
Gregor Kofler
Guest
Posts: n/a
 
      06-29-2010
Am 2010-06-29 13:32, swetha meinte:
> ok ,u dnt know whats a plugin. ok
>
> Then how can i get solution for my problem


Lear to post on usenet. Learn to ask smart questions. Learn Javascript.
Or leave for some "browser scripting forum".
Well, looking for solutions without the slightest clue is...erm... Let's
hope you don't get paid for this job.

--
http://www.gregorkofler.com
 
Reply With Quote
 
Richard Cornford
Guest
Posts: n/a
 
      06-29-2010
On Jun 29, 12:34 pm, Gregor Kofler wrote:
> Am 2010-06-29 11:47, swetha meinte:
>
>> then how can i do that,without using any plugin?

>
> I suppose you mean "library". Then how can I do that
> without using a library. Easy: Learn browser scripting.
> Even when using libraries you should have a clue what you
> are doing.


Isn't the issue here not a question of needing to learn javascript,
but rather one of needing to learn HTML (and so not an appropriate
question for this group). The OP does not appear to be aware of how to
use a fragment identifier in a hyperlink to refer to another part of
the same document, and so is looking for a complex (and inevitably
unreliable) scripted means of doing what HTML does naturally.

Richard.
 
Reply With Quote
 
SAM
Guest
Posts: n/a
 
      06-29-2010
Le 6/29/10 9:25 AM, swetha a écrit :
> HI,
>
> I want to javascript plugin for single page navigation.i.e All the
> content lies in 1 page.
> Ex of this site is http://www.brizk.com/
> I am new to use javascript.So can anyone suggest me which plugin


a plugin ? 17 JS files help that "page" trying to work ... !

seen in the code :
<meta name="generator" content="WordPress 2.9.2" />

> should we use for this type of navigation.


in the css (1080 lines !!!) :

font-family:
"droid-sans-1","droid-sans-2","droid-sans-1","droid-sans-2","Myriad Web
Pro","Myriad Pro",Tahoma,Arial;

what could be that font "android" ?

More than 100ko only for 3 of the background images


some other infos about that "page" ?

Here you are:

line 8 column 103 - Erreur: end tag for "link" omitted, but OMITTAG NO
was specified
line 8 column 8 - Info: start tag was here
line 36 column 80 - Avertissement: cannot generate system identifier for
general entity "v"
line 36 column 80 - Erreur: general entity "v" not defined and no
default entity
line 36 column 81 - Erreur: reference to entity "v" for which no system
identifier could be generated
line 36 column 79 - Info: entity was defined here
line 36 column 84 - Erreur: required attribute "type" not specified
line 75 column 97 - Erreur: required attribute "alt" not specified
line 100 column 89 - Erreur: required attribute "alt" not specified
line 123 column 94 - Erreur: required attribute "alt" not specified
line 124 column 90 - Erreur: required attribute "alt" not specified
line 125 column 88 - Erreur: required attribute "alt" not specified
line 126 column 92 - Erreur: required attribute "alt" not specified
line 156 column 93 - Erreur: required attribute "alt" not specified
line 229 column 89 - Erreur: required attribute "alt" not specified
line 277 column 89 - Erreur: required attribute "alt" not specified
line 420 column 48 - Erreur: value of attribute "type" cannot be
"slider"; must be one of "text", "password", "checkbox", "radio",
"submit", "reset", "file", "hidden", "image", "button"
line 429 column 37 - Erreur: required attribute "rows" not specified
line 429 column 37 - Erreur: required attribute "cols" not specified
line 468 column 74 - Erreur: required attribute "alt" not specified
line 424 column 23 - Info: reference to non-existent ID "price"


enjoy !

--
sm
 
Reply With Quote
 
Gregor Kofler
Guest
Posts: n/a
 
      06-29-2010
Am 2010-06-29 14:03, schrieb Richard Cornford:

[snip]

> Isn't the issue here not a question of needing to learn javascript,
> but rather one of needing to learn HTML (and so not an appropriate
> question for this group). The OP does not appear to be aware of how to
> use a fragment identifier in a hyperlink to refer to another part of
> the same document, and so is looking for a complex (and inevitably
> unreliable) scripted means of doing what HTML does naturally.



After looking at his "sample" link (at last) - yes, you are absolutely
right. (Though he might return, looking for a "plugin" for the scroll
effect...)

Gregor
 
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
Single row navigation menu Paolo HTML 10 07-16-2007 08:38 AM
Disable the navigation buttons for IE navigation toolbar Laurahn ASP .Net 3 02-06-2007 04:17 AM
Single click on navigation buttons psitsmagic Computer Support 5 11-07-2006 08:47 PM
Custom Taglib problems - instead of a single instance per page, I have a single instance per application. chris brat Java 1 05-10-2006 11:16 AM
BoundColumn single DataBind equiv but not in a single row? Randall Parker ASP .Net 1 12-12-2005 04:11 PM



Advertisments