html

  1. D

    Should I Go For This Job As A HTML Developer

    I am Computer Science fresher. I want to make career in software development or web development. I want to work on multiple technologies rather than one, at least in future if not now. But as of now, I have received a job offer as a HTML developer. It includes developing only static web pages...
  2. beingGamer

    For people want to learn jQuery :)

    This is the site you should visit. Watch the videos, explaining the syntax & tips, then try out it in the practice questions. Easy to learn from basics. Code School - Try jQuery
  3. D

    Html form submission

    HI I M DOING HTML PROGRAMMING USING SIMPLE CODING IN NOTEPAD AND SAVING FILE AS .HTML I PREPARED FORM USING SIMPLE HTML CODE BUT I M CONFUSED WHEN I CLICK SUBMIT BUTTON I DONT KNOW WHERE THE DATA OF THE FORM IS STORED? FOLLOWING IS THE CODE OF FORM PLEASE SUGGEST ME HOW CAN I VIEW MY...
  4. Chetan1991

    How to create AJAX based wysisyg web page editor (only content, not layout and HTML)

    Hey everyone. So I'm trying to create an AJAX based web page editor that will load a template HTML page, and allow the user to put content (images and text) in predefined regions, and also maybe select one of the available color themes, and save the page as a new page. BUT it should NOT allow...
  5. doomgiver

    How do I pass a file/document as a JavaScript argument? (Using HTML)

    I'm using HTML to get a file from local disk using input type="text". I want to pass the file as an argument to a Javascript code that will convert it to base64. I cannot figure out how to pass the file to the JS code.
  6. ankit.kumar010203

    Why should I learn HTML if WYSIWYG Web Editor available?

    Why should I learn HTML if WYSIWYG Web Editor available?:-( I want to know that what is the use of learning HTML, CSS if their is already easy way to create web site from WYSIWYG Web Editor like dreamweaver, komposer etc? Why shouldn't we learn WYSIWYG Web Editor in place of HTML, CSS...
  7. TechnoHolic

    HTML Help...!!

    Anyone please tell me how to wrap display properties in html <tell me the code>...my HTML project looks odd in different resolutions or monitors...I'm making it on a 1024x768 monitor..Definitely It will look different in my Sir's monitor and he will awarded me with a big zero...Please...
  8. T

    Wanting to incorporate some movie tech into web page

    You must've seen the movie " the net"... Remember how she hit ctrl+shift+mouse click.., Well I was thinking about incorporating the same in my upcomming website! So I have searched and searched for maybe the JavaScript needed but I couldn't get anything... Anyone who can help me,I just want...
  9. asingh

    Wanted Web UI Graphic Designer

    Hi... Some people and I, are starting a web based product/portal of our own. It is going to be networking based. We need around 7-8 pages designed, just the user interface with controls and lay out. Also colors, gradients and logos would be your work. No programming is required here, but...
  10. Niilesh

    HTML to PDF conversion

    Hey Guys I have to submit computer HTML project but it's formatting is not retained while printing So guys I need help Can anyone convert This into PDF or any other format in which formatting is preserved?(like JPEG)
  11. Nipun

    Take value from textbox and add to url

    Hello! Is it possible to take value from a textbox and add it to URL in HTML? For example, if text in textbox is "Nipun", then add this to "google.com/search?q=" & make it Nipun - Google Search ? If its not possible in HTML, then which language can do this and how? :D
  12. dharmil007

    <li> tag problem in CSS

    Hello, i have written a small HTML file for college purpose. i m just learning HTML in college. But its not displaying as it should be. There is a lot of space before & after the li {audi, bmw, etc} TAGs.i want to remove it but its not getting removed. & the image in the 2nd li tag which...
  13. mohityadavx

    Bifurcate HTML webpage

    Hi! I want to bifurcate an existing HTML webpage which looks like this:- I want the content (white part where text is present) in it to look like this without destroying the tempelate:- Plz tell me ow to do this??
  14. W

    Which professional certified course to opt?

    Currently, I'm in B.E. (Computer Engineering) First Year, i want to pursue a professional certified course in programming or SQL or anything that will help me later on. Currently, I know HTML and C++(partly). I live in Delhi, so please provide info about the institutes too if you can.
  15. Neo

    Seeking a part time job

    I am seeking a part time job. 1-2 hours daily. i know C++, HTML, CSS. Please suggest.
  16. A

    php help

    guys i wana learn php from home. Which version is going on? Plz help me to choose books for php & html. Other suggestions tips tracks are welcomed.
  17. clerkman1612

    Web Designing or Web Development or Both? Which Job(s) is better?

    I m studying web designing since a couple of months. I have completed following topic :- Essential HTML,Working with Text,Presenting and Arranging Text,Working with Images,Links and Lists,Creating Tables,Working with Frames,Working with Style Sheets(CSS),Working with Multimedia. :cool: I m...
  18. D

    Html form Query

    hi, everyone i have one specific query about html form. i already prepared one small form for which coding is as below: <FORM method="post" action="../cgi-bin/gform"> Name: <INPUT type="text" name="Name" size=40><br> Email: <INPUT type="text" name="EMaddress" size=40><br>...
  19. speedyguy

    Help: passing javascript variable to other html

    Consider the following code in jsp where im validating a login and password::: ----------------------------------------------------------------------- <body bgcolor="grey"> <h1> WELCOME TO XYZ</h1> <% String usr2=request.getParameter("username"); String...
  20. masterkd

    HTML META tag error!!

    i'm using following code using as client pull <HTML> <head> <TITLE>HTML Learning</TITLE> <meta http-equiv="refresh" content="5;url=www.google.com"> </head> but when the page is refreshed after 5 secs it is giving file not found..i've tried other url and local html files too but same...
Top Bottom