Saturday, April 12, 2008

CSS Generator

CSS Layout Generator
The layout generated has changed significantly from previous versions. The main reason for change was to simplify the layout and in doing so make it easier to use. It no longer provides fixed width columns with fluid center or full length columns by default.
This generator will create a fluid or fixed width floated column layout, with up to 3 columns and with header and footer. Values can be specified in either pixels, ems or percentages.
Links to articles in the "Layout Hints" box to the right and the CSS Forum will provide help where needed.
The generator requires a DOM capable browser with JavaScript enabled.
To create your layout select the structural elements your site requires (header, footer, columns). Then specify a size in the field provided and choose a background color from the color chooser below.
The color chooser changes values as you move your mouse along a row. To set the value of a row, click on the color row, to release click again. Once the color in the box is the color you are after, click in the background-color field to assign it the value.

Friday, January 4, 2008

Use it too

http://www.ebay.com/ You can use it as your page generator too.

Page Generator Revival

Page Generators Can Make You Money Again!
What's in the report:1) 10 Great Ideas that are simple to implement - some are new ways to use page generators to build sites that make money and sites that stick. Some are things you need to do to your templates to make them more flexible. Some are linking ideas. One of my favorite ideas is how to use Traffic Equalizer's basic out of the box template to drive traffic...talk about the lazy persons money machine!2) Links to tools (or techniques) I am using and that work right now..period. No affiliate links.3) 30 Market ideas for you to start exploiting with your page builder right now.Plus, I'm even going to include a copy of my social software- this software digs out the top member profiles at one of the top social sites online. This software sells for $29 and can be most helpful in developing an effective link strategy.AND, a members only area where I'll post additional tools and show you actual sites where I use the strategies from the report to generate income.Here is the linkhttp://www.squidoo.com/pagegeneratorrevival

Dynamic page generator

An custom page server is provided with user preferences organized into templates stored in compact data structures and the live data used to fill the templates stored local to the page server which is handing user requests for custom pages. One process is executed on the page server for every request. The process is provided a user template is either generated from user preferences or retrieved from a cache of recently used user templates. Each user process is provided access to a large region of shared memory which contains all of the live data needed to fill any user template. Typically, the pages served are news pages, giving the user a custom selection of stock quotes, news headlines, sports scores, weather, and the like. With the live data stored in a local, shared memory, any custom page can be built within the page server, eliminating the need to make requests from other servers for portions of the live data. While the shared memory might include RAM (random access memory) and disk storage, in many computer systems, it is faster to store all the live data in RAM.