CSS Stylesheet-like adjustments?

There are several ways to do this, although none quite like CSS.

There are several ways to do this, although none quite like CSS. Server Side Code This includes languages like ASP. NET, PHP, Ruby, and many others.

Using server side code, you can create content areas that are usually controlled by a database (MySQL is a free database). When you store your content in a database, you can then pull that content out via server side code and place it on the page. AJAX AJAX is a relatively new method that also usually leverages the use of a database.

Basically, when you need content, you send a call to your server (or database) via Javascript and it responds with the content you requested. You can then format the content how you wish. There are literally thousands of questions on StackOverflow about how to use AJAX.

Most of them will reference jQuery. Content Management Systems (CMS) While this is similar to the first two methods I listed (in that they usually leverage one or both methods) CMSs are different because they abstract the need to actually do any of the work yourself. They are usually pre-built systems where you just plug in your content and make some tweaks and you're good to go.

Some examples of CMSs are Wordpress, Joomla, and Drupal. JQuery.load() If you get into jQuery at all, there is an easy method you could use to kind of replicate what you're trying to accomplish (one file that controls all your content). While it is definitely not the most highly-recommended method, so long as your site is not too big, it could work nicely.

Basically you would put all your content into an . Html file and separate them into divs with ids. Then to pull content from that file, you would use jQuery.load() plus the page fragments option (scroll down a bit on the jQuery.load() page) to pull in the desired content.

Again, this is not really how I would go about doing it, but it is an option for a small bit of content you want to quickly change on the fly without incurring the overhead of setting up and maintaining a database.

THANK YOU. This is alot of good information that will get me going in the right direction. – user903497 Sep 12 at 23:16.

If I understand you correctly, you want to apply the ideas of CSS (provide some handy definitions, use them everywhere) to "the rest of the HTML code". If you are on a web server, you can do that using one of these technologies: Server Side Includes PHP JSP and probably many more that allow external file inclusion.

Yeah,I'm on a web server. I'll check those out. THANK YOU!

– user903497 Sep 12 at 23:18.

Sounds like you need either server-side includes or JavaScript AJAX loading.

If it's just the tag that you only want to know, then there are only two available tags (or markup) to call JavaScript codes. It's either: Inline: External: . But if you are dealing with XHTML, then you have to include a CDATA between the , e.g.. However, if that doesn't answer your question, then a tag is not what you need, but JavaScript codes.

Thank you, we're working with Java also, so this will all help! – user903497 Sep 12 at 23:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions