![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In an earlier post Durdledoor84 asked what server side includes were. I'd like to know about client side includes. Are there pros and cons for server side vs. client side? Are client side includes more difficult to work with and create? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I guess the equivalent of a client side include is a Library Item. -- Jules http://www.charon.co.uk/charoncart Charon Cart 3 Shopping Cart Extension for Dreamweaver MX/MX 2004 |
#5
| |||
| |||
|
|
Julian and Dan, the following is from Builder.com: //// What is a CSI? A Client Side Include (CSI) is usually a short JavaScript function or routine contained in an External JavaScript file and is called in the same place as the SSI would be. CSIs can be contained either in a stand-alone file or included within a global JavaScript file which contains other useful client side JavaScript functions that the site may require. /// I was just curious if any here had experience with CSI and if so is it difficult to implement. I use ssi's frequently and was wondering if it's worth learning how to use client side includes. |
#6
| |||
| |||
|
|
I guess the equivalent of a client side include is a Library Item. |
#7
| |||
| |||
|
|
//// What is a CSI? A Client Side Include (CSI) is usually a short JavaScript function or routine contained in an External JavaScript file and is called in the same place as the SSI would be. CSIs can be contained either in a stand-alone file or included within a global JavaScript file which contains other useful client side JavaScript functions that the site may require. /// |
#8
| |||
| |||
|
|
That's kind of vague. Is is just a link to an external javascript file? I think Builder.com just made up that term. ;o) |
#9
| |||
| |||
|
|
darrel wrote: That's kind of vague. Is is just a link to an external javascript file? I think Builder.com just made up that term. ;o) That was my immediate take, too: I use the same trick when trying to persuade clients into something they might not approve to. I give whatever I want to do a nice acronym, and they take for granted it's a common solution in the business. excerpt from Vendel's Sleazy Business Tricks -- Dan Vendel - *GOF* Contact: http://www.proformica.com/en/contact.shtml Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml Nested tables: http://www.proformica.com/en/nested_table_demo.shtml SEO: http://www.proformica.com/en/search_engine_optimization.shtml SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml Search Dreamweaver newsgroup: http://www.proformica.com/google.html |
#10
| |||
| |||
|
|
What I can deduce is that it uses a .js file to call any elements into a page, like ssi. |
![]() |
| Thread Tools | |
| Display Modes | |
| |