- Strength to Increase Rep
- +11
- Strength to Decrease Rep
- -2
- Upvotes Received
- 49
- Posts with Upvotes
- 45
- Upvoting Members
- 33
- Downvotes Received
- 13
- Posts with Downvotes
- 9
- Downvoting Members
- 10
Senior Software Architect
- Interests
- .NET Programming, ASP.NET, CommunityServer
535 Posted Topics
Re: gummi bears -> Mr. Bear (my little cute cuddly teddy bear) | |
Re: [QUOTE=oO snObOardr Oo]MSN messenger (Beta 6.0)[/QUOTE] Well, MSN Messenger 6 Final is out. Consider upgrading to a released version. Beta software is "use at your own risk" and may have problems. Your issue might have been fixed in the final release.. | |
There are a lot of members of Daniweb who run their own websites, and even many members who run SEO firms. I've given SEO a lot of thought, and I can only conclude this: [b]SEO is totally unethical. At it's foundation, all you are doing is artificially effecting your search … | |
Somehow, I think my OS X is borked. Whenever you mouseover a menu, it's supposed to highlight, right? Well, mine doesn't... Also, my dock magnification is turned on, but if I highlight apps on my dock, they don't magnify, and it doesn't say the apps name above its icon. If … | |
Re: I'm pretty sure the Windows 98 CD is bootable. Try adjusting your VMWare BIOS (by pressing the DEL key on startup.. I think) to boot off the CD. | |
Re: This forum system is called vBulletin, and it is written in PHP. The 'nicest' ASP.NET forum system is written by the ASP.NET guys at Microsoft (and I've contributed too), called the ASP.NET Forums. [url="http://forums.asp.net/"]http://forums.asp.net/[/url] | |
Re: You should override the Navigating event of the browser control. You're going to have to figure out when the URL is the download url (the file name might change, but it might be in a certain path or something), and cancel the navigation, then download the url with the WebClient … | |
Re: Hey Mr Gates, I'm a big fan of yours :-). Adobe Photoshop is written in straight C++. Although C++ is an extremely powerfull language, it has a very steep learning curve. C++ has GUI features, consult the links section for some help. When in doubt, google searching works wonders. Photoshop … | |
Re: That really does sound like a Etch-a-Sketch! Joking aside, I would contact Toshiba. Sounds like your LCD has some serious problems ;-). | |
Re: Just a reminder to the new ASP.NET Programmers: your web.config file [b]is [/b]case-sensitive, so be careful copying the text :). | |
Re: I'm 99% sure that this requires no code - its in the properties window for the form :-). | |
Re: I have been using MonoTouch and MonoDroid for quite some time and you are right; it is a revolution! Android screens are known as an Activity. You already have one (that is what is showing the UI for your app right now), so all you need to do is add … | |
Re: Windows 8 rocks. Have you ever used a Windows 8 machine with a touchscreen? It's a life changing experience. (Sent from my Microsoft Surface) | |
Re: What database engine are you using? SQL Server? Microsoft Access? MySQL? Are you just using ADO.NET's DataTable? | |
Re: For the C# users in this thread, all you need to do is use RestSharp. It will handle the API rather nicely. Here is some sample code to use the WhoAmI method: var accessToken = "use the documentation to learn how to get this"; var client = new RestClient("http://www.daniweb.com/api"); var … | |
Re: Check out the documentation for String.Split: http://msdn.microsoft.com/en-us/library/b873y76a.aspx | |
Re: You can put the date of birth in a DateTime, and then use the dates in this wikipedia article, [url]http://en.wikipedia.org/wiki/Zodiac_sign#The_twelve_signs[/url], to calculate what zodiac sign the date falls in. | |
Re: Okay, in response to your first question, it is ALWAYS better to use & when connecting strings. For your second, you would need to declare an integer or something on top of the forms codebehind (in the general declarations area) and use it as a counter. Then you can have … | |
Re: I'm an owner of Adobe Acrobat 5.0, and I swear my life by it. The way we create PDF files with Acrobat 5 is by printing to an Actobat Printer. In theory, you would need to create a little program that captures the screen and prints it to the PDF … | |
Re: I think I'm missing something... [b]Where is your question? [/b]hehe | |
Re: As a web developer trying to become a web desiginer, I find your article very accurate. I love that simple look, white background, blue links! But, I'm trying hard! | |
Re: Just be aware, that while it does support most of ASP.NET, some parts are lacking, and some parts are missing. My CMS, #Portal, does not run on mono, because of its lacking Mobile device support (the System.Web.Mobile namespace). But, I'm happy to say I have Mono working great on Mac … | |
Re: Okay, I'm not a java guy but I do some of it. I use Borland JBuilder Personal (free), and I like the IDE, but it is sluggish (Java based). My school uses JCreator, but I'm not that fond of it. For text editing, I use UltraEdit32. It handles every file … | |
Re: Which line did you get the error on? I really haven't worked with the image data type before (i usually store an uploaded image on the server's file system), but I can play with it ;). | |
The site I do a lot of work for, [url="http://bink.nu"]Bink.nu[/url], has three ways of getting to the content: [url="http://bink.nu"]http://bink.nu[/url], [url="http://www.bink.nu"]http://www.bink.nu[/url], and [url="http://winxp.bink.nu"]http://winxp.bink.nu[/url]. [url="http://bink.nu"]http://bink.nu[/url] = PR7 [url="http://www.bink.nu"]http://www.bink.nu[/url] = PR6 [url="http://winxp.bink.nu"]http://winxp.bink.nu[/url] = PR6 Keep in mind, all of those URLs are the exact same website. Would it be beneficial to get rid … | |
Re: [QUOTE=cscgal]Can someone please explain to me the difference between ++i and i++ when written as part of an expression (i.e. within loops and if statements) ? Thanks :)[/QUOTE]//Lets declare i, and set it equal to 4. int i = 4; //Now say their is a function nammed goFetch(int), and we … | |
Re: Partiton Magic would resize your partition, but not with Windows Server 2003 installed. It checks the OS installed on the drive (even if you boot up on the disk) and if you are running a server os, it won't let you run it. Instead, they want you to run their … | |
Re: I'm running Chrome version "12.0.742.30 dev" and the dropdowns also work fine for me. | |
Re: I don't actually think this is possible. And everyone, PHP is never compiled. It is a scripting language; therefore it is interpreted (at runtime). A web language like ASP.NET is fully compiled (at the page's first view or at design time into a managed dll file). | |
Re: This printer looks awesome. I love the AirPrint feature, it will be great for people with iPhones/iPads! | |
Re: AndreRet - Yeah, most Linux hosts. There are *plenty* of Windows/IIS hosts also that support ASP.NET no problem. I would say ASP.NET is a much better thing to learn especially if you want to be able to have skills that translate outside of web development. ASP.NET is usually written in … | |
Re: It won't be faster at all. Saying that it is 20 lines is really meaningless, because 1 of those lines might be really slow. If you want to post some code, we might be able to help you further. Another thing you might be able to do is use the … | |
Re: I feel like I'm doing your homework, but oh well... For #1, the correct answer is choice C. Here is an overview of the GetChanges() method: [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadatasetclassgetchangestopic.asp[/url] For #2, I would go with choice 2. Here is some information about the DataView ASP.NET Control [url]http://msdn.microsoft.com/msdnnews/2001/sept/Sorting/Sorting.asp[/url] | |
Re: Instead of hard-coding the path, the best thing would probably be popping up an Open File Dialog. Here is the MSDN documentation with a code sample: [url]http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx[/url] | |
Re: You would need to do this with VSTO. Here is a great blog post from MSDN describing what to do: [url]http://blogs.msdn.com/b/vsto/archive/2009/12/15/making-a-custom-group-appear-in-the-message-tab-of-a-mail-item-norm-estabrook.aspx[/url] | |
Re: When I stop using mine, I use somebody else's! Or in my case, I remote control my computer! | |
Re: I'm afraid that none of us can help you out - the image you posted is 404 (not found). If you fix up the image location, I'm sure one of us can make a suggestion! :-) | |
Re: Wow AlPha... I gotta hand it to you this time. This is one of those disputed rivals that you could try to solve for hours upon hours and never come up with a conclusion. I know you've been looking at the contrast ratios, which is a good start, but realize … | |
Re: I suggest starting with the happy medium - C#. C# brings most of the VB.NET ease, with Java (Java is based upon C++) and C styling. When applying for a job, a C# programmer is more likely to win a .NET job, and is more likely to get paid higher. … | |
Re: What version of VB are you using? And, what is DBEngine declared as? | |
Re: [url="http://www.google.com/adsense"]http://www.google.com/adsense[/url] <-- all you need to know. | |
Re: Nice poem. I think you should submit that to some kinda contest. Dani, just be happy. Someone wrote a poem about you and your website. lol | |
Re: [url="http://www.google.com/search?q=rar+password+recovery&sourceid=firefox&start=0&start=0&ie=utf-8&oe=utf-8"]Google Search: rar password recovery[/url] | |
I HATE her. Annoying. Totally in the way! Thats all your going to get from me. | |
Re: What video card, video card driver version, and operating system are you running? Right off the bat without any information, I have two suggestions. Try to increase the brightness and the contrast on your monitor (usually theres buttons on the front that allow you to adjust it), and if that … | |
Re: [QUOTE=jackster]you are using traditional html tags which renders asp.net useless. read up on server controls. [/QUOTE] I would consider myself a professional ASP.NET Web Developer, and I use HTML over ASP.NET Controls wherever I can. This is taught; the less controls, the less server overhead. Instead of performing countless things … | |
Re: I'm a little confused of your use of the dynamic keyword. Wouldn't it be a lot simpler to just make an interface, and have Car inherit it as well as Beetle inherit it? The way you've used the dynamic type seems to be an abuse of the feature, to me. … | |
Re: This is awesome! I just installed this on my iPad, and it works as advertised. Steve Jobs, wth?!?! Flash on the iPad!!! Never say never... | |
[b][i]"Every time we raise the bar, you-know-who stoops to a new level." - Novell[/i][/b] - Novell is a powerfull network operating system. Response: Its not out dated. In fact, Microsoft stole the .NET idea from Novell (Novells ONE Net Strategy)! - Novell requires a bulky client for conectivity Response: Nope! … |
The End.