BabyTux
Members-
Content Count
20 -
Joined
-
Last visited
Everything posted by BabyTux
-
7 D _ _ _ _ _ in a P _ _ _ _ N _ _ _ _ _40 N _ _ _ _ _ _ in a L _ _ _ _ D _ _ _Anyone?
-
Pictiger Vs Imageshack - I Say Pictiger Wins
BabyTux replied to SunBlind's topic in Websites and Web Designing
Thank you SunBlind for sharing this site. I've just tried it out, and it's seriously awesome!By the way, the sixth "feature" made me laugh XD -
Install Jdk1.5.0 Under Fedora Core 4 Share my experience
BabyTux replied to jedipi's topic in Websites and Web Designing
Is it ok to set classpath like that? I've seen many people set it this way: CLASSPATH=.:$JAVA_HOME/jre/lib -
Which Distro Of Linux Is Best For A Windows User ?
BabyTux replied to TotalLamer's topic in Websites and Web Designing
I agree with hatim. Ubuntu was regarded as the Best Linux Distribution of 2005 by PCWorld. But be prepared for the troubles coming during the first days of your Linux life. It's different from Windows and not that easy to use. And if you plan to play your Windows games under Linux, you will need a Windows emulator and quite some Linux skills. By the way, most Linux distros are free for downloading. -
Where Does Windows Xp Store Its Passwords ?
BabyTux replied to Scribe's topic in Websites and Web Designing
Yes. The files are "C:\WINDOWS\system32\config\SAM" and "C:\WINDOWS\system32\config\SYSTEM" (suppose you installed your Windows under C:\WINDOWS). -
Ruby is a scripting language, isn't it? That means it's good at web things, but not an ideal language for creating local applications. If you decide to commit yourself to web scripting, it's not a bad choice. Otherwise I'd suggest C/C++ or Java. C/C++ are many programmers' first choice. C is a low-level language, faster but difficult to master. C++ is its object-oriented version. Java is platform-independent. If you've written a Java program for Windows, and want to run it under Linux, you won't have to rewrite it. And Java is more object-oriented than C++. If you'd like to build a good understanding of Object-Oriented Programming, then learning Java is a good idea. One more thing you should take into consideration is the popularity of a language. What if you write a program for a website but the server doesn't support the language you use? By the way, I'm not a professional (yet). Correct me if I'm wrong:) Oh, I've just viewed Ruby's homepage, and it seems to have some really cool features. I might learn it later as well:p
-
I think you should have some basic knowledge of HTML and CSS in order to do the coding. Here are some guides that maybe useful to you: MySpace HTML FAQ HTML Tutorial CSS Turtorial Or you can post your request here in details. I'll see if I can help you.
-
Editing The Apps That Open At Start Up. help please
BabyTux replied to emotion's topic in Websites and Web Designing
Two ways: 1. Start -> Run... -> msconfig Click the last tab to see a list of startup items. 2. Start -> Run... -> regedit Find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. In the right pane you'll see what will start with your system. -
Object Orientated Programming Help! I just cant understand OOP
BabyTux replied to rkage's topic in Programming
I think these will help you: http://php.net/oop/ http://forums.xisto.com/no_longer_exists/ http://www.onlamp.com/pub/a/php/2002/07/18oundations.html -
My most frequently used programs (not favorites I'm afraid...): 1. Mozilla Firefox Excellent browser! Pretty icons, powerful functions, most flexible and customizable. Althought it doesn't work well for some M$IE-spoiled sites, it's not little fox's fault. 2. Foobar2000 The best audio player on earth. What a pity that no one in this thread has metioned it! 3. Tencent QQ The most popular IM in China. To be honest I don't like it, but what can I do? 90% of my friends use it, and the others haven't got their own PC. 4. Irfanview A slim image viewer which supports 71 image formats and provides basic editing functions. 5. FlashGet I've been using it as my downloader of choice for 3 years and am really happy with it. It not only works effectively but also manages my downloaded stuff well in different categories.
-
E-mail Checker What is the best program?
BabyTux replied to wwheeler's topic in Websites and Web Designing
CheckMail (latest version 2.4.3) is a powerful but small email checking program. It uses about 2680K of memory. Key Features Unlimited number of POP3 email accounts Can act as a POP3 server by collecting emails of many accounts and storing them locally Can act as an SMTP server by collecting all emails of a local network and sending them on schedule Custom notifications for different emails/accounts/groups/etc. Powerful sorting options for filtering spam Absolutely immune to viruses and other harmful email content, because it will never start any attachments, scripts, programs, etc. Many options for full customization Click to download ยป http://forums.xisto.com/no_longer_exists/ -
How To Hide The Hiden File/dir In Proftpd
BabyTux replied to jedipi's topic in Websites and Web Designing
Insert IgnoreHidden on to the following sections of your proftpd.conf file: <Limit READ DIRS> ... </Limit> <Limit READ> ... </Limit> <Limit STOR MKD RMD> ... </Limit> <Limit WRITE> ... </Limit> -
on error goto wDim a() As IntegerDim i As Integeri = UBound(a) 'If a() contains no element an error will occurexit subw: msgbox "Array is empty!"
-
-
Half Life 2 Im stuck at this one part
BabyTux replied to l337 Nurse Pedestrian's topic in Computer Gaming
A Half-Life 2 Walkthrough -
BPEL: Business Process Execution Language Business Process Execution Language for Web Services version 1.1 ActiveBPEL - The Open Source BPEL Engine WSDL: Web Services Description Language WSDL Tutorial Deploying Web services with WSDL WSDL: Best Web Links
-
Hope this answers your question: Read complete discussion: http://www.jguru.com/faq/view.jsp?EID=35269
-
1. Open the graphic you want to test 2. Click on Edit -> Define pattern... -> OK 3. Create a new Photoshop document 4. Click on Edit -> Fill... 5. Select Pattern from the first dropdown list 6. Select the pattern you've just made from the pattern picker 7. Press OK 8. Check if the graphic tiles PS. I'm not sure about the menu texts...
-
Fedora Core 3 Some troubleshooting questions
BabyTux replied to tattoopunk's topic in Websites and Web Designing
I think you should insert a space between cd and /home/drew/wesnoth-0.8.11 -
According to M$DN Online, whenever you close a conversation window, an IMWindowDestroyed event is triggered. What the plugin does is simply catching the event and informing the user. The official M$N Messenger doesn't handle that event.