• Hubs
  • tagged javascript

1-10 of 138 hubssort by Hot Best Latest

99

A List of Essential Web Design Skills

I've described the key list of web design skills you'll need in order to work as an effective freelance web designer. Or your're writing your website yourself, I give you the best places and ideas from which to start your journey.

120 comments    technology internet web
Alpho011 profile image95

Simple Event calendar (PHP, MySQL)

We will create a useful event calendar using PHP and MySQL and a sprinkle of javascript/ CSS for functionality and look. Here is the live example: http://diadde.com/test/cal.php //data base structure ...

80 comments    google history php
86

Strings and the JavaScript Eval Function

IntroductionThis is the third last part of the series, Mastering the JavaScript eval Function. In this part of the series, we see how a string can be used as argument to the eval function. String Literal in...

1 comment    javascript function eval
Alpho011 profile image88

Web Page Text Resizing Example Using Javascript , HTML and CSS

Today we are going to use Javascript to resize text on a web page, while the example is not a catch all example, it does illustrate what can be done using client scripting, the goal of this is not copy and...

5 comments    how to technology internet
86

How To Create A Floating Top Bar in Javascript - Tutorial

What we are going to do: Hi, today we want to create a nice floating top bar in javascript as seen on many sites on the internet. It can be useful to display messages or ads. First of all, some CSS: Add this...

1 comment    tutorial html javascript
86

Statements and the JavaScript Eval Function

IntroductionIn the last part of the series, we saw how the JavaScript literals and the function constructor are used as arguments for the JavaScript top level eval() function. We concluded, that with the...

0 comments    javascript function eval
83

Flags in JavaScript String Regular Expressions

IntroductionThis is part 5 of my series JavaScript String Regular Expressions. Matching is case sensitive. You may not know if what you are looking for is in lower case or upper case or has mixed cases. It is...

0 comments    flag javascript string
Photo courtesy CV Neikirk83

Why is my Browser so Slow?

Web Browsers are not the quickest beasts in the computer jungle. Although recent releases of most of the popular browsers are several orders of magnitude faster and more efficent than the lethargic browser...

0 comments    technology web memory
82

How to Make Money by Editing Websites (for beginners)

Earlier this year, the domain name company VeriSign reported that there are more than 183 million registered Websites in the United States alone. Technorati, the Internet search engine for blogs, is...

3 comments    online writing blog
77

JavaScript String Regular Expression Patterns

IntroductionThis is the second part of my series, JavaScript String Regular Expressions. In this part of the series, we start analyzing patterns in JavaScript Regular Expressions.Character ClassesThe Square...

0 comments    pattern javascript string
working