Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Chel

  1. Chel

    Server Centralised

    Dear jrbarnett and ceh4702, Thank you for the information. Just like what ceh4702 said, is that economical for a company under 100 users? I am from Malaysia, I think the cost will be very high if we implement this cause not so many companies using this kind of technology. Anyway...
  2. Chel

    Server Centralised

    Hi, Can a Without-HDD-Client-Computer using only a network line to access the server? Which means that the server will control everything: 1. Computer Computing System 2. All the Application Programs (such as MS Office) 3. Store all the documents (eg: .doc, .xls, .jpg, etc) 4...
  3. Chel

    How to draw a digital artwork

    Hi all, I have tried to use scanner to scan whatever I draw. I coloured it in Photoshop. I can see the result is quite good in photoshop especially using the CS version. I m still don't know how to use Illustrator. hehe. Really have to take time to explore it. By the way, what's the...
  4. Chel

    How to draw a digital artwork

    ***Dear barehug, Hum...I read the articles from the net. A Wacom Tablet (6x8 inches ) costs ~US$180 in Malaysia. Quite expensive. I have to save money first!! Hehe Last year, I bought a chinese input device where I got a small little tablet and a pen. That's for writing chinese words. I tried...
  5. Chel

    How to draw a digital artwork

    Hi all, I saw many ppl drawing pictures using photoshop. But I wonder if we can use just 'MOUSE' and 'Photoshop' to draw a good digital artworks. Do I need to use any other input device in order to draw in the photoshop? Thank you very much. Chel^____________^
  6. Chel

    Any command to make a webpage refresh itself?

    Dear all, I have a webpage. However, after I replaced the existing one with a newer version, that page was still the same. It will only show the new version after I clicked 'refresh' button. I have deleted all the history and temp internet files. The problem is still there. What can I...
  7. Chel

    Check My New Site.. PLEASE??

    Hum...Loading time is how long we take to load a page, right? Maybe I had made a mistake with the time but it's really fast in displaying this page the other day. I had refreshed many times until I got that page. However I couldn't get that page after that day. Chel :-)
  8. Chel

    Looking for a sample webstore!

    Hi, This is a website I known. They have a very simple shopping cart system. They are using Cold Fusion and SQL Server. http://www.ksmshop.com GOOD LUCK! Chel ;-)
  9. Chel

    Check My New Site.. PLEASE??

    Hi, finally I can view this page! :-) For the first page, loading time is around 1 minute. But some of the linked page cannot be displayed. I think it's due to the loading time. Chel ;-)
  10. Chel

    Check My New Site.. PLEASE??

    Hi, Is it because some of the governments has blocked this host from accessing it in certain countries?? Chel
  11. Chel

    How to create a simple lucky draw engine?

    Dear cfhub, SELECT TOP 5 item_id, newid() as new_id About the TOP 5.. Can I change '5' into Variable so that I can change it manually using a form format whenever I want?? Thank you :-)
  12. Chel

    How to create a simple lucky draw engine?

    The following is my coding. I don't know what's wrong with it. Error occurred within the looping. Can anyone help me again???? My coding: <cfquery name=&quot;randomDraw&quot; datasource=&quot;LD&quot;> SELECT * FROM luckydraw WHERE status IS NULL </cfquery> <cfif...
  13. Chel

    How to create a simple lucky draw engine?

    Dear CFHub, I have got the code. But I am not too understand with the following coding: 1. <cfset GoodSeed = (Minute(now())&Second(now()))> <cfset GoodSeed = Randomize(GoodSeed)> --> 'Minute', 'Second' , 'now' are commands or variables? 2.SELECT TOP 5 item_id, newid() as...
  14. Chel

    Check My New Site.. PLEASE??

    Hi, I couldn't get into this website too. &quot;The page cannot be displayed&quot; Is this due to the diff. network connections for diff. countries? Thank you. Good Luck!!! :-D
  15. Chel

    How to create a simple lucky draw engine?

    Dear Calista, Thank you for your information. That's very kind of you. I will work it out now. Hopefully I can make it. :-D

Part and Inventory Search

Back
Top