User contributions for Shanker
29 October 2008
- 17:1017:10, 29 October 2008 diff hist +180 N Theme Tips and Tricks New page: This category collects all the Tips & Tricks that can be used to get the most out of your website theme. Default Powered By HTML Useful CSS Classes Category:Themes
- 17:0817:08, 29 October 2008 diff hist −7 Default Powered By HTML No edit summary
- 17:0817:08, 29 October 2008 diff hist −7 Examples of Useful CSS Classes No edit summary
- 17:0117:01, 29 October 2008 diff hist +34 Components Redirecting to Category:Components
- 16:2416:24, 29 October 2008 diff hist +119 Main Page No edit summary
28 October 2008
- 19:4719:47, 28 October 2008 diff hist +23 Sample Theme No edit summary
- 19:4719:47, 28 October 2008 diff hist +23 m Content Locations No edit summary
- 19:3819:38, 28 October 2008 diff hist +23 Main Page No edit summary
- 19:3819:38, 28 October 2008 diff hist +691 N Category:Components New page: Content Components are chunks of html that are dynamically generated and inserted into Content Locations. Each content component can be edited, dragged, or removed dynamically using the Vi...
- 19:3719:37, 28 October 2008 diff hist −727 Components Removing all content from page
- 19:3519:35, 28 October 2008 diff hist +26 Main Page No edit summary
- 19:3319:33, 28 October 2008 diff hist +1,166 N Default Powered By HTML New page: By default, Viviti will insert the default Powered By html directly after the copyright component in your Viviti theme. If you'd like this to be somewhere else, you can put the powered by ...
- 19:3319:33, 28 October 2008 diff hist +170 Examples of Useful CSS Classes No edit summary
- 19:3219:32, 28 October 2008 diff hist +447 N Examples of Useful CSS Classes New page: .odd Is added to every odd blog post or list item in a content component .even Is added to every even blog post or list item in a content component .first Is added to the fi...
- 19:2819:28, 28 October 2008 diff hist +19 m Main Page No edit summary
- 19:2519:25, 28 October 2008 diff hist +316 N Copyright New page: The required element with the id of '''#copyright''' is where the copyright information will be inserted. ====Copyright dynamically generated html==== <pre> <p>© Copyright 2008 Your Na...
- 19:2419:24, 28 October 2008 diff hist +421 N Primary Navigation New page: The required element with the id of '''#primary_navigation''' is where the main navigation will be inserted as a list. ====Primary navigation dynamically generated html==== <pre> <ul> ...
- 19:2419:24, 28 October 2008 diff hist +401 N Site Sub-Heading New page: The required '''h2''' with the id of '''#site_subheading''' is where your sites subtitle will be inserted, with a span you can style however you please. ====Site subheading dynamically g...
- 19:2319:23, 28 October 2008 diff hist +390 N Site Heading New page: The required '''h1''' with the id of '''#site_heading''' is where your sites title will be inserted, with a span for styling purposes and a link home. ====Site heading dynamically genera...
- 19:2319:23, 28 October 2008 diff hist +1,091 N Content Locations New page: Content locations are div elements specified as areas for site content where you can drag and drop content components using the Viviti editor toolbar. The only required content location is...
23 October 2008
- 22:5422:54, 23 October 2008 diff hist −9,682 Components No edit summary
- 22:5322:53, 23 October 2008 diff hist +2,100 N Lastfm Component New page: A Lastfm component is used for displaying information about what music you listen to. ====Lastfm top artists component dynamically generated html:==== <pre> <div class="component last...
- 22:5322:53, 23 October 2008 diff hist +585 N Image gallery New page: An Image Gallery component is used for adding a number of images to your site, in a variety of ways. ====Image Gallery component dynamically generated html:==== <pre> <div class="compone...
- 22:5222:52, 23 October 2008 diff hist +423 N Xbox Gamertag New page: An Xbox Gamertag component is used for adding a Gamertag. ====Gamertag component dynamically generated html:==== <pre> <div class="component gamercard_component"> <h2><span>gamertag</s...
- 22:5222:52, 23 October 2008 diff hist +1,031 N Feed New page: A feed component is used for adding RSS or similar feeds. ====Feed component dynamically generated html (showing titles only):==== <pre> <div class="component feed_component"> <h2><spa...
- 22:5122:51, 23 October 2008 diff hist +3,217 N Blog New page: __NOTOC__ The blog component is unique in that it has more than one section of html to style over multiple dynamically created pages. The blog component consists of the following: * ...
- 22:5022:50, 23 October 2008 diff hist +1,231 N Friends New page: A friends component is used for adding a list of friends from various web sites including Flickr, LiveJournal, LinkedIn, and any URL. ====Friends component dynamically generated html:===...
- 22:5022:50, 23 October 2008 diff hist +665 N NavigationComponent New page: A navigation component is used for adding navigation items in the form of lists of links. ====Navigation component dynamically generated html:==== <pre> <div class="component navigation...
- 22:4922:49, 23 October 2008 diff hist +438 N HTMLComponent New page: An HTML component is used for adding custom html chunks. ====HTML component dynamically generated html:==== <pre> <div class="component html_component"> <h2><span>html component title...
- 22:4722:47, 23 October 2008 diff hist +539 N Custom New page: A custom component is used for text and/or images. It is for creating generic content blocks where you can place whatever content you wish. ====Custom component dynamically generated htm...
- 22:4722:47, 23 October 2008 diff hist −704 m Components No edit summary
- 22:4022:40, 23 October 2008 diff hist +1,991 N Sample Theme New page: The sample Viviti theme below will give you a clear example of the minimal requirements necessary to create a working theme. ====Sample Viviti Theme for Download:==== [http://viviti...
- 22:3922:39, 23 October 2008 diff hist +21 m Required HTML Elements No edit summary
- 22:3822:38, 23 October 2008 diff hist +406 N Required HTML Elements New page: As you've probably already seen in the Sample Theme, there are a few required html elements that need to be in your theme in order for it to work. Each of the required elements will be...
- 22:3122:31, 23 October 2008 diff hist +437 N Installing Your Theme New page: Installing your Viviti theme is very simple, just follow these easy steps: # Make sure your theme is arranged in the proper Required File Structure and then ZIP it # Log in to your V...
- 22:2522:25, 23 October 2008 diff hist +559 N Required File Structure New page: When finished, a Viviti theme should be a ZIP file made up of the following: ====File Structure Example:==== /default.html /assets/ The required file structure for a Viviti ...
- 21:1621:16, 23 October 2008 diff hist +25 m Components No edit summary
20 October 2008
- 22:2122:21, 20 October 2008 diff hist −27 m Components No edit summary
- 22:0422:04, 20 October 2008 diff hist +65 m Components No edit summary
- 21:0921:09, 20 October 2008 diff hist +25 m Main Page →Main Categories
- 21:0721:07, 20 October 2008 diff hist +51 m Components No edit summary
- 20:2220:22, 20 October 2008 diff hist +172 m Components No edit summary
- 18:2818:28, 20 October 2008 diff hist +4,069 Components No edit summary
- 17:1717:17, 20 October 2008 diff hist +6,758 N Components New page: __NOTOC__ Content Components are chunks of html that are dynamically generated and inserted into Content Locations. Each content component can be edited, dragged, or removed dynamically u...
19 October 2008
- 19:1219:12, 19 October 2008 diff hist +9 m Main Page No edit summary
- 18:4018:40, 19 October 2008 diff hist +21 m Main Page No edit summary
- 17:3317:33, 19 October 2008 diff hist +283 Nm Jigsy Introduction New page: Viviti is a cutting edge, hosted, web publishing platform made for people with no design experience, but powerful enough for web designers of any skill level to use. Put simply, Viviti is ...
- 17:3117:31, 19 October 2008 diff hist +46 Main Page No edit summary
14 October 2008
- 16:5216:52, 14 October 2008 diff hist +21 Main Page No edit summary
- 16:2116:21, 14 October 2008 diff hist +352 Main Page No edit summary