Home General Stuff General Media
#1
I make websites!
Archive: 13 posts
Wozzup, right so I make websites, I have made a few, my first was little big website, and no I just love makin them. So I was wondering if anybody would like me to make them one? I don't use cheap online stupid online thingys like webs. I use softwares like moonfruit or webeden, so if you want one pm me saying your email adress, what you want it to be called, the password and what you want it to be about, byesies! | 2011-06-26 22:16:00 Author: Squidge99 Posts: 203 |
When you use the programs, are they free? Did you have to pay for the program? | 2011-06-30 14:27:00 Author: Unknown User |
I already made 1 www.littlebigmilkyway.webeden.co.uk by he way I do them for free! | 2011-07-06 20:09:00 Author: Squidge99 Posts: 203 |
I like the site. Other then the start . | 2011-07-06 20:22:00 Author: Exemption Posts: 91 |
I use softwares like moonfruit or webeden The problem with web builders like those is they likely inject a lot of extraneous code. | 2011-07-06 22:53:00 Author: Ayneh Posts: 2454 |
I'm teaching myself how to use DreamWeaver. I have made websites before using sites like wix.com but now i want to get down to the nitty gritty and build it from the floor up | 2011-07-07 01:10:00 Author: Alismuffin Posts: 1328 |
I like the site. Other then the start . What do you mean by the start? The problem with web builders like those is they likely inject a lot of extraneous code. What does that mean? | 2011-07-07 21:52:00 Author: Squidge99 Posts: 203 |
What do you mean by the start? I'll show you. What does that mean? Advertisements. | 2011-07-07 21:59:00 Author: Exemption Posts: 91 |
I'm teaching myself how to use DreamWeaver. I have made websites before using sites like wix.com but now i want to get down to the nitty gritty and build it from the floor up You can always just use Notepad or any other text editor that allows you to save as plaintext. What does that mean? When you select an element or a template or whatever to include in a page the software isn't going to be intelligent enough to generate optimal code - or code that even works as you intended across all browsers - or that displays nicely at different screen resolutions. This is a problem with humans too, of course. For instance if I wanted to make a simple page with a piece of text that had a box around it I could write - <html> <head> <style> div.whatever { border: 1px solid #000000; } </style> </head> <body> <div class="whatever">text | 2011-07-08 12:24:00 Author: Ayneh Posts: 2454 |
Yeah I could, but Dreamweaver has many shortcuts and provides an easier way to view the site as I'm writing it | 2011-07-08 12:32:00 Author: Alismuffin Posts: 1328 |
For instance if I wanted to make a simple page with a piece of text that had a box around it I could write - <html> <head> <style> div.whatever { border: 1px solid #000000; } </style> </head> <body> <div class="whatever">text | 2011-07-08 19:32:00 Author: Aya042 Posts: 2870 |
Thought that meant ads. | 2011-07-08 20:20:00 Author: Exemption Posts: 91 |
Unnecessary code, eh? You could minimize that down to 30 chars... <p style="border:1 solid">text ...not strictly valid HTML, but should work in most browsers. Never really saw the point of defining a CSS class for something you only intend to use once. Trust you to say that | 2011-07-08 21:54:00 Author: Ayneh Posts: 2454 |
LBPCentral Archive Statistics
Posts: 1077139
Threads: 69970
Members: 9661
Archive-Date: 2019-01-19
Datenschutz
Aus dem Archiv wurden alle persönlichen Daten wie Name, Anschrift, Email etc. - aber auch sämtliche Inhalte wie z.B. persönliche Nachrichten - entfernt.
Die Nutzung dieser Webseite erfolgt ohne Speicherung personenbezogener Daten. Es werden keinerlei Cookies, Logs, 3rd-Party-Plugins etc. verwendet.
Die Nutzung dieser Webseite erfolgt ohne Speicherung personenbezogener Daten. Es werden keinerlei Cookies, Logs, 3rd-Party-Plugins etc. verwendet.