|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i am new, no experience
i have no experience with php or any other language. Everything looks like another language to me still. First of all, does this site have tutorials for beginners, and second of all, how do you apply the php in dreamweaver, third of all, can you create custom tables that do not look like the standard, fourth of all, can you create custom text and box for the text box. fifth of all, i am newb. I also am curious if you can create flash pop up buttons with a normal site.
Last edited by 760Li : September 19th, 2003 at 12:14 AM. |
|
#2
|
|||
|
|||
|
newbie
you can do what ever you want to do as long as you know how to do it ;p
post your mail, I have some food for you. B4ll. |
|
#3
|
|||
|
|||
|
<<<<does this site have tutorials for beginners?
yes they have. <<<<<how do you apply the php in dreamweaver? yes you can. can you create custom tables that do not look like the standard? yes you can. can you create custom text and box for the text box? yes you can. flash pop up buttons with a normal site? yes you can. Find some good reading material, for exaple to find them, use www.google.com. Look around dev shed, they have good tuts. look at www.php.net! The web is full of what you want. |
|
#4
|
|||
|
|||
|
how do you apply the php in dreamweaver?
Dont use dreamweaver....NOTEPAD ROCKS! w00t w00t notepad is for the oldskool hardcore programers w00t w00t |
|
#5
|
|||
|
|||
|
notepad haha! hardcore hehe...
No, you will save lots of time using something different.
Like: PHPEdit v0.6 Look around for it and download it, it is hell of a nice! Secondly, if you wanna use dream weaver, then use it. You will be using it to generate HTML code. Then you will have to apply your PHP code to it. Say for example you have this in HTML: <strong>hello!</strong> //that would be HTML outputting hello! in bold. now, if you apply PHP to it for example: <?php for($a=0;$a<=10;$a++){ ?> <br><strong>hello!</strong> <? } ?> if you run that you will have hello in bold 11 times. thats how php controles HTML. |
|
#6
|
||||
|
||||
|
Moved to Beginners forum from PHP.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#7
|
||||
|
||||
|
760Li,
You should consider purchasing a book to learn PHP/MySQL, since you're just starting off. I highly recommend PHP / MySQL Web Development. It has everything you need to start off on a good, solid foundation. |
|
#8
|
||||
|
||||
|
or look at the tutorials at http://www.devshed.com
|
|
#9
|
||||
|
||||
|
Quote:
Nah, real "oldskool hardcore programmers" use punch-cards, which I suppose is about as productive as using notepad.
__________________
~ishnid; Have you tried: [ search.cpan.org | perldoc | Java API | mysql.com | google ] Apostrophes are NOT used for possessive pronouns or for noun plurals, including acronyms. |
|
#10
|
||||
|
||||
|
I don't know. All the old-skool folks I know use emacs or vi. Myself, I'm an xemacs man.
|
|
#11
|
||||
|
||||
|
I use a cool windows program called ConTEXT which has syntax highlighting for many things and stuff...
Check it out... http://fixedsys.com/context/ |
|
#12
|
||||
|
||||
|
Quote:
vi is cool... but, at the same time, evil. I tend to use pico when I need a quick & dirty edit on the server. |
|
#13
|
||||
|
||||
|
Quote:
[troll] Notepad? *#$& that, hardcore programers use PICO, Emacs, or VI. We don't need no stink'n GUI.... [/troll] Okay, well BBedit is my first choice for Mac, but then I use PICO from command line for everything else.
__________________
Why? Because Forms just look cooler in OS X... Dutch, it's like German...but not! |
|
#14
|
||||
|
||||
|
Quote:
Now wait a minute... one minute you're bashing the GUI, the next you admit to using a Mac?! ![]() |