Programming

The Power of CSS

CSS or cascading style sheets are used to create a set of styles that can be applied to your fonts, tables and most other attributes of your web page. These styles allow you to create a much cleaner, faster web page that search engines love and also makes life much easier on the designer when • Read More »


Teach yourself CSS the easy way

I taught myself HTML back in the mid-nineties and was proud of the fact that I was able to accomplish the design of fairly complex web pages with nothing more than a starter HTML book, an HTML reference book, and the knowledge I had stored in my head. But back in those days, we web • Read More »


Gеnеrаtе a Stаtiс Website with Assemble

Onе of the first problems tо ѕоlvе, whеn wаnting to gеnеrаtе a website frоm flаt filеѕ (withоut a database), iѕ tо соmе uр with a flexible solution fоr ѕitе-widе nаvigаtiоn. In Assemble thiѕ соuld bе tасklеd like this in a “раrtiаl” hаndlеbаrѕ filе, hеrе nаv.hbѕ: <nav сlаѕѕ=”nаv” id=”nаv”>   <ul>     {{#withSort раgеѕ ‘data.sortOrder’}}       • Read More »


DHTML-Introduction

Think of DHTML as not a singular technology but a combination of three existing technologies glued together by the Document Object Model (DOM): 1. HTML – For creating text and image links and other page elements. 2. CSS – Style Sheets for further formatting of text and html plus other added features such as positioning • Read More »


Experience Is Critical When Choosing A Web Developer

The software development industry is regarded as one of the most profitable sectors of the economy in any developing country. This is because of the advancements in technology that are rapidly increasing since the introduction of computers, computer software, and the Internet. Hence the web development is on its well on it’s way to being • Read More »


Developing State-enabled Applications With PHP

Installment 1 Developing State-enabled Applications With PHP When a user is browsing through a website and is surfing from one web page to another, sometimes the website needs to remember the actions (e.g. choices) performed by the user. For example, in a website that sells DVDs, the user typically browses through a list of DVDs • Read More »