liveblue
Oct 1 2008, 09:46 PM
| | Hi all,
Know any good books or tutorials for beginners? I've been using Site points learn "Build your website the right way using HTML and CSS and can't recommend it enough. It's completely XHTML compliant and is a great starting point?
Seen anything else useful? I'd be v interested in finding out about Javascript for beginners type things.
Thanks,
|
Reply
yordan
Oct 3 2008, 10:42 AM
Hi, You probably did not pay attention to the first rule of our tutorial section as expressed here : http://www.astahost.com/how-s-tutorials-f6.htmlQUOTE a1. The Tutorials have to be of a bare minimum length of 500 words to be accepted. Your topic is far below 500 words. That's why I moved it here, where is most probably it's place. Regards Yordan
Reply
Similar Topics
Keywords : good, books, html, css, beginners
- Free Online Adventure And Rpg Games
Good for Teenagers (4)
Good And Free Sites To Advertise
(0) Easyhits4u: Its simple, you surf other websites with two options, 15seconds per surf or
20seconds per surf. If you are unpaid you get 0.5 credit for the 15 second surf and 1 credit for the
20second surf. If you are paid you get the whole 1 credit for 15 seconds. There is also surfing for
30 seconds (1.5 credits) or 40 seconds (2 credits) but you can remove them from your surfing cycle.
Once you earn credits you can either convert them to banner impressions, 1 credit gives 15 banner
impressions if you are unpaid, 20 if you are. Or you can convert them to site views, y....
10 Things Standing Between You And Feeling Good
The 10 Mental Distortions of Cognitive Therapy (3) In his book, Feeling Good: The New Mood Therapy, Dr. David Burns discusses the 10 ways of thinking
that are responsible for most of our everyday emotional problems, particularly depression, guilt,
and self-loathing. He called them The 10 Mental Distortions. Dr. Burns derived this list of
mental distortions from the relatively new, but very promising, field of Cognitive Therapy.
Cognitive therapy is a school of psychotherapy that is based on the premise that our feelings are
primarily dependent on, and directly related to, our thoughts. And so, by modifying the way w....
Basic Html Tutorial
Made it myself, hope you like it. (1) HTML stands for hyper text markup language. It is a basic coding language used on almost every
website. There are some tags in HTML which must be used, whilst others are enhancing, but not
essential. Below I shall list the essential tags and there uses: This tells the browser that
the language between the tags is going to be HTML so it knows how to read it. Inbetween those tags
come These tags tell the browser that all the content that you wish to be displayed is in there.
They are the only essential tags for HTML! The list is short but if you only use them your ....
What You Need Before You Can Create A Text-based Game..
Using PHP, HTML and MySQL (7) Please comment and rate, after you finished reading! /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" />
################################################################# Change log: Aug 22 2008: The
Tutorial Was Created. V1.0.0 Aug 30 2008: Added XHTML and a small CSS part. Also corrected some
small things and added this change log. V2.0.0
################################################################# OK.. Many people here want to
create text based games. Many of you ask us here on the forums: "how to create a text-based game....
Joomla Template Kit Extension For Nvu/composer
help in understanding how to change html template to joomla (3) Hi Everyone, I am becoming quite (a lot) interested in designing with joomla, and need an
understanding of how to use the template kit extension in Nvu/Composer. There doesn't appear to
be any tutorials available on how to use a HTML template to insert and design with joomla modules.
Is there anyone who could shed some light on this subject. It would be MUCH appreciated.....
Indentation In Html
(4) Whenever I start a new project one of the first things I do is put in a base index.php page. Yes,
it's a .php file, but I won't be looking at the PHP just yet. Normally, it looks a little
something like this: CODE Title
I've already got a few basics set out that I tend to stick to. For
instance, so far each of my projects has been XHTML Strict, which is why it's always up there.
Similarly, I use the same character set, and (at least initially) have two CSS files calle....
How To: Display A Members/user List.
With PHP, Mysql, and HTML. (3) Alright, some of you might want to display your User's or Members on your site. Notes: 1.This
is to fit in with Feelay's register and Log-in scripts you can find in the tutorial section. 2.I
made this to show the members of my site who is a member and what their ID is. First off, we must
set up a connection to our MySQL Database. CODE $con =
mysql_connect("localhost","database_username","database_username_password"); if (!$con) {
die('Could not connect: ' . mysql_error()); } What it does: 1.It is starting a PHP
document. 2.Next it sets....
Linux Beginners - Tutorial On Editors In Linux.
(3) This is a simple tutorial on the editors in Linux. I use these 3 editors for programming on linux:
1. vi -- available in all Linux and unix box, used to edit 2. vim -- not in all Linux flavors
and it has got default coloring of key words feature, used to edit 3. view --Its used only to
view, recommended to use for viewing of system config files, as it should not get edited without
your notice. Following are the basic commands comes handy with these editors #Open a file for
edit $ vi test -- creates a file if file is not exist in the current directory $ v....
Linux For Beginners- Easy To Install
(16) Which Linux distru is for beginners and Easy to install?....
How To Play Music And Movie In Linux? Which Is The Good One?.
(6) How to play Movie and music on linux. I am using fedora and i dont think so any player is specific
to any one flavour of linux. I have used "MP3 blaster" player, but this you need to play from
command line. Any other user friendly player pls let me know /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ......
Two Flowers?
Don't have a good name. :P (5) V1 V2 V3 yu liek? raet mbz? I just noticed, I messed up on the borders, I'll fix that
later. I'm too lazy ATM. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" />....
Html Basic Tutorial
<!-- For beginners only --> (9) Knowledge HTML stands for H yper T ext M arkup L anguage. You cannot create an HTML file
using a rich-text editor, such as Microsoft Word or Wordpad. HTML To write a basic HTML, you will
need to start with this: CODE The html > tag tells the browser that this is an HTML page.
To close any tag, the same tag will be repeted but with the "/" sign. For example, CODE
Page title Did you notice the /title >, /head > & /html > tags? That's how we
close the tag. The HEAD > Tag A head > tag will include the meta >, titl....
Basics Of Php For Beginners - Suggestion
Help Needed For Project (5) Hi all, I have a friend who, for his extended IT project is interested in making a website partly
out of php. When he asked for advice my first thought was here. I would like to know some good
websites, tutorials etc that he can use to introduce himself to php (he hasn't done much
before). He is interested in making a simple login/subscription service where you can signup and
then login to a 'members only' page. Any ideas and code samples that you have to share would
be greatly appreciated. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" a....
Converting PSD To HTML
(11) Hi I m new to this site. I have designed a layout in PSD. What i want is to know how can I slice
the PSD to build a Cross-Browser Compatible HTML file. Thank U.....
Youtube.com: Excellent Streaming Video Site
A very good place to find almost videos for ANYTHING... (36) This place is a good hosting place for videos and also watching streaming videos. I was just
recently introduced to this place and was amazed at how a whole 2hours movie can be found on this
site. And these movies are uploaded by users for users to watch. You can find almost anything at
this place literally. If any of you that have never heard about this place before I recommend you
check it out its a really neat site that you will find useful during the time when you want to check
out trialers of something or a old movie you wanted to see........
Download Java Ebooks
Java Books (15) Download java books from below sites http://www.gayanb.com/ The eBook links you've posted
contain a bunch of illegal eBooks. Be aware that this is in direct violation of our TOS . Links
removed. ....
Www.rapidshare.de
a good place to place your files ! (23) This is a site people does not know as it deserves to ! It's simple : You can upload any file
you want (50Mb limit, but split archives are allowed) without even needing to register ! How ?
Simple : at the main page there are 2 small boxes : Chose and Upload ! First you chose wich file you
want to upload, and then you click upload and it will be uploaded ! After that you will get the
file's link and a destroy link, wich means that if you want to erase the file, you should clik
that link ! If another person wants to download your file, you give them the file'....
How To Make A Good Sig Image!
(6) Hello all. I am going to tell you how to make a good sig in Photoshop. Okay lets get started:
Well first you need to start up photoshop /tongue.gif' border='0' style='vertical-align:middle'
alt='tongue.gif' /> . Then go to FILE->NEW And enter: 360 by 140 or what ever size you wish to
use. Click D to set ever thing to defualt. Then click on FILTER-> RENDER-> CLOUDS Take out your
fav brush, i suggest a grunge brush. Start by laying a layer in black. Create a new layer and lay
down some white brushes. Repeat till your happy. Merge all Layers. Click CTRL L an....
Runescape: Good or Not ?
Good or Not ? (56) Well all my friends play Runescape and im wondering, is it any good /wink.gif' border='0'
style='vertical-align:middle' alt='wink.gif' /> because it sounds kinda cheesy, lol but if anyone
is a fan of it here, tell me whats good about it and I may consider playing it soon If I think its
good, ill try and be better than my friends, Everyone is a n00b sometime in there life and also a
newbie /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Also I know
Runescape is a fantasy game (because im not really a fan of it, but I may just try it out if....
Is It Worth It To Get Gmail ? Is Gmail Good?
(92) Hi, I've been debating for a while about getting Gmail, but a few of my friends said it was
horrible. I would like to know if it is really worth it getting another email account. What are
the benifits and the bad things, too? Thanks, Erich B /cool.gif' border='0'
style='vertical-align:middle' alt='cool.gif' /> ....
Anyone Know Of Any Good Image Editing Software?
for windows. (24) so.. does anyone know of any good image editing software? something similar to photoshop i guess or
psp? that has a lot of options and things to do ......
Looking For A Good C++ Compiler
I'm hoping to get a URL to get C++ (18) Hey! I'm looking for a website where I can download a good working C++ compiler. Even if its not
a download site, at least a place to jsut write small programs would be nice. I have no intentions
of making anything big; I just like to program in my free time. Also, I'd prefer they are free,
but if anyone else is looking, they may not mind paying. Alright, Thanks!....
Is Your Internet Speed Good Enough Vs. Cost ?
(88) do you think you are paying too much for your internet and not getting the proper speed, i had it
once when i was on adsl but now have moved to proper broadband now witch is 4mb witch is really
fast. like that uk online its too good to be that speed at its price but ill keep with who im with.
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> Try and keep your
topic titles more relevant to your post content. This is the 4th post by you that I've had to
edit the title. Your title should at least try convey an overall gist of your post - ....
Wuts A Good Game Maker Program?
(12) whats a good game maker program where i can add them to my site?....
Good Places To Advertise Your Site
(20) a good place to advertise your site is off craigslist.com there are 1000 of people who visit that
site every day and to advertise on that site its free....
Anyone Know Any Good Mmorpg Games?
(70) anyone know any good mmorpg games? any free ones? i played runescape and it wuz cool for about 6
months........
Ebooks Exchange
Board for exchange of books (15) here in this Topic we shall give links for books and records code snippets etc that will be useful
for development of fellow Programmers. Add Reply soon i will add some ebooks' links....
Animal Crossing
is it good? (17) hi all, do any of u guys play animal crossing? i thought Sims (1) was getting boring, but they say
AC is better, do you know?....
Converting HTML over to XHTML
Crossing over to the darkside (13) Allow for alterations Well, I've just had to convert another HTML 4.01 Transitional website
over to XHTML (eXtensible HyperText Markup Language) 1.0 Transitional, I will later on convert over
to XHTML 1.0 Strict as soon as I write the CSS (cascading stylesheet) file for it but it had to be a
quick update and removing all presentational elements and placing them in a CSS file is not quicker
than just altering some tags. So this is where I got the idea to write a How to Convert HTML over
to XHTML . Let's begin I'm having trouble knowing where to start ....
Looking for good, books, html, css, beginners
|
*SIMILAR VIDEOS*
Searching Video's for good, books, html, css, beginners
|
advertisement
|
|