Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Was Christ a liberal?
- If not why - also include bible verses if available.Personally, yes...Politically, no.Define Liberal...It would be difficult to do the analysis even if you could get everyone to agree on the definition. The definition has changed over time.
- Tags: liberal, off-topic, christ, Caesar, just_chilin, God
- Discussion threads 2006-12-12
- Determine your computer's IP address with VB.NET
- System.Net.Dns.GetHostByNamestring is obsoleteWarning 1 'System.Net.Dns.GetHostByNamestring' is obsolete: 'GetHostByName is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202'
- Tags: computer, dns, gethostbyname, IP, IP address, just_chilin, Microsoft Visual Basic.Net, net, programming, system
- Discussion threads 2006-09-29
- Javascript Showdown: Speeds of Opera 9, IE6, and Firefox 1.5
- How fast is your favorite browser's Javascript engine? After creating a Javascript benchmark tool and testing Opera 9.0, MSIE 6.0, and Firefox 1.5, you might be surprised to see which one came out on top...way on top.Article link:[url]http://celtickane.com/projects/jsspeed.php[/url]how fast is it?dead slow, since javascript doesn't run on ANY browser I...
- Tags: browser speed, firefox, ie, JavaScript, javascript speed, just_chilin, Microsoft Internet Explorer 6, Mozilla Firefox, Mozilla Firefox 1.5, opera, Opera Software, programming, Web browser
- Discussion threads 2006-08-02
- Break Windows Notepad
- By now everybody knows windows notepad usually gets confused when opening a file that has exactly 256 bytes (e.g. this app can break). Well, if you did not know, try the following: 1. Open Notepad 2. Type the text "this app can break" (without...
- Tags: Notepad, Win, windows, unicode, break, 256 bytes, just_chilin, off-topic, Microsoft Windows
- Discussion threads 2006-06-22
- The Crazy 90s!!
- Just found this on the nect..thought it was funnyhttp://humorist.blogspot.com/2006/03/crazy-90s.htmlIf these were the 90's what about the 00's[b]The Crazy 90s!![/b] 1. You just tried to enter your password on the microwave.2. You have a list of 15 phone numbers to reach your family of three.3. You call your son's beeper to...
- Tags: e-mail, telephone
- Discussion threads 2006-03-17
- 'Net neutrality' - Will it survive?
- I just read this article on news.com [b]Without 'Net neutrality' will consumers pay twice?[/b] and it seems AT&T and other cable monopolies want to own the internet.If it comes down to this, will the Free Internet cease to exist?Please provide a link...when refering to an article.http://news.com.com/Without+Net+neutrality+will+consumers+pay+twice/2100-1034_3-6035906.html?tag=nefd.topI wonder if the US...
- Tags: Net Neutrality
- Discussion threads 2006-02-07
- I've wondered the same thing too.
- I'll keep my opinion about the domain name to myself, except to say that it isn't flattering.Why com.com?Does anybody know why every time someone goes to any of CNet's websites they get redirected to a *.com.com site?e.g techrepublic.com ->techrepublic.com.comnews.com -> news.com.combuilder.com -> builder.com.comIs it a design flaw?becausethe base domain they...
- Tags: Domain names, domain, domain name, class-B
- Discussion threads 2005-12-02
- Science vs. Republican Ignorance?
- Science vs. Republican Ignorance?[b]Dinosaurs, evangelicals and the state[/b][b]Should the views of the religious right, many of whom are Republican party supporters, be adopted by the US government? In Washington, Justin Webb considers the implications and asks whether politics and religion make a good mix. [/b]Check out this interesting articles on...
- Tags: Meade, dinosaur
- Discussion threads 2005-11-29
- Growing Older (For the 30+ crowd)
- Growing Older (For the 30+ crowd)IF you are 30 or older you will think this is hilarious!!!! When I was a kid, adults used to bore me to tears with their tedious diatribes about how hard things were when they were growing up; what with walking twenty-five miles to school...
- Tags: game, Growing Older, just_chilin, off-topic, pre email, pre web
- Discussion threads 2005-11-09
- DoS against spammers
- Is it ethical to launch a DoS against a spamming website such as those claimin to sell viagra and other drugs?I keep getting endless amounts of email every other minute and I don't think it is fair.DependsIts still considered fairly unethical to launch a DoS attack and probably wouldn't be...
- Tags: domain, dos, e-mail, ethics, just_chilin, off-topic, return address, spam, spammer, spammers
- Discussion threads 2005-11-08
- TechEd 2005
- Who is going to be at Microsoft TechEd 2005 next week in Orlando?
- Tags: just_chilin
- Discussion threads 2005-06-02
- How can you PISS-OFF a Customer ?
- How can you PISS-OFF a Customer ?How can you possibly piss-off an arrogant customer tech support without being fired?Stupid IT tricksInstead of asking how to upset your client, your effort might be better spent finding a resolution for the issue.Otherwise, study to be Don Rickles stand-in.I'm actually looking for bothI'm...
- Tags: career, Customer Care, customer ignorance, just_chilin, tech support
- Discussion threads 2005-05-10
- The Age of Plugins
- It seems to me software development has entered the "Age of Plugin Development".With the success of Eclipse, Mozilla's XUL and the all-time favorite XML & Web Services it is hard to choose which route to take.Which platform do you think will superceed and why?I don'tthink any one will take over.use...
- Tags: XML, Age
- Discussion threads 2005-03-12
- Is Netscape officially dead?
- With the coming of FireFox no one seems to be talking about netscape anymore. Has Netscape finally given up?Mozilla"evelopment work was taken over by the Mozilla open source project, which was originally started in early 1998 by Netscape Communications and continued when AOL acquired Netscape later that year. Last year...
- Tags: America Online Inc., just_chilin, Mozilla Corp., netscape, Netscape Communications Corp., programming
- Discussion threads 2005-03-04
- Where do I begin?
- Where do I begin?I have an extra pc and I want to install linux on it. Where can I possibly begin?Novell Linux Desktop 9 demoGo to http://www.novell.com/products/desktop/eval.htmland download the Linux demo version.While you are there...Look for the links to the 'FREE Novell Linux Desktop 9 self-study guide' - its has...
- Tags: Linux, just_chilin, Linspire
- Discussion threads 2005-03-04
- JOIN table and stored procedure
- Is is possible to JOIN a table and the results of a stored procedure (ANSI SQL, Oracle, MySQL or SQL Server)join...You would have to put the results of the stored proc in at least a temp table, then do the join. Is that what you are looking for? ...
- Tags: Databases
- Discussion threads 2005-02-25
- MySQL LIMIT in SQL Server
- Is there a way to mimick the MySQL LIMIT function in MS SQL Server?been a while but it'sSET RECORDS = 100or something like that anyway.Not quiteAcually SET ROWCOUNT will return the first set of records. e.g.SET ROWCOUNT 100SELECT * FROM Customerswill return the first 100 Customers. But in MySQLSELECT *...
- Tags: just_chilin, Microsoft SQL Server, MySQL, SELECT, server, software
- Discussion threads 2005-02-10
- << Previous
- page 1 of 1
- Next >>