Search:

Type: Posts; User: ilyash

Page 1 of 40 1 2 3 4

Search: Search took 0.08 seconds.

  1. Thanks for all of your comments! I have...

    Thanks for all of your comments!

    I have recently wrote some code to resize all pictures so now the site loads very quickly.

    Please let me know if there is anything else you think needs...
  2. Need some feedback on new social networking site

    All comments/criticism welcome:

    http://www.fotchbook.com
  3. your picture doesnt work but you need to open a...

    your picture doesnt work
    but you need to open a remote connection to that sql machine
    make sure you have the proper url including user
  4. Yea I tried that, does the same thing I think...

    Yea I tried that, does the same thing
    I think the error (no actual error, i mean like problem) occurs when I try to do
    AND t4.pic_id = t3.pic_id





    __________________...
  5. Mysql multiple table update/multiple delete ...

    Mysql multiple table update/multiple delete

    How would I do any of the above?
    Table structure:
    users --> t1: user_id, status
    cars --> t2: car_id, user_id, status
    car pictures --> t3:...
  6. guys this would only be a design, no backend...

    guys this would only be a design, no backend coding necessary





    __________________
    webmaster A T 420th.com What is my Itunes playing? Visit 420th.com/nowplaying.jsp to find...
  7. One page design - something you can have fun...

    One page design - something you can have fun with!

    Hey guys,
    So I bought this domain: drunkentoast.com
    The idea is that people will be able to submit and view toasts (like.. "This toast is...
  8. Replies
    2
    Views
    1,415

    beautiful. thanks worked like a charm i just...

    beautiful.
    thanks worked like a charm
    i just set the width of each td
    and then put a div inside
    <td><div></div></td>
    and for the div i did overflow: hidden
    thanks again
  9. Replies
    2
    Views
    1,415

    Hi, I have a table and the contents inside push...

    Hi, I have a table and the contents inside push the width so far that it pops out of the design
    How can I properly prevent this in FF & IE & Safari [etc]
    If I do table-layout:fixed, the table stays...
  10. So here in Philly prior to last night they havent...

    So here in Philly prior to last night they havent won any championship in 25 years
    so last night after winning world series people went wild in the streets rioting pretty much destroying their own...
  11. yea im pretty sure mine is setup as a router......

    yea im pretty sure mine is setup as a router...
    i was on the phone w. a tech before and he tried to have me bridge it.. but it wouldnt work
    aside from bridging.. theres no way to do it?
  12. anyone? thanks for your help guys

    anyone? thanks for your help guys
  13. the modem we have is a westell it only has 1...

    the modem we have is a westell
    it only has 1 ethernet port out [its not a router]
    but it does have firewall software if you access the web cp
    the tech on the phone swore that the way i have it...
  14. So my roommates and I got verizon DSL we have 5...

    So my roommates and I got verizon DSL
    we have 5 pcs total (1 of which is an ftp server)
    Here is how it is connected:
    phone jack -> verizon dsl modem -> linksys wireless router
    router has 4 ports...
  15. Replies
    4
    Views
    1,229

    i didnt get an email from you..

    i didnt get an email from you..
  16. Replies
    4
    Views
    1,229

    looking for someone to design

    Hi,
    I'm looking for someone to design a single page for a site called "collegemorons"
    which will basically be a bunch of funny vids/pics from colleges
    [think collegehumor]

    The layout will be...
  17. mysql - dividing two columns of type double

    Hey guys,

    I don't know if this is a mysql bug, but if you do something like

    select columna - (columnb/columnc) from table;

    where they are all double, if the value of b/c is very small you...
  18. thanks that dieseltest one looks great

    thanks that dieseltest one looks great
  19. Tools to stress test your application

    Hi,

    I am looking for some tools I can use to stress test my web app to simulate a heavy load.

    Anybody know of any good ones?

    Also I'd like something that won't make my server think it is...
  20. try melatonin.. about 3mg and you should be...

    try melatonin.. about 3mg and you should be sleeping peacefully (i work at a health food store)
  21. there has to be a way to sort it in mysql!

    there has to be a way to sort it in mysql!
  22. mysql query help - closest match

    I have a lot of columns, for simplicity lets say 3: col1, col2 and col3

    each are of type DOUBLE


    I need to select the closest one... so say I have 6 rows in this table, I need a query to order...
  23. Replies
    8
    Views
    1,159

    I do #include file.h the problem is file.h is...

    I do #include file.h

    the problem is file.h is in a different dir so the compiler doesn't see it.

    how do i tell the compiler to look in a different dir for that file
  24. Replies
    8
    Views
    1,159

    ok, but there are other files i include in my...

    ok, but there are other files i include in my code and they are located in other directories

    how do i tell g++ to look for those files in a specific place?

    thanks
  25. Replies
    8
    Views
    1,159

    ok so when I do g++ filename.cpp I get ...

    ok so when I do g++ filename.cpp

    I get

    stdafx.h: no such file or directory
    and a bunch of others which are part of what i include

    how do i specify for g++ to look for them in a certain...
Results 1 to 25 of 1000
Page 1 of 40 1 2 3 4