Search results

  1. xav0989

    HELP: how to fill co.cc zone records & URL forwarding

    You do not need to fill out those fields. Only the first (dns) is required. The 3 steps are actually three ways of doing the same thing.
  2. xav0989

    Report Broken link

    A more user friendly way would be to create a custom 404 page, and to add a snippet to get the url of the broken page and add it to a database.
  3. xav0989

    facebook apps

    I was developing on, but I dropped it (I wasn't experienced enough, and didn't have time). I used the demo as my starting point and added info around it. FBML is also really important.
  4. xav0989

    PostGreSQl Developer needed!

    I am currently searching for a postgresql developer to work on a project. The project is called UniDB. It is a database abstraction layer. I already have a mysql and mysqli layer, but I am gettting some problems with the pgsql layer. If you want to help me out, send me a PM.
  5. xav0989

    ASP Problem

    You need to remember that asp and asp.net is very different. Firsthand, asp.net have aspx extension (like pretty much anything that microsoft updates now : docx, pptx, xlsx, etc).
  6. xav0989

    Dreamweaver vs Notepad?

    I've learned very well all the languages that I use, so I don't feel the use of using a program creating code for me. I do all my testing and debugging, and I find it's a challenge to find bugs. I've recently found scite, and I can tell you it has overpowered most of all the editors I've used...
  7. xav0989

    Html Js page loader

    use w3schools, I'm canadian also, and it did not stop me. Unless you do the whole site in flash, which is not good for SEO and assistive technologies.
  8. xav0989

    x10hosting MySQL remote odbc access

    You should never allow somebody to enter raw sql queries. With some knowledge of sql and php, they could compromise your account. If you want to know, I am almost finished, just making sure everything works. I've done the testing of the server/client. It's now finished. I will post the link...
  9. xav0989

    implementing AJAX ??

    Wouldn't it be easier to just check the fields using javascript, and then submit it normally?
  10. xav0989

    How do I only select the last 5 rows of a table in a database?

    You can remove the uid field from the query, as you already have it's value.
  11. xav0989

    x10hosting MySQL remote odbc access

    You understood correctly. As always, it would be better to have the mysql and php on the same server or server pool, but this might do... But remember, never disclose where you hid this script, for security reason. I will post a link containing the code for both the php server and php client.
  12. xav0989

    Selling Vista ultimate key(50 000 cred)

    This doesn't sound clean to me...
  13. xav0989

    How do I reset/reload my acount?

    Could a moderator lock this thread, it's over.
  14. xav0989

    Members Area?

    I could help you building it. send me a PM
  15. xav0989

    PHP HELP - 'cannot connect'

    Alice, here is an updated version of you function, which doesn't use globals: function connectToDb($servername, $dbname, $dbuser, $dbpassword) { $link = mysql_connect($servername, $dbuser, $dbpassword); if(!$link) { die("Could not connect to MySQL: " . mysql_error()); } $db =...
  16. xav0989

    .asp not working

    You need to add this to the htaccess: AddType application/mono .aspx .ascx .asax .ashx .config .cs .asmx .axd BTW, ASP doesn't work. Only ASP.NET.
  17. xav0989

    Which Operating System do you prefer?

    I still have a PC, and I will always have a PC because almost everything is made for PCs. Also there is the fact that now, I've always been buying new PCs, which means that 98, XP, and Vista where pre-installed. However, for my next computer, I am playing to buy an used one, upgrade some...
  18. xav0989

    Battle of the Browsers

    I use chrome most of the time now because it has way better crash control (each tab is a separate browser process, a great security feature), and because of the minimalistic browser components. In firefox, about 1/6 to 1/4 of the screen is composed of browser-related stuff (address bar, AiOS...
  19. xav0989

    Count to 1 Million

    1120 lines of code
  20. xav0989

    x10 forum attendance sheet

    neteater Soki sarvar leafypiggy vigge_sWe ichwar diabolo coldfirezz akkudreamz Smith6612 alexandgruntz LHVWB ichwar neteater akkudreamz IonCannon218 Briganti i2006 ichwar makj111 leafypiggy nexhunter sarvar Stunna akkudreamz neteater nterror ichwar akkudreamz ichwar sarvar akkudreamz...
Top