Jump to content

dcvqksyb

Members
  • Posts

    7
  • Joined

  • Last visited

dcvqksyb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Does the Change Username item in the Helionet bank change the displayed name or does it change the username that you use to login with? I want to change my screen name from Abc to dcvqksyb (my login username) but it says that it has been taken, and there were no results for that name when I searched the members list.
  2. As mentioned already, the link on the first page doesn't work but for those that visited, is it the same as http://twingine.no? I used the archive.org to get to http://www.yagoohoogle.com/ and pressing search brings me to this site which is still up...
  3. CSS used to hide everything, second one is for FireFox and Mac, first for all others #overlayblackout { position: absolute; top: 0; left: 0; z-index: 90; background-color: #000; filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; } #overlayblackout_ffmac { position: absolute; top: 0; left: 0; z-index: 90; } JS used to add div tag // Set up our background and append it to the body. ourbody = document.getElementsByTagName("body").item(0); pbackground = document.createElement("div"); if(!(IsFirefoxMac())) { pbackground.setAttribute("id", movie_viewer.BACKGROUND_DIV); } else { // Mac Firefox can't handle opacity stuff, so let's do a workaround. movie_viewer.BACKGROUND_DIV = "overlayblackout_ffmac"; pbackground.setAttribute("id", movie_viewer.BACKGROUND_DIV); pbackground.style.backgroundImage = "url(http://img.ngfiles.com/blackbox.png)"; pbackground.style.backgroundRepeat = "repeat"; } pbackground.style.display = 'none'; ourbody.appendChild(pbackground); I hope this helps.
  4. Fiddler: Web debugging proxy that is very useful for developing and visitng websites. Paint.NET: Free image editor but lacks the more advanced features. Tortoise SVN
  5. My domain is dcvqksyb.heliohost.org.
  6. I was trying to block anonymous FTP access. In the Anonymous FTP panel, I unchecked both checkboxes (Allow anonymous access to ... and Allow anonymous uploads to...) and then saved the setting. How come I can still access it anonymously?
  7. Hi, I'm an avid programmer, used to have a website a few years ago and am starting with a new one again . I've also been writing applications for several years.
×
×
  • Create New...