Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

red-X

Members
  • Joined

  • Last visited

Everything posted by red-X

  1. well u could place te link with text/image over the same text/image without link and than use the a:visited {display:none;} propably something like this <html> <head> <style type="text/css"> a.link1 {position:relative; top:-20px;} a.link1:visited {display:none} </style> </head> <body> <div> is this a link or not?<br /> <a href="#" class="link1">is this a link or not?</a> </div> </body> </html> it would propably work best with an image though
  2. wow... what editor made that code? sadly, yes this would have to be redone completely
  3. yes u can tell what cssfile to use for those by using the media= in your css link like this <link href="style/basic.css" rel="stylesheet" type="text/css" media="screen" /> <link href="style/handheld.css" rel="stylesheet" type="text/css" media="handheld" /> <link href="style/print.css" rel="stylesheet" type="text/css" media="print" />
  4. i think learning php for now should be best since you can always include a framework when your a bit more advanced with php. learning just a framework would not be usefull in the future when you want to learn something else, if youve learned php its easy to add other languages/frameworks.
  5. red-X replied to SCoOb's topic in Hardware
    well ive been working on pc's for a long time now and ive never had a virus nor ever had to use an antivirus. its just a matter of how good you are with computers. same with the computer slowing down and whether u should buy a pc or a mac depends on alot more stuff than that actually, mostly on what u want to do on it, will it just be webdesigning or will it be used on other stuff?
  6. well u could do something like function topbutton(){ document.getElementById("button").onclick="doStuff()" } function doStuff(){ } <input type="button" onclick="topbutton()"> <input type="button" onclick="doSomething()" id="button"> im just guessing here not sure if it would work either nor am i sure this is what you asked
  7. red-X replied to lstables's topic in Server Side
    you tranfer your get variables to $your_something than you put them in the mail as $something you forgot the your_
  8. if you want comfort and high specs id go for a razer, got a razer copperhead for quite some time now and only have good things to say about it. if you find it important to have 20 buttons on your mouse you'll need to go for another brand like logitech
  9. laptop: 17" 1440*900 home: 20" 1680*1050 work: 24" 1920*1200
  10. Hellow peoples, red-X here im a webdesigner/coder mostly coder coding in: xhtml, css, php, javascript, coldfusion, mysql, actionscript 2(maby 3 soon aswel but havent started it yet..), and whatever crosses my path. im still learning aswel, than again who isnt?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.