-
Twitter bootstrap responsive design & SitePublisher
Does anyone have any experience with the twitter bootstrap responsive design framework or any responsive design frameworks for that matter with SitePublisher? Has anyone done anything with responsive design with SitePublisher. We have done some minor work in this area that you can see at http://www.northerntrustopen.com/…
-
Preview forbidden on this file or folder
I'm trying to preview the taxonomy file for a branch. When I try to preview using: http://sdcpwsu02/iw-cc/command/iw.group.preview_file?vpath=//SDCPWSU02/default/main/SP/WORKAREA/development/iw/config/taxonomy/branch.taxonomies I get "This operation is forbidden on this file or folder." If I try to go to…
-
Events for IWEventRegistry.addItemhandler
Looking for a list of valid "on..." events to use with addItemhandler in TagUI. [ update - found this in the next section of chapter 3 of the FORMAPI Reference, sorry ] Specifically I'm looking for the event to trigger upon loading the form. I want to populate a list of valid items when the form loads. This is my first…
-
Changing component type from HTML to XSL
Is there a way to change a component type from HTML to XSL? Side question... If I delete that HTML component and recreate it as an XSL component what happens to all the templates/pages that have references to the old component? I could (would rather not) create a new component with a new name and replace it everywhere, but…
-
Shared resources (JavaScript) externally hosted?
Is there a way to add a shared resource to a site, specifically a JavaScript file, that is hosted on another server? An example would be Google maps API.
-
RegEx matching in an XSL component
Thought I would post this in the event someone might find it useful. It is an XSL template that will accept two parameters, content and regex. The template returns "true" if the regex matches the string contained in content, otherwise it will return "false". One caveat is the string must match completely. Therefore the…
-
StringTemplates, HTMLTemplates documentation?
Any guess where documentation (or the source XSL) for the automatically-included-when-you-create-a-new-component templates can be found? .../livesite/xsl/HTMLTemplates.xsl .../livesite/xsl/StringTemplates.xsl
-
Breadcrumb component issues
So I'm using the OOTB external for breadcrumbs and find that the information I'm receiving is, on occasion, not for the current page I'm on. The component is setup as "Do not cache". I have setup an infinite loop on my machine to get five different pages from the server. When I use a browser to hit a different page, the…
-
Parsing LSCS results
I'm stumped on this one. In an XSL component I have: <xsl:variable name="searchString">(a valid LSCS search string</xsl:variable> <xsl:variable name="RESULTS" select="document($searchString)"/> When I do <xsl:copy-of select="$RESULTS"/> I get back: (paraphrasing here) <results> <assets> <document> lots of data about the…
-
Query String to LSCS (boolean operators)
This is in the manual, but I thought I would post it here in the event someone else spends an hour rereading the manual a 100 times to figure out what's wrong. I wanted a query string of TeamSite/Templating/DCR/Type rimary/resource and ast_path:africa what I had was…
-
Modernizr ??
Has anyone tried modernizr in a SitePublisher page? It's the cause of my IE-8 error (see my other post right below this one.)
-
IE Error: HTML Parsing Error
I'm trying to edit a page that I've edited a dozen or more times in the past and I'm receiving the error below. Has anyone experienced this? I have created a blank page with OOTB "default HTML" and OOTB "freestyle div" and still get this error. Occurs when I try to edit the page, not preview and only for this one site.…
-
IE running 100% cpu
On one of my sites (I'm just starting to build it) on occasion IE (v8) will peg the CPU and stay that way until I kill it. This occurs only in Edit mode and I have not found any correlation between my actions (edit/add/customize..) while editing and this issue. I assume it's not a JavaScript issue since IE doesn't complain…
-
Component width of 100%
I hope there is a simple answer to this. I'm building a page with the Layout Type of "Freestyle - Div" and want to set the width of one of the components to 100%. So no matter how wide the screen the component takes up the whole thing. Any clue? The component layout options requires a number (pixels) for width.
-
PLC not picking up dependencies
I have reproduced this in a very simple case: 1 - created page with component that had a DCR for input 2 - used PLC and all went well. The page and DCR were both pushed and submitted. 3 - edited the Page and the DCR 4 - used PLC to push the page, but the DCR was not attached to the job 5 - looked at the "Find Related…
-
XSL document() to external URL
We're trying to get some data from an external source via a document() call in an XSL component from within LiveSite. The issue appears to be that LiveSite doesn't know about the proxy server to get out on the internet. This also doesn't work in Edit mode, Preview Mode or on our test LSDS server. (Yes we can get content…
-
Brought down our Site with a simple change to the Sitemap!
Did you know that you can't put special characters (like = for example) in the value of a parameter in the sitemap? If you do your LiveSite Display Services server will invalidate the whole site. This probably is not what you would want to do! (Yes that's an hour of my life I'll never get back!)
-
Disassociate page from template AFTER creation?
Back in 2009 someone posted this question was asked without any response. I'm trying again. Can a page created with a template be disassociated from the template anywhere other than in the "new page" form? Specifically after it's been edited, pushed to production, lived there for a while then someone wants to remove a…
-
Creating new Servlet to run in TeamSite environment
I would like to create a new servlet that runs within the TeamSite application server. Any hint on where to define the servlet (/path???/web.xml) and or where to put the source/class files. The servlet is really simple: 1) receive DCR path/filename, key, value 2) set the Extended Attribute's key of the DCR to the value…
-
Copy Content field to Extended attribute?
We would like to copy the value of an input field within a DCR to an extended attribute of the same DCR. I'm assuming on the Save event that field could be read, but is there a way to attach that field value to an extended attribute? (If yes, can you point to the right manual/document with how to do it?)
-
adding a meta tag
(This maybe a LiveSite question but...) Please tell me there is an easy way that I can add: <meta name="viewport" content="initial-scale=1.0"/> to every page on the site easily? (.page) I have a way that I can add it on a page/page/page/page... basis, but I'm hoping I can do it in one place.
-
per-process memory limit
Last week I increased our cache size to 400,000 entries. That, according to the documentation, is the maximum value allowed. Even though elsewhere it says that number should be 3x the number of assets in the largest backingstore. One of our backingstores has about 200,000 assets so I figured I'd max it out. In our…
-
fs_threadcount
In iw.cfg we have: fs_threadcount=4 Running on a server with 4 "CPUs" assigned to us this makes some sense. I'm just wondering if that's an optimum number. I haven't found any documentation on how to adjust this value. I'm thinking that more than 4 might be good since TS is pretty I/O intensive there probably is a lot of…
-
URL for JCS Admin for LSDS
If you have your XSL in separate from your components and you make a change to the XSL, we have found that you need to clear the cache on the server manually. There are two ways that I've found to clear the cache: 1) restart the LSDS server. (login to the server and recycle the process) This involves about 5 -> 15 seconds…
-
Changing a component
Can someone confirm my assumption or better correct me? I have a component (footer) in which I just found a typo. That component is part of a template That template is used on every page Every page has been deployed to our 'pre production server' (go figure - testing caught the typo) My assumption - To fix this: Fix the…
-
Tablet vs Desktop sites
My guess is this either going to be real easy or real hard in SitePublisher. I have a requirement that the same site fit on multiple screen sizes. The requirement is this: For screen sizes >= 1024px the site should have a width of 930 For screen sizes >= 800px the site should have a width of 770 For screen sizes >= 640px…
-
Staging version of SiteMap
We have made extensive changes to our sitemap but will not be ready for production for a few more weeks. We would like to look at the version currently in production (Staging). Is there a way to do that?
-
Site map alias length limit?
There appears to be limit of 81 characters for an alias in the sitemap. Has anyone been able to extend it?
-
Component caching across sites?
My understanding of components is that each component is cached (depending up on the cache timeout set) for the whole site. For example if I have a component that has one boolean Datum, that if I select "true" on one page, that component will be pulled from cache regardless of which page it's on as long as "true" was…