Jump to content
xisto Community

dungsport

Members
  • Content Count

    86
  • Joined

  • Last visited

Everything posted by dungsport

  1. If you can use it with Winamp, so there should be a way of recording those radio programs. I used to use Winamp 2.8 (version must be lower than 3) to download these streaming into wave file. Then use CoolEdit to edit the files and compress into mp3. Its a long way but it is how it should be done. However, it doesnt matter what version of winamp you have, you need to download plugin that allow you to save the sound to file instead of output to speakers. (check at http://www.winamp.com/) That's how I do with radio streaming. For those radio channels that are not real-time streaming (it means whenever you request for a program, you will be enjoying it from the beginning), you may try with FlashGet (at http://forums.xisto.com/no_longer_exists/). Just right-click on the link and copy the shortcut instead of left-click, then paste it into FlashGet. FlashGet will do the rest. There is a software that is specially written for download streaming music and videos but I dont really remember the name. I will check my comp and let you know. Maybe WMRecorder at (http://wmrecorder.com/home/).
  2. So!! Is https://www.experts-exchange.com/ a forum? Certainly, those experts there get paid to answer questions and users have to pay for subscription.
  3. Yeah, it has some really interesting news even though its interface is quite simple and dull. I found some free domain names from there, lol, applying for it. Need to find out how to point it to Xisto?!!!
  4. Haha, what do you mean by "paid moderator"? Do they get paid by cash? LOLI am a member of admin group of a forum. I dont think moderators (including me) are working for money even though some of them really deserve it for their huge contributions. As a moderator, it gives you honour and reputation in a forum and some administrative rights as well. If you dont do what a mod should do and demand for money from a community then a lot of people are willing to jump into your position now.There is no employment in a community where people sharing ideas and helping each other. It's like we are volunteers!!!
  5. Of course people always need an appropriate tool for css editing and validating. In my opinion, TopStyle of Bradbury is the top of standalone CSS editor softwares out there. You could use Dreamweaver or others web designing software to do so but what if some people do not have Dreamweaver or familiar with it? So give it a go if you'd like. TopStyle Lite 3.10 is free of course but TopStyle Pro. Download it at http://forums.xisto.com/no_longer_exists/
  6. You're welcome (vote for me if you found my posts useful, )
  7. Ok, this is what you did wrong (and me too, lol). Just copy and replace your code. It should work (cause I tested). Remember to format text in the error cell using html (like wat i did) or stylesheet (more professional). <html> <head> <link rel="stylesheet" href="http://forums.xisto.com/no_longer_exists/; type="text/css"> <link rel="shortcut icon" type="image/x-icon" href="/images/Logo.ico"> <title>Mouse Isle Games: Sign Up</title> <script language="javascript"> function verify() { var proceed = true; var email=signup.email.value; if (!(email.indexOf(' ')==-1 && 0<email.indexOf('@') && email.indexOf('@')+1 < email.length)) { maile.innerHTML = "<font color=#FF0000>Problem</font>"; proceed = false; } return(proceed); } </script> </head> <body> <form name="signup" action="signup.php" method=post onSubmit="return(verify());"> <table> <tr> <td>Personal Info:</td> </tr> <td></td> <tr> <td>Name:</td> </tr> <tr> <td>First:</td> <td><input type=text name="fname" value=""></td> <td id="firstn"></td> </tr> <tr> <td>Last:</td> <td><input type=text name="lname" value=""></td> <td id="lastn"></td> </tr> <tr> <td>E-mail address:</td> <td><input type=text name="email" value=""></td> <td id="maile"></td> </tr> <tr> <td></td> </tr> <td> </td> <tr> <td>User Info:</td> </tr> <tr> <td>Username:</td> <td><input type=text name="username" value=""></td> <td id="uname"></td> </tr> <tr> <td>Password:</td> <td><input type=password name="password" value=""></td> <td id="pword"></td> </tr> <tr> <td><input type=submit value="Log In"></td> </tr> </table> </form> </body> </html>
  8. Missing EDIT button is not the worst thing but it is more convenient to have it. Otherwise, I would add another post to fix my mistake or add ideas in (leading to more credits, that's a good point, lol)
  9. So did you get what you wanted jippy man? (like your avatar, ) But I think I will do it when I am eligible to upgrade to package 2.Thanks for response Trekkie
  10. Haha, my comp is even more superIntel Pentium IV 2.4GHz (quite old but still strong)768Mb DDR RAM PC3200GeForce 4 DX4 64Mb DDR videoCreative sound cardIBM 40Gb HDDSeagate 200Gb HDDIntel motherboardLite-On DVD-ROMIomega DVD-RWViewSonic monitor
  11. 6. Chatting Yahoo Messenger - https://messenger.yahoo.com/ MSN Messenger - http://forums.xisto.com/no_longer_exists/
  12. Hehe, this is quite interesting topic. The programs that I am using quite often are: 1. Web-browser: Maxthon - http://www.maxthon.com/ 2. Word-processing and spreadsheet: Microsoft Office - https://products.office.com/en-au/?legRedir=default&CorrelationId=97c11a6d-affc-4e5a-94c6-22b27d8350a1 3. Programming/IDEsMicrosoft Visual Studio - https://www.visualstudio.com/ JRun Studio - http://forums.xisto.com/no_longer_exists/ EditPlus - https://www.editplus.com/ 4. EntertainmentWindows Media Player 10 - https://support.microsoft.com/en-us/help/18612/windows-media-player Power DVD - http://forums.xisto.com/no_longer_exists/ 5. Designing: Adobe Photoshop CS - http://www.adobe.com/products/photoshop.html
  13. Oi, forgot. For the fields are ok with their data, remember to clear the messages.<cell name>.innerHTML = "";
  14. This is quite simple, you could implement it many ways but similar to the following.Using table to lay out your form but provide 1 more column at the end (This mean 1 more cell for each row). Leave that column empty but formatted and named.Whenever your javascript code detects any field that needs to be fixed, assign the innerHTML property of the cell of the row contained the field.Syntax: <cell name>.innerHTML = "Name could not be empty";Hope this helpful,Any further questions, just post them up!!!
  15. Googling around and may find some answers like these: How does a database index work?http://forums.xisto.com/no_longer_exists/ Optimizing MySQL: Queries and Indexeshttp://www.tutorialized.com/tutorial/Optimnd-Indexes/7139 http://forums.xisto.com/no_longer_exists/ How MySQL Uses Indexeshttp://forums.xisto.com/no_longer_exists/ Those articles are not the best on earth but may give you some ideas of database indexes.
  16. You may need to turn the Welcome screen on You must have a computer administrator account on a computer that is a member of a workgroup or is a stand-alone computer to turn on or turn off the Use the Welcome screen feature. Logging on at the Welcome screen is not available on computers that are members of a network domain. - Open User Accounts in Control Panel. - Click Change the way users log on or off. - Do one of the following: To specify that users log on to the computer using the Welcome screen, select the Use the Welcome screen check box. A user logs on to the computer by clicking his or her user account name on the Welcome screen. If a password is assigned to the account, the user is prompted to type it. To specify that users log on to the computer without using the Welcome screen, clear the Use the Welcome screen check box. The Welcome screen will no longer appear when you start the computer. To log on to the computer, type your user name (and password, if you have one) in the standard Log On to Windows dialog box.
  17. I did a quick look on Google and found this tool. It is not command line utility (or maybe I dont know) but it supports scheduled shutdown and a lot of things. I reckon it should fulfil your requirement. EMCO Remote ShutDown 2.0 (freeware) at http://emcosoftware.com/remote-shutdown EMCO Remote Shutdown is a Freeware utility to Shutdown/Reboot one or many machines. Enumeration of machines with a click of a buttonMachines can be added manually or via IP-RangeSelected machines are dragged/dropped to the Machine Queue. Execution can be aborted within the waiting time limit on the remote machine.Force closing of all applications at the remote end.NT environment NT4, Win2000, WinXP. Any much more features can be found on their website. Cheers man,
  18. Hi mods and experienced users,Could anyone tell me how to active SSH feature for my account? I use putty to logon to the server. The system recognises my account but it says the feature has not been activated.I have searched on the forum but failed to find out existing answers.Thanks for your response,
  19. Uhm, doesnt look interesting at all. How can you review at the messages have passed??? LOL. Or you have to stick your eyes on your comp screen.Yahoo Messenger's IMVironment feature is cool enough for me.
  20. I reckon Easy CD-DA Extractor is worth to try (https://www.poikosoft.com/). It supports audio file formats: MP1, MP2, MP3, Windows Media Audio 8, Windows Media Audio 9, Windows Media Audio 9.1, Ogg Vorbis, MP4, M4A, AAC, FLAC, Musepack, VQF, WAV, AIFF, Monkey's Audio, and Shorten. Also, the Nero Digital (Nero AAC) is supported if you have the Nero Burning ROM installed on your computer. Here are some highlighted features: Rips Audio CD's High performance CD-ripping Copies "Copy-Protected" CD's Reads badly scratched CD's Download disc data from the freedb Advanced sound processing Supports CD-Text Supports ID3, ID3V2, and other format specific metadata Converts audio files from one format to another Convert audio files from a format to another Advanced sound processing Supports ID3, ID3V2, and other format specific metadata Creates Audio CD's Writes Audio CD's that are compatible with all CD-players Writes CD-Text Supports Cue Sheet (.cue) files Supports buffer underrun prevention technologies
  21. Yahoo has been doing so well as a free email provider. M$'s hotmail is not worth for their rival. M$ is so mean and ..... I have been using Yahoo email since the day I knew what email is. Then tried Hotmail just for MSN Messenger for two years but its storage is still 2Mb.Google is a good one to try and has shown their potential. They implement javascript code so well and the service is fast.I would vote for Yahoo even though I'm owning a bunch of gmails (they all forward incoming email to my yahoo account, lol).1Gb Yahoo mail! So Great!
  22. I love photography too but I am just an amateur one one earth. However, some pics I have taken are not too bad. My philosophy is to find out the beauty of tiny things around us, especially tiny flowers, and show them off. Here are some of them. Visit my gallery at http://dungsport.zidean.com/. Ah, just a sec off topic, my website on Xisto is up and running. Please feel free to visit it and leave you opinion in my guest book. Thanks!!! The first one is Melbourne Museum building in Melbourne, Australia and the other tiny flower buddes were taken in Melbourne as well I were so s2pid. I should have put the link to the images. Could not put anymore or edit the previous one. Here is another pic: Notice from microscopic^earthling: Consecutive posts merged.
  23. Just want to make yours batch files more accessible and convenient to use. Just right-click on each of those batch files and assign a shortcut for it. Next time use it, just press the combination of keys that you have made.Cheers
  24. Let me tell you my experience. To Google, it is not the matter of meta tag and wat you put in there. Working with meta tags and it took me 1 year to get these damn old infor on Google.The other way is simpler and more effective. Try to get as many visitors to your site as you can. No matter what and how you've done it. Here are some I have done:- Advertise your website address anywhere you can (like forum's posts and signature, blogs...)- Tell your friends to visit it every week (even though they dont like it) but any trick that you might think of. I've put some interesting stuff on my site and people keep coming back to check.- Put a shout box on your site. Doing this way, you can also get in tough with friends and make new relationship.It was unbelieveable. My website is on top of Google search whenever I put my name in (it was somewhere in Mars before).Oi, one more thing. I dont think Google can cache information from images and flashes. Try to avoid those as much as you can.I have checked my access to my robot.txt quite often but Google didnt mind it.
  25. Why dont you create your own using php scripting. Free source code could be found on the net. Whenever someone visiting your site, just run that php script. It will track their IP, host, date/time... down to database or just text file.Give it a try mates,
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.