Vignette is software that offers content management, portal, collaboration, document management, and records management.

learn more… | top users | synonyms

-2
votes
0answers
23 views

Vignette effect using xml [closed]

My android activity needs a linear layout with red background and vignette effect. Is there a way to achieve vignette effect using xml only? I don't want to do this in my activity code using ...
1
vote
1answer
26 views

Migrating Contents to Ektron

I am working in Ektron 8.6. I need to migrate contents from Vignette CMS to Ektron.Is there is any option in ekron to automate the content migration process rather than doing it manually(creation of ...
0
votes
1answer
37 views

What kind of db is used in Vignette CMS

In our enterprise app, we are using Vignette for CMS. And the CMS page content is saved to some sort of db. Now while Vignette setup,I did not see any setup of an external db (like Oracle). So I am ...
0
votes
1answer
48 views

Access function from current package when using R CMD check with vignette

I'm putting together a package; for simplicity with one function and one vignette illustrating its use. I was able to run R CMD check packagename with no difficulties before I tried adding the ...
1
vote
2answers
117 views

box shadows - clicking images behind + slow scroll

I have two tricky issues that are intertwined. I have an inset box shadow vignette on four sides of a box but I have clickable images inside that I can’t click because the shadow/vignette is above ...
0
votes
0answers
51 views

Move children into their own ul

I have the following code in a JSP for a Vignette horizontal navigation style. Currently when it loops through the navigation nodes, it outputs all links as li's. I want to be able to check to see ...
0
votes
1answer
102 views

Vignette in cocos2d

I want to create a vignette effect in cocos2d. I'm not really sure how I could go about doing this. I thought about just using an image, but a high resolution, fullscreen image (this is for iPad) ...
4
votes
2answers
174 views

available CRAN vignettes

There's the available.packages() function to list all packages available on CRAN. Is there a similar function to find all available vignettes? If not how would I get a list of all vignettes and the ...
2
votes
3answers
2k views

HTML/CSS: How to make a vignette effect? 4 Images? CSS3 Gradient?

I'm looking for a good solution on how to make a vignette effect for a website. The corners should be darker than the background color of the page like a radial gradient. So far I tried different ...
0
votes
1answer
397 views

Problems specifying contentCss outside CKEditor.basepath

We are trying to use CKEditor as a Widget for Vignette, when we try to specify a content css outside the environment of CKEditor such as: "CKEDITOR.config.contentsCss = ...
0
votes
2answers
650 views

PHP Imagemagick vignette

How want to apply a vignette effect to an image using PHP with ImageMagik. I found this function but I'm not sure how to use it. Imagick::vignetteImage Thanks for your help!
2
votes
1answer
1k views

Retro, Lomo, Vignette filter in C/C++?

I am trying to apply image filtering to images, like lomo, retro, vignette. Can anyone show me some sample codes in C / C++? Or is there any ready-to-use libraries implementing image filtering? ...
1
vote
1answer
1k views

Best way of achiving this background vignetting effect? (CSS3)

I want to have a vignetting effect on the background of a page I´m building. This is the page: www.karolinadahl.se I managed to get the effect I´m looking for in Firefox, and it seems to work ok. In ...
6
votes
2answers
220 views

R — Vignettes that are not made by Sweave possible?

Can I include some PDF in the pkg/doc folder so that the vignette function works, but no corresponding Rnw, Rtex, etc exists? I am thinking of slides or documents containing markdown text weaved with ...
0
votes
1answer
310 views

Vignette effect without coding

Is there any method exist to create vignetting/frame effect on picturebox, ie another picturebox with png image as overlay/mask? I don't want to see sharp edges between picture and background.
0
votes
1answer
1k views

JavaScript, html5: how to dynamically create a Vignette effect?

So what I need is simple: user presses something, user sees Vignette effect on new div on top of all page (with page size) alike Is it possible with some html5 canvas art? And how to do such thing? ...
0
votes
1answer
633 views

Maven war artifact with car extension

I am trying to use Maven to generate an artifact for deploying on Vignette Portal. The packaging is exactly the same as a war artifact but the file should have car extension instead. Options I've ...
0
votes
1answer
345 views

Migrate Vignette CM (Content Manager) content to Oracle UCM

We're at the start of a project where we need to migrate Vignette CM (version 7.6) content to Oracle UCM (11g). Some pointers on which tools and approaches to use would be extremely helpful. It ...
1
vote
2answers
265 views

Is it possible to upload Vignette files directly, without using the web interface?

In the project I'm working on, we have web resource files (e.g. JS, CSS, images, etc) stored in Vignette. As a web developer I find this cumbersome to work with, since I frequently update these ...
0
votes
1answer
110 views

Vignette collab template language name and reference

What is the name of the programming language enclosed by ISPECT tags used in Vignette Collaboration ? Is there any refence for that beast ? thank you !
0
votes
1answer
396 views

.NET portal web clipping/web connector/portlet bridge/web capture analogs

We are seeking .Net analogs or ports of what they refer to as "Web Connector" in Vignette, "Web Clipping" in WebSphere, "Web Capture Web Part" in Sharepoint (could not evaluate myself) or ...
1
vote
1answer
413 views

Does Vignette CMS serve HTML, CSS and JavaScript content gzipped?

I’m working on a project involving Vignette as the CMS. Does anyone know if it serves HTML, CSS and JavaScript content gzipped? (If anyone’s got an example of a site run on Vignette, that’d be great ...
1
vote
2answers
380 views

Vignette V8 Upgrade

Vignette upgrades are usually not straightforward. You basically have to do a new installation and migrate over all of your customizations etc. Does anyone know if the upcoming V8 version is easier to ...
12
votes
2answers
30k views

JSTL, Beans, and method calls

I'm working on a JSP where I need to call methods on object that come from a Bean. The previous version of the page does not use JSTL and it works properly. My new version has a set up like this: ...