Logo Background RSS

» Web Design

  • GameNow – WPNow Premium Wordpress Theme
    By Cung911 on October 1st, 2009 | No Comments Comments
    Theme Name: GameNow Author: WPNow Preview: Live Demo Features A list of unique features that are included with GameNow. * Black & White Layout (User gets to choose) * Two Column Layout * Widget Ready * Adsense Ready * Review System * Javascript Home Slideshow * Threaded Comments * WP 2.8+ Ready * No Sidebars Template * Links & Bookmark Template * Sitemap Template * Five Level Thread...
  • Finance – September 09 Joomla Template
    By Cung911 on October 1st, 2009 | 3 Comments3 Comments Comments
    Theme Name: Finance Author: GavickPro Souce code: Joomla 1.5.x Preview: Live Demo If Money makes the world go around, find it where on finance.com! Find guidance from the reviews of analysts and experts, online coverage of breaking news and current headlines about the world economy. All the investments, finance and business careers, stock quotes and economic indicators, simply the most res...
  • Elegance – September 2009 Joomla Club Template
    By Cung911 on September 30th, 2009 | No Comments Comments
    Theme Name: Elegance Preview: Live Demo The month of September brings some cooler weather for some of us but for those of you Shape 5 members it brings 3 NEW modules, a Jomsocial and Kunena template! The S5 Accordion menu, the long awaited S5 Box module (which allows for up to 10 S5 Box’s on one page) and S5 Register are the three new modules we released this month with Elegance. We h...
  • Espresso – JoomlaXTC August 09 Template
    By Cung911 on September 30th, 2009 | 1 Comment1 Comment Comments
    Theme Name: Espresso Preview: Live Demo Espresso is the perfect culinary template designed for vertical market success. No matter what market, Espresso has you covered, from Wine, Coffee, Recipes, Restaurants, Espresso has a clean and modern feel. In addition to the Business class design Espresso comes packed with themes for some of the top components for Joomla!, including: My Blog, Jomsoci...
  • 18 Web Design Tools
    By Cung911 on September 30th, 2009 | No Comments Comments
    In this article ive rounded-up 18 FREE web design tools in which you might find helpfull when designing and/or coding your websites. Official Lorem Ipsum Generator Blind Text Generator Icon Finder Form Spring Measure It Firefox Addon Web Developer Firefox Addon Blue Print CSS EM Calculator CSS Layout Generator Wordoff What The Font Pic Reflect Are My Sites Up Stripe Mania Browsers...
  • Establishing a Employee Wellness Program
    By Radz Nguyen on September 27th, 2009 | No Comments Comments
    The workplace environment is a effective, but often overlooked, element in managing staff member health. Here we will identify some of the best-practices in starting a Employee Wellness Program that supports your organizations employee health strategy and allows staff members to take charge of their own health. For example, a Employee Wellness Program that includes a tobacco-free workplace policy...
  • Merits of Ajax
    By Radz Nguyen on September 27th, 2009 | No Comments Comments
    In many cases, the pages on a website consist of much content that is common between them. Using traditional methods, that content would have to be reloaded on every request. However, using Ajax, a web application can request only the content that needs to be updated, thus drastically reducing bandwidth usage and load time. The use of asynchronous requests allows the clients Web browser UI to be ...
  • FBJS and Ajax to acheive Facebook profile link tracking
    By Radz Nguyen on September 27th, 2009 | No Comments Comments
    This weblog shows how to create a short script that will track and log the user activity. In interactive application development we love our ability to track and analyze the behavior of our users. Through tools like Google analytics and Urchin, web sites can monitor and analyze where their users are going, and more importantly how those users are getting there. As our company delves deeper into c...
  • AJAX validation with Django, newforms and MochiKit
    By Radz Nguyen on September 27th, 2009 | No Comments Comments
    This weblog of mine presents the example code for using Django, newforms and MochiKit to do AJAX validation. Before we get going, some context: the Christian Camps in Wales web site has a forum system which allows people to create polls. I rewrote this recently to use newforms, mainly to keep up to date with Django, and also to try out some AJAX. I first had to write a Form subclass which encaps...
  • Ajax tutorial
    By Radz Nguyen on September 27th, 2009 | No Comments Comments
    AJAX is not a new programming language, but a technique for creating better, faster, and more interactive web applications. With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, without reloading the page. AJAX uses asynchronous data transfer (HTTP requests) between the b...
  • CASCADING STYLE SHEETS TUTORIAL PART 3 OF 3
    By Radz Nguyen on September 24th, 2009 | No Comments Comments
    In part 2 of the tutorial we broke down the major sections of HTML on the page and established separation using DIV tags with unique ID’s attached to them: <div id=”navigation”> … </div> <div id=”centerDoc”> … </div> Using DIV’s (to position the major page sections) is the alternate method to what most people use: tables. I ...