I’d like to put breadcrumbs in my site and will not want to use JScript. Is there a html code for this. I do not use web authoring equipment. Do I must put the value in each html page on the website or perhaps there is another way of doing this where I’ll put the program code one area (css) and possess it link to all of the sites pages.
I don’t desire to use javascript.
Thankyou.
Regards
Kymberly
You must use some script. If you don’t want to function client side screenplays, then you’d must use a machine side solution such as php or asp.
FYI, JScript and Javascript are not similar thing. Though they’re just very similar.
My sympathies to seem somewhat green but when you say rin several script you signify < script> this way, not code Sorry if this feels confusing but this is all relatively new to my opinion but I really want to get the head around all of this. I do analysis about 16 to 18 hours per day but unfortunately a great deal of this time is actually spent researching the internet and books or anything else… you must remember what it had been like when you started.
I am finding pleasure in it but need more closely explanation… sorry
Tahnkyou to your help.
Kymberly
Script simply means a collection of instructions you can use to perform any behaviour. It is a variety of code. It is differenciated form " markup" just like html ( hypertext markup language). Markup can also be code, but it doesn’t do any actions. In effect markup is just fancy puncutuation. You might think of sentances, paragraph structure and such as a form of markup pertaining to normal english. HTML or comparable like XML are usually just special punctuation for computers to understand.
There are various forms of script. They basically get into two groups. Clientele side and server side.
THE client side script, such as javascript, is typically (but no always) observed inside < script> tags. The client edge script is downloaded along with the html and that users browser then runs the script to generate whatever effect that script does.
Server side script is included during the html program code. However, the web equipment parses the record when it’s requested by way of a browser. The server works the script as well as the script outputs html on the document. The finished document that is sent to that users browser is merely html. The user cannont see the script used. Server side screenplays are marked up in various ways depending on that language used. Typically php scrits are only between < php as well as > tags. Though you won’t see those tags inside html that can be outputed.
MY SPOUSE AND I do, but I can’t give such a long explanation of the technical term I easy use in every reply POST make. Esp since normally the detail won’t be required. You need to google for any terms you no longer understand.
In your primary post you gifted the impression that you just knew about javascript and you also were making a great educated choice to not use it for some reason. It also implied which you knew what " script" intended. Your second post implies that you choose and don’t want to master javascript and opt for ignorance.
Web sites contain 3 segments. Content, apearance and also behavior. For content you have text of layouts marked up by using html. For apearance you have CSS. For behaviour you have scripts like javascrpit in addition to php. You will have to learn all 3 sections to create web sites.
behavior – when you click something or find something to help, the page/site can something else throughout responce. The page interacts by using and responds into the user. e. g. submits your community forum posts, tracks your click to generate breadcrumbs, pops upward a window, couldn’t how many people on coursesmart, plays a online game. These are all behaviors. All behaviors require some form of script.
I really recognize the value of your very educational reply and thank you for bothering to do this personally. I understand time for yourself must be limited. I am very sorry which i gave the wrong impression in the first message. I became trying to keep it brief, my own mistake.
Lso are your commment with my javascript. I became warned not to utilize javascript by people that has completed webdesign and related be employed by 30 years. My business is not sure the reason.
You need to forgive my prejudice re this subject. I sincerely wish to learn all aspects of coding and undoubtedly meant no offence.
Unfortuatley My business is green at this kind of but am most of ears and hope for being the best I possibly can. With the help of people like yourself I know this will often be acheivable.
Thanks again for people much appreciated period and help.
Regards
Kymberly
Javascript must be used frequently across the internet… I don’t see any reason why someone would suggest against it. It would the best treatment for this problem if you can not already have proven PHP/ASP back-end. How many pages have been in the site you are making If it’s not necessarily too many, you are able to probably enter them manually.
Results, I agree…
and in many cases though Javascripting would likely work nice,
it might even be better to visit with a PHP script:
http: //evolt. org/article/Breadcrumbs_for_PHP_Lovers/17/4455/
I’ve never used the particular one, but it’s appearance interesting.
Kymberly,
Can your webhost make it possible for PHP scripting
Many people turn javscript off within their browsers for safety measures reasons. So it’s recommended that you do not make your internet site dependant on javascript. So for instance, if you use javascript to create the breadcrumbs, than you will have to include some other way of navigation on identical page. But you used to be probably doing in which anyway as breadcrumbs are often a secondary navigation.
If you examine the code behind sites such as this one, you will discover tonnes of javascript. That’s on top in the php and mysql that does the majority of the scripting to make the forum works.
Here are a few examples of building breadcrumbs some with javascript some within php. Both work identical way. The utilize directory structure within your site to create the breadcrumbs. So but if your page was with www. example. com/general/subsection/specific/page. html document then the breadcrumbs would read like " home> general> subsection> specific> recent page.
http: //www. evolt. org/article/Breadcrumbs_in_Javascript/17/15480/
http: //www. zend. com/zend/spotlight/breadcrumb28. php
My business is not sure why in regards to the Javas