Jump to content

Search the Community

Showing results for tags 'webdevelopment'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 4 results

  1. <html> <head> <meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="style.css"> <script> function close() { document.getElementById("popup").style.display = "none"; } </script> <style> .popup { display: inline; position: fixed; height: 100%; width: 100%; z-index: 9999; background-color: red; } .inner-part { width: 90%; margin-left: 5%; margin-top: 50%; text-align: center; height: 30%; background-color: white; color: black; box-shadow: 0px 0.2vw 6vw black; } .close { position:absolute; right:6%; margin-top: 1%; background-color: lightgrey; padding: 2%; } .close:hover { background-color: red; } </style> </head> <body> <div class="popup" id="popup"> <div class="inner-part" > <div class="close" onclick="close()" >X</div> <p>Welcome on my website!</p> <p>This website is self written and has many issues. I would love any kind of feedback.</p> <p>Please select your language</p> <img src="en.png"> <img src="de.png"> </div> </div> </body> </html>
  2. Currently I am working on a project and I faced this problem i want to hide the parameters from URL that are passed. I am working on a site http://letsfindcourse.com and I want to hide the parameters from URL so how can I do that ?
  3. Why should i learn xml? What it is features and where it is used? What is the roll of xml in web developing?
  4. Is it possible to get some graphic designer to work with me in my projects to make the design just in PSD? If i do that all i am loosing focus on my domain and it is hard to manage the time.all of my work is for getting experience and building a portfolio to get a web developer job later after completing my study. Till now neither i have any commercial projects nor any revenue.I don't know it is possible or not to get someone whom aim is like me or any graphic art student. I am not involved in any other forums other than this. So i posted here if i find get any pointers or help or anyone interested.it seems wired to me to open a account in any graphic designer forum just to ask that. I don't have any time limits,and credit will be given to them for the design,it will not be used in any commercial purpose or any profit other than my portfolio enhancement (credited design to them). in any case in future of economical benifits or commercial use of their works i shall pay for their work if they want. any feddbacks are welcome.
×
×
  • Create New...