1-10 of 376 Hubssort by Hot Best Latest

98

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.

197 comments    internet technology web
Alpho011 profile image91

User Authentication using PHP and MySQL and web forms

This is a how to on establishing a login system for a web page or web based application. Source files You've seen them, account signups, email etc, well we are going to show the gist of a PHP login system using MySQL for user management. First...

23 comments    how to internet technology
Alpho011 profile image90

PHP form inserts data into CSV file

Today we are going to use a .csv (comma seperated values) file to store values from a online PHP web form. A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade versions, also you can also get knowledge...

81 comments    internet technology online
Alpho011 profile image86

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 ARE THE FILES: Here is the live example: http://diadde.com/test/cal.php //data base structure CREATE TABLE IF NOT...

229 comments    google history php
88

Generate Static HTML Pages From A Database

I have a rule, when it comes to webpages. Keep it simple. No scripts, no flashy templates. It's no big secret that the most successful websites are those which are the simple and easy to use. See Google. But that doesn't mean that you can't leverage...

15 comments    technology programming php
weekendrockstar profile image89

PHP Pagination With Drop Down Menu

This is my very first hub so please hang in there with me while I get my footing. This hub will show you how to implement pagination in a PHP script of your own. This is a second generation snippet. The original pagination code was written by the...

5 comments    php drop menu pagination
85

In which order should I learn Javascript and PHP to gain better web development skills?

Well, you have gone and done it now. You have asked the biggest, most asked question amongst new self taught web developers worldwide. Should you learn Javascript or PHP first? The answer is not that difficult and what matters most is what you are...

5 comments    php javascript use php
89

How to get a free forum

Following on from my how to get a free website, earning and gaining Hub traffic article. Comes how to get a free forum, in under 15 minutes. Free! Earn from Google and give your community a home! Or even form one. All the examples given are free forums, easy to use php forum software and you don't need to know how to code. Its all click and drag!

5 comments    free forums starting a website
Manna in the wild profile image88

How hackers hack your web login page and how to stop it.

Learn one way how hackers could get into your web page and what to do to detect and stop that.

24 comments    security php quote
86

How to Use fgetcsv in PHP (csv file manipulations)

A function that will your make life easier for quick and painless import of a CSV (comma separated values) file into your PHP script.

0 comments    php php script csv
working