Archive for 'Knowledge'
Handy CSS Debug Snippet
Posted on 10. Nov, 2009 by Nikhil Sheth.
Great little debuging snippet found while browsing. The code adds different coloured borders to the assets depending on its level. Leave commented out if not needed. * { outline: 2px dotted red } * * { outline: 2px dotted green } * * * { outline: 2px dotted orange } * * * * { outline: 2px dotted blue [...]
Continue Reading
SourceForge Community Awards
Posted on 29. Jul, 2009 by Nikhil Sheth.
Twelve SourceForge community choice awards have been assigned to nine different open source projects.More than 47,000 open source projects were nominated for slots in one of 12 categories, but only 85 were chosen as finalists. PortableApps won four awards, included “Best Project”. OpenOffice.org, awarded with 3 prizes last year, won ‘just’ an award, resulting the “best [...]
Continue Reading
Lorem Ipsum Generators
Posted on 27. Jul, 2009 by Nikhil Sheth.
What is lorem ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. It was popularized in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Online lorem ipsum generators, plugins & extensions: Online: http://www.lipsum.com/ Online: http://www.lorem-ipsum.info/generator Online: http://johno.jsmf.net/knowhow/ngrams/index.php [...]
Continue Reading
Structured process for web application development
Posted on 23. Jul, 2009 by Nikhil Sheth.
Came across this wonderful article about structured process to develop a web application. Process main phases In a generic web application developing process you can identify five main phases: 1. Requirements Definition In this first phase you have to define the scope and needs of your web application in terms of what your application must do, main features and [...]
