Besides Html / Css - what kind of of coding do you use in your sites?

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by BooZker on Jul 16 2006, 04:09 AM. (Line Breaks Removed)
I use HTML, PHP, CSS, I copy and paste javascript haha, and uhhh that's about it. Im still kinda new to everything except HTML and CSS. I know those really good, but PHP i'm still learning, but i do have to say that it is amazing for making websites.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > The Internet > Web Design

Besides Html / Css - what kind of of coding do you use in your sites?

zach101
Hey guys I have a question for normal sites what kind of coding do you use besides the regular HTML, and CSS I realize for logins and forums etc.. php is common and the language of choice for database interaction but besides that for more cosmetic appealing appearence do you use anything else? Im asking this question cause im thinking of learning Java but im not sure how much that would help my web site design skills. And if thats not the one(in your opinon) to learn if I want to get better at website coding which one is? I have a shallow knowledge of VB and C++ but coudl deffenetly use some more help in that area however those languages also dint seem to have to much use in the Web Design world.

Reply

hajneken
xhtml, css, JavaScript, now starting wiht php - easy and effective wink.gif

Reply

pixieloo
I use xhtml, css, and php. I use some Javascript codes, but I'm not that familiar with it. PHP is pretty awesome =)

Reply

midnightvamp
It all really depends on the site and my mood lol...

I usually just use xhtml / css with some javascripts and a little php thrown in there, but sometimes I make the sites with a lot more php.

I've been known to do some coding is asp, though I'm not that comfortable with it, so that doesn't usually happen, unless I'm working with someone else's code that was already written in that language.

I was working with actionscript yesterday, but because I was doing something in flash. So I don't know if that counts wink.gif

I'm sure Java could do somethings in websites that are okay. I've seen it used in certain applets and things on sites. Though I did get a little training in it, I never learned anything deep enough into the language that it could have been of any use on my websites. We were just using that language as an introduction to programming.

Anyone else do much in the lines of Java in their websites?

 

 

 


Reply

ghostrider
HTML, PHP, and I'm starting to use CSS a lot more.

Reply

matto
It depends on what your site needs. If you don't need PHP, don't use it. IF you do, however, you have to use it. But don't use PHP where you don't need it, as it can slow things down unnecessarily. And other stuff. smile.gif

I usually use XHTML/CSS/someJavascript/PHP/MySQL as necessary.

Reply

delivi
You can use c and c++ to program serverside CGI programs and your vb knowlege will make it easier to program ASP and VB Script.

I use HTML/XML/CSS/JavaScript/PHP/ASP/XHTML/VBScript/ASP.NET

Reply

zach101
Alright thanks a bunch guys its interesting to know just what all the other programmers out there are using. I just recently got a book on Java and one on CSS so I can further understand CSS better.

Reply

pb-gnat
QUOTE(zach101 @ Jul 12 2006, 06:54 AM) *

Alright thanks a bunch guys its interesting to know just what all the other programmers out there are using. I just recently got a book on Java and one on CSS so I can further understand CSS better.

Java wouldn't be the most efficient or worth-time language to learn, especially if you are talking cosmetically.

A great language for cosmetic effects(if not taken too far) is Flash(not neccessarily a language, but you get my point.)

Generally, still cosmetically speaking, the main languages will be HTML, CSS, JS, and Flash. And, to tell the truth, you really don't need to try any other off-color language for cosmetics. The previous mentioned languages should offer more than enough.

Reply

aka-2
PHP it's the best language to learn easy and quikly I think, but I would always use CSS to desing the web, xhtml or PHP, and some javascript taken from published scripts.

If you have any doubt, you can read this article "How To Pick A Programming Language"

Reply

Latest Entries

BooZker
I use HTML, PHP, CSS, I copy and paste javascript haha, and uhhh that's about it. Im still kinda new to everything except HTML and CSS. I know those really good, but PHP i'm still learning, but i do have to say that it is amazing for making websites.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Similar Topics

Keywords : html, css, kind, coding, sites

  1. Does Anyone Know What Kind Of Dog This Is?
    (6)
  2. What Kids Game Sites Do You Play On?
    (10)
    Hey just want to see what kind of games are out there to play - I like webkinz.com -- does anyone
    else play on that site. What kind of games are you playing? /rolleyes.gif"
    style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />....
  3. Accidently Deleted Template.html
    please somebody provide the original one (3)
    I recently signed for qupis account. When I uploaded all my files the site was not showing and was
    still rediecting to template.html and so I deleted it. But now I can't access my website as it
    is not considering other files like index.html, index.php for showing as default page. I now
    understood unlike trap17, qupis displays ads and template.html is essential and should be used for
    default page. NOW SOMEBODY PLEASE SEND ME ORIGINAL TEMPLATE.HTML. And then how to actually get my
    index.php work. please help.....
  4. Some Questions On Html
    (6)
    I was just curious on how people here learned HTML or XML (assuming you did, which, judging by the
    fact you are actually here on this board). How long did it take for you to learn the basics of HTML?
    How proficient are you right now in HTML? Which resources did you use when you were learning HTML
    (or are currently learning HTML?). How did you find learning HTML? Thanks.....
  5. Xampp How Can I Generate "automatic Start Sites"
    (7)
    I am new using XAMPP and PHP. I am trying to build website using Joomla which is required my
    computer to have php. So i installed this XAMPP and install my joomla website. My questions is
    everytime i type localhost is not going to my joomla website that i built. it always goes to
    localhost/xampp. i know i have to configure the httpd.conf but i have no idea how to configure this.
    can anyone help me with this. my website folder called "test". how do i redirect to this test folder
    so that everytime i type local host it will open the test website. I really appreciate your he....
  6. Create Dynamic Html/php Pages Using Simple Vb.net Code
    Taking your application data, and creating a webpage for others to vie (1)
    This example will show you how use a string in VB to create PHP code. In order to do this, you need
    a string to store your PHP page and a function that I will list at the bottom of the page for you to
    put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
    String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
    ---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
    -------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
  7. How To Download Any Flv Files From Any Sites
    (6)
    Now you can download any flv files from any websites!! People often know how to download
    youtubes clip, but not from other sites. In this tutorial you will need a tool name Moyea FLV
    Downloader, it is free and you can download it at http://www.flvsoft.com/download_flv/ This is
    the best tool i have meet up with to download flv files in any site. Since it can detect flv files,
    and list it, you can download it as you want, so no more favourite clips goes away from your sight
    and now you have it on your own hard drive! 1. Run moyea flv downloader see 1.jpg 2.....
  8. Question About Framed Sites...
    (4)
    Hey all, I'm curious...I've been doing a lot of reading up on SEO and all and noticed my
    site is not "indexed" by any search engines. Could this be due to the frames on my site? At the
    moment my site's address is www.takeover.trap17.com but I plan to move to an actual domain once
    it's close to being finished. Being on an actual domain should boost my chances of getting
    credit for SEO, right? And also, the main question here is...Can you check that out and let me know
    if you think it would be okay for indexing? It is split into 4 frames. One banner, one....
  9. Flippingbook Html Edition
    download FREE version (0)
    You can create professional online albums/books with this simple and convenient tool: FlippingBook
    HTML Edition . The main attraction with this Javascript+SWF application is the page-flipping or
    page-turning feature, like we are used to do with physical publications like books, magazines, etc.
    http://www.page-flip.com/downloads.htm this free version has several limitation however: up to 10
    pages only, and you gotta retain the copyright link embedded in it. of course there is the paid
    edition too, in case you want to use it beyond the limitations of the free version.....
  10. Html Based Emails On Hotmail
    (0)
    Hi everyone. I would like to ask if anyone here knows how to compose a HTML based email, with
    pictures and links, on Hotmail? I can't seem to compose one. Thanks in advance.....
  11. Html, Xhtml, And Css, Sixth Edition (visual Quickstart Guide) Review
    (0)
    HTML, XHTML & CSS then this book is a must as this book will teach you how to build basic websites
    and learn what each tag does and how and where to use it. When you finish this book you will have
    saved yourself a whole bunch of time trying to learn from tutorials and other websites as you will
    be able to build a fully functional website in no time. Also what is best with this book as it
    comes with a companion website in which you can download all the mini tutorials that this book as to
    offer so you can see what their examples look like and learn from how the coding is....
  12. When Trap17 Will Host Non-english Sites?
    "All websites must be in English to qualify for free hosting"- (6)
    QUOTE All websites must be in English to qualify for free hosting. We do this to ensure that
    Accounts are legal and have permissable contents. I totally agree with the need to ensure that
    accounts are legal and have permissable contentes, but I believe there's a big portion of forum
    members who speak English as their second language, including myself, and so, I assume some time
    they may need free hosting in their native language. So, why can't Trap17 host sites in those
    non-English languages which have a large community in the forums? I'm sure that t....
  13. Money From Digg?!
    can you earn some money from web 2.0 sites? (4)
    Hy.. Anyone heard about this or earn any penny this way?! I found some articles while surfing
    the web..for me digg is not so interesting yet, and not many of my friends use it...it's more
    like a marketing tool or something I read that are some organizations that pay for digging, if you
    write a post and someone diggs it or something like that, even that you get payed for rating posts..
    also read that this thing can be done even for StumbeUpon...is that true? I found a website to
    register "user/submitter" but guess is either scam or not alive anymore.. found also "....
  14. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (2)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  15. What Is The Best Free Html Editor?
    (20)
    im looking for any kind that is free really.... i use windows but if you have one for a different
    platfor, go ahead and add it for reference for other users. If you have one for normal text editor
    and wysiwyg, add them both. i have been using notepad as my normal html editor but im looking for
    something different... at least so i can see the different colors of the codes. Right now i am
    downloading moxilla's seamonkey suite but im not sure how good it is... i will post a review if
    i ever use one. If you have used the html editor you suggest or you just heard abou....
  16. Array Pointers Can Be Backwards
    (Kind of) (8)
    I just found this out today: When you're using arrays, when you reference a certain index, you
    can switch the pointer and the subscript around. I know I'm not explaining that very good, but
    here's and example: CODE int a[] = {1,2,3,4,5,6,7,8,9,10,11}; int b =1; int
    c[] = {0,-5,11,0,0,5,0,0,0}; cout << b[a][c];    //Same as
    c[a[b]]; See? 'b' is actually just an integer, it's not an array,
    or pointer, or anything. Usually, you would have to put the array first, then an integer. Like....
  17. Photoshop, Flash And Fireworks Tutorial Site Links
    This has a huge links of useful sites (2)
    Adobe Photoshop Tutorials http://www.rainworld.com/psworkshop/
    http://www.reality9.com/tutorials.html http://www.spoono.com/
    http://www.stridingstudio.com/tutorials/ http://www.designsbymark.com/pstips/index.html
    http://geda-online.com/tutorials.htm http://www.thewebmachine.com/
    http://www.extremephotoshop.com/tutorials.aspx
    http://www.thinkdan.com/tutorials/photosho...-tutorials.com/
    http://www.designerslounge.org/tutorials/ http://www.eyesondesign.net/pshop/tuts.htm
    http://www.eyeball-design.com/fxzone/tutorial.htm http://user.fundy.ne....
  18. What Kind Of Car Do You Have?
    make and model? :D (30)
    I was curious on what kinda car people have o.o; I have a 91' Eagle Talon TSi AWD it has a 6
    cylinder Turbo its automatic and Its Pearl White! well it will be pearl white soon o.o; cause
    i'm getting my dad to repaint it for me~ annd we are getting it registered next week!
    i'm so excited. /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
    alt="laugh.gif" />....
  19. Psd --> Editable Html
    (4)
    Here's the deal. I am new at working with web objects in photoshop. I have CS3, and I created a
    really nice template. I'm told I have to do something with slicing. So I have the template, and
    it has images, buttons, and text on the buttons, and text fields, etc. How can I export this to HTML
    and images, and be able to open it up in dreamweaver in an editable web page? I've tried
    exporting to "web and devices" and exporting as HTML and Images, but when I open it up in
    dreamweaver, it looks right, but it is all images. Thanks....
  20. Free Sms Site
    List of free SMS sites (5)
    I start this topic for us to post free sms working site. If anyone of us have a free sms site that
    works, don't hesitate to post it here! Thank to all of you to participate. /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> EDIT--- Kindly give
    description about the SMS site, if possible :-)....
  21. What Kind Of Games You Like?
    (19)
    i like Strategy Games, which i have played are Command & Conquer Generals , Command & Conquer
    Generals Zero Hour, Rise of Nations, Age of Empires, Red alert and some of them are realy remarkable
    , like zerohour , i am playing now its expention Last Stand.....
  22. Which Proxy Sites Can Be Used To Access The Websites?
    when in a firewall enviornment (31)
    My university lately instaled a firewall that prevents us from accessing certain websites I heard
    there are some proxy websites that will enable us to circumvent this firewall can you post some
    links of such websites? /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
    alt="laugh.gif" /> /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
    alt="laugh.gif" /> Edited topic title & description ....
  23. Sattelite,reseiver(star Sat),coding ....
    (5)
    Hello , in This topic first I tell you about RS 232 cable that you must have to upgrade your
    reciever: Cable RS 232 Secend about Star-sat Reciever i want to tell you: go to Menu>STB
    Status>h/w = ? if = 2.10 its 1 mb if = 3.10 or 3.00 its 2 mb if = 7 its 2 mb Then go to
    http://satdw.com and download your path and loader (EM upgrade) and Dream loader(for softcam) then
    read " Guide To Download" to knopw how to upgrade!! I Will tell sth else if you like!
    please tell your Idea about this /blink.gif" style="vertical-align:middle" emoid=":blink:"
    border="0" a....
  24. Other Free Hosting Sites
    (44)
    first of all i just wanna say YAY for being the first to post on this category =) but neways i have
    a website ive been working on hosted by 95.mb its wut i find to b the best for my uses so far....so
    hopefully when i can i can get some space from this site n see wut the differences between both
    sites according to wut your able to do....
  25. Many Php Script Sites
    (16)
    Hi I find many sites has PHP scripts :: http://www.proxy2.de/scripts.php http://www.free-php.net
    http://knubbe.t35.com/ http://www.ngcoders.com/ http://www.oxyscripts.com/
    http://www.phparena.net/ http://www.1phpstreet.com/ http://px.sklar.com/
    http://www.scoznet.com/ http://php.resourceindex.com/ /blink.gif' border='0'
    style='vertical-align:middle' alt='blink.gif' /> ....
  26. Highly Important Warning About These Free Sites
    Avoid getting scammed or tricked (48)
    Warning: You may be promoting something illegal and may not know it yourself. Please avoid
    Pyramid schemes as they are serious and can result in your bank or PayPal account being banned. A
    pyramid scheme involves referring many people while you first pay a few dollars to each person on
    some sort of list. Most likely you have to modify the list and add your name, while promoting that
    list. They often come with a convincing story about how this is perfectly legal. Do not fall for
    that. In this forum for money makers, members will post links to a vast variety of si....
  27. Make Money From Clicking
    Joining these sites is free (49)
    Hi, I have posted something like this elsewhere in the forums, but this the most relvant place for
    this post, so here it goes. it is possible, like some of you already no presumably, to make lots
    of money by doing very little stuff online. some effort is needed for some schemes, other not as
    much. The best way, if you do not want to invest any money in the first place into your scheme, is
    by getting paid to click on links in emails, lots of them sent to your inbox evryday. I suggest you
    start another email account so that your origninal one does not get bogged down b....
  28. Does Anyone Know Where I Can Get A Free Html Maker
    (15)
    I was curious. There is a program clled dreamweaver which does what I want but it cost to much.....
  29. What's Your Favorite Kind Of Food?
    (86)
    Well, I'm from Argentina and I like eating meat alot, but I don't like spice food, or
    fattening like Fast food, but well when I'm hungry I'd eat anything, snaks are the worst,
    specially if there's cheese around...I like Italian alot I make pizza all the time, in fact last
    night I made two and they were pretty good. I like Japanese, because I like fish a lot too, Indian
    haven't had a lot so I'm not sure. The healthiest I thinks is, make your own with a little
    bit of everything.....
  30. where did you learn html from?
    (89)
    HI, i am intresting in knowing where you began learning html of what inspired you to start learning
    html. which programs did you use or which progs dyu use?....

    1. Looking for html, css, kind, coding, sites

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for html, css, kind, coding, sites

*MORE FROM TRAP17.COM*
Similar
Does Anyone Know What Kind Of Dog This Is?
What Kids Game Sites Do You Play On?
Accidently Deleted Template.html - please somebody provide the original one
Some Questions On Html
Xampp How Can I Generate "automatic Start Sites"
Create Dynamic Html/php Pages Using Simple Vb.net Code - Taking your application data, and creating a webpage for others to vie
How To Download Any Flv Files From Any Sites
Question About Framed Sites...
Flippingbook Html Edition - download FREE version
Html Based Emails On Hotmail
Html, Xhtml, And Css, Sixth Edition (visual Quickstart Guide) Review
When Trap17 Will Host Non-english Sites? - "All websites must be in English to qualify for free hosting"-
Money From Digg?! - can you earn some money from web 2.0 sites?
Add Flashing Inbox To Invisionfree Forum - Html code for invsiionfree!!
What Is The Best Free Html Editor?
Array Pointers Can Be Backwards - (Kind of)
Photoshop, Flash And Fireworks Tutorial Site Links - This has a huge links of useful sites
What Kind Of Car Do You Have? - make and model? :D
Psd --> Editable Html
Free Sms Site - List of free SMS sites
What Kind Of Games You Like?
Which Proxy Sites Can Be Used To Access The Websites? - when in a firewall enviornment
Sattelite,reseiver(star Sat),coding ....
Other Free Hosting Sites
Many Php Script Sites
Highly Important Warning About These Free Sites - Avoid getting scammed or tricked
Make Money From Clicking - Joining these sites is free
Does Anyone Know Where I Can Get A Free Html Maker
What's Your Favorite Kind Of Food?
where did you learn html from?
advertisement



Besides Html / Css - what kind of of coding do you use in your sites?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE