soompi forums: HTML/CSS Help - soompi forums

Jump to content

Page 1 of 1

HTML/CSS Help

#1 User is offline   psquare6806 

  • Member
  • Icon
  • Group: Friends of Soompi
  • Posts: 2,272
  • Joined: 21-February 06

Posted 26 May 2006 - 06:23 PM

Basically ask for any help about HTML/CSS in here and then wait for a reply. Either I know about it or some other smart Soompi member does.

And I'll create an index here just incase anyone needs quick acess to anything...

And It's fine If you ask about anything besides HTML/CSS as long as it sticks to Web design. Don't request Web Layouts here.

I'll start. What does PHP stand for and how does it work? I know it's how some websites have those Log In Boxes. I think? biggrin.gif

0

#2 User is offline   DaRkViEt73 

  • Girl groups rule!
  • Icon
  • Group: Friends of Soompi
  • Posts: 1,755
  • Joined: 07-March 06

Posted 26 May 2006 - 06:44 PM

PHP is a new menace that has taken the world by storm. Its use is believed to be more widespread than PCP or GHB. It is used by people of all walks of life... but its habitual use is particularly well concentrated among the more geeky nerd population. Most recreational and vocational users are introduced to the use of PHP by way of the internet itself. Its use is apparently rampant all across the internet as a simple google search reveals. And yet most parents are oblivious to the existence of PHP, or that many of their kids have been exposed to PHP. You can get more information on PHP here... http://www.php.net/

Ok, that was just a bit of (poor?) tech-humor. PHP stands for PHP: Hypertext Preprocessor. Yes, the first letter is the acronym itself. It's an HTML-embedded scripting language. As you've already noticed, it allows you to do things like the login prompts among other things.
0

#3 User is offline   psquare6806 

  • Member
  • Icon
  • Group: Friends of Soompi
  • Posts: 2,272
  • Joined: 21-February 06

Posted 26 May 2006 - 08:09 PM

QUOTE(DaRkViEt73 @ May 26 2006, 07:44 PM) View Post

PHP is a new menace that has taken the world by storm. Its use is believed to be more widespread than PCP or GHB. It is used by people of all walks of life... but its habitual use is particularly well concentrated among the more geeky nerd population. Most recreational and vocational users are introduced to the use of PHP by way of the internet itself. Its use is apparently rampant all across the internet as a simple google search reveals. And yet most parents are oblivious to the existence of PHP, or that many of their kids have been exposed to PHP. You can get more information on PHP here... http://www.php.net/

Ok, that was just a bit of (poor?) tech-humor. PHP stands for PHP: Hypertext Preprocessor. Yes, the first letter is the acronym itself. It's an HTML-embedded scripting language. As you've already noticed, it allows you to do things like the login prompts among other things.


Ahhh I see. LOL You sound like my computer teacher. No offense. Thank you for the little lesson there. I think I should go make a tutorial on how to make a DIV Layout, like anyone is going to use it. dry.gif.
0

#4 User is offline   dot1q 

  • The Mysterious One
  • Icon
  • Group: Friends of Soompi
  • Posts: 2,704
  • Joined: 04-October 05

Posted 26 May 2006 - 08:14 PM

This whole forum is written in php... smile.gif I love php.
:)
0

#5 User is offline   iDoof 

  • Member
  • Pip
  • Group: Members
  • Posts: 1,338
  • Joined: 09-October 05

Posted 27 May 2006 - 07:47 AM

man i switched to all DIV layouts recently. MAN is it easier than tables.
0

#6 User is offline   chula 

  • lurker
  • Icon
  • Group: Friends of Soompi
  • Posts: 3,260
  • Joined: 04-October 05

Posted 27 May 2006 - 07:57 AM

wordpress is all about PHP. drove me crazy at first ... but i think i'm getting the hang of it sweatingbullets.gif
twitter: speyshal | icons, etc: coloures | tumblr: slowdays
0

#7 User is offline   psquare6806 

  • Member
  • Icon
  • Group: Friends of Soompi
  • Posts: 2,272
  • Joined: 21-February 06

Posted 27 May 2006 - 08:34 AM

QUOTE(iDoof @ May 27 2006, 08:47 AM) View Post

man i switched to all DIV layouts recently. MAN is it easier than tables.


YES it is. I've never attempted Table Layouts. Frame Layouts are kind of complicated because I got confused with all the percantages and stuff. crazy.gif lol. But What annoys me is a lot of Korean websites are in Flash, so Whenever I want to press the back button, it goes ALL the way back to the main page, and I get so frustarated.

Now I'm trying to make a website with Flash. biggrin.gif
---------------
So do you make them with Macromedia Dreamweaver or something like that right? sweatingbullets.gif

Question, when you make a link open in a new window, it goes like this:

<a href="link here" target=_new>

Correct? So How do you make it open up in a new window, but a certain size? Like If I wanted for the window to open up in a new window, the window size to be lets say...400x300 pixels?
0

#8 User is offline   ae4azns 

  • Member
  • Pip
  • Group: Members
  • Posts: 630
  • Joined: 04-October 05

Posted 27 May 2006 - 10:39 AM

QUOTE(QTHuynh @ May 27 2006, 09:34 AM) View Post

Question, when you make a link open in a new window, it goes like this:

<a href="link here" target=_new>

Correct? So How do you make it open up in a new window, but a certain size? Like If I wanted for the window to open up in a new window, the window size to be lets say...400x300 pixels?

I used it for my radio site (sig):
<a href="#" onclick="window.open('INSERT LINK HERE', 'popWin', 'width=400, height=300'); return false" target="_new">INSERT TITLE HERE</a>
0

Share this topic:


Page 1 of 1

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users