-
Scrolling Text – Slide In
This post contains CSS and HTML code for creating scrolling text that slides in from the right.
-
CSS Bouncing Text
This post contains CSS and HTML code for creating scrolling text that bounces from left to right.
-
Scrolling Text – Vertical
This post contains CSS and HTML code for creating scrolling text that scrolls vertically from top to bottom.
-
Scrolling Text – Left to Right
This post contains CSS and HTML code for creating text that scrolls across the page from left to right.
-
Scrolling Text – Right to Left
This post contains CSS and HTML code for creating text that scrolls across the page from right to left.
-
Web Design
The term “web design” can mean different things to different people. To many people, web design simply means the creation of a website. But for most of us who have been involved in creating websites, we prefer to see web design is a very specific (and important) part of the web development process. There are…
-
Database
These days, databases are an integral part of the web. Although you don’t need a database to create a website, you will be limited with what you can do without a database. In the early days of the web, most websites were static. That is, they didn’t have a database. The whole website consisted of…
-
JavaScript
JavaScript is a scripting language that was designed for adding functionality to web pages. Also known as ECMAScript, JavaScript is an object oriented programming language. Although JavaScript is primarily used on web pages, it isn’t limited to this application. JavaScript can also be used in PDF documents, desktop widgets, and site-specific browsers. Although JavaScript bears…
-
CSS
CSS, which stands for Cascading Style Sheets, allows you to add styles to your website or blog. CSS works side by side with HTML, so that you can specify how your HTML elements should be displayed in the browser. CSS is a relatively easy language to learn, compared to various scripting languages. Even if you’ve…
-
HTML
HTML, which stands for HyperText Markup Language, is the language of the web. It is the technology almost all websites on the web. While different websites use different technologies, virtually all of them share one common theme – they use HTML to display their contents to your web browser. Even Flash based websites use HTML…