Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 1200622

@User 1200622
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • multiple login in an asp application
    U User 1200622

    Or you could use cookies. If users has a cookie, he is already logged in. so do not log him in again just continue with what content he was supposed to receive. Otherwise login the users. This way even if the users closed the browser without loggin out he would still retain his login info till the cookie is valid Any tool is only as good as you can use it!! (http://www.pascalnet.tk)

    Web Development

  • multiple login in an asp application
    U User 1200622

    Keep a database and check if the user is already logged in. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)

    Web Development

  • renewing a document.write
    U User 1200622

    Have you tried . I think they can effectively solve your problem. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)</x-turndown>

    Web Development javascript html tools tutorial

  • CSS Tables - Simple question
    U User 1200622

    Yes. When you specify that will work for your entire table. But when you want to use a different style for some cells you will have to specify

    tag in your style sheet. Then every

    would take that style. like: td { color: #FF0000; } And yes this was a really simple question, CAUSE I WAS ABLE TO ANSWER IT. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)

    Web Development css question

  • how can i get element's content by css?
    U User 1200622

    if i am right, the latest version of Opera supports css2.1 You could use it to try out your scripts but i would suggest that you wait till it is more standardised (IE begins to support it):-D Whats the use if your code does not work on your clients PC. Any tool is only as good as you can use it!! (http://www.pascalnet.tk)

    Web Development question css

  • getting apache username with php/python
    U User 1200622

    This is pretty simple. once you have verified that your user is logged in, you can find his ip from the $ip=$_SERVER['REMOTE_ADDR']; Now you can store this $ip in a database to keep track of your users. One glitch though, your users may want to access your site contents from different pcs the ip would change in this case. Also modem users get a new ip every time they log in. So dont just ban users who have multiple IPs Any tool is only as good as you can use it!! (http://www.pascalnet.tk)

    Web Development python php apache question

  • Web Development
    U User 1200622

    If you know programming and want to get a fast start go for PHP; Easy to learn and highly efficient. You can do 80% of the work by knowing just 20% of the language. But that would be on the server side. For the client you would like to know things like javascripts, HTML/DHTML I myself prefer to use HTML/CSS and a little of javascripts Any tool is only as good as you can use it!! (http://www.pascalnet.tk)

    Web Development java php perl
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups