716 Topics
![]() | |
Hello! I have just started learning assembly language, and I have decided to use the NASM assembler. I made a small program, included below, that is supposed to take a number, add 5, and print out the final result. The program correctly prints the prompt, and takes a value, but … | |
Referring to teh [URL="http://www.daniweb.com/techtalkforums/announcement55-4.html"]announcement: [/URL]What are teh possible values for syntax in code tags? I just posted some shell script and code=sh or code=shell didn't seem to work. Would be nice if the announcement itself can be updated with this info a link to this info is added there... | |
Noticed just that my positive rep power shooted to 13 or is there bug in the system? Maybe some announcement message of these kind of changes explaining the reason would be nice feedback? Also I noticed 'undo the vote for this post' option for post I upvoted and I have … | |
I have seen many threads on Google MAP API implementation i have posted replies on many threads but its better to start new thread as tutorial on Google Map API Intigration using PHP. Read this tutorial [URL="http://www.indiastudychannel.com/resources/137612-How-integrate-google-map-your-website.aspx"]How to integrate google map in to your website[/URL]. This tutorial explains step by … | |
I wrote a program which I tested in the IDE of python 3.2, it worked but whenever I open the program directly or run from command prompt, it doesn't run correctly, after the user inputs the correct answer, the program keeps saying try again. [URL="http://www.daniweb.com/software-development/python/code/359115"]here's the program it's in the … | |
First of all, I'm 17 learning C++ on my own! I've been enjoying Daniweb. and I did like to thank the community for that! Thank you all! Here goes my Problem... I have a small program that calculates time between two instances and it worked fine... so I decided to … | |
I request every one who comes across this to post you feedback here on [URL="http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/355316"]this[/URL] thread. I just want to understand is it a crime to ask someone to show some effort / the code that s/he is working on before assisting them in solving their issue. I have been … | |
Yesterday, after the [URL="http://www.daniweb.com/news/story255860.html"]iPad announcement[/URL], many folks Tweeted that it's the end of the line for the Amazon Kindle as if it were a fait accomplis. I'm not convinced that's true, but it does raise questions about the utility of the single-purpose device, and whether you want your eBook Reader … | |
Have been reading about the facebook commenting API for a few days now. Sites like Techcrunch have gone ahead and implemented the feature. I tried imagining if it will make sense for a forum like Daniweb to enable facebook commenting ? To me it seemed that it will not make … | |
Dear users of "daniweb" This question has no coding issues but is still about java and java code i thought this would be the best place to post such a question its for my schools Program Dossier. I need a [library or API] that can manipulate a robotic arms motors … | |
Looks, I am often told, can be deceptive. This is certainly the case as far as the Microsoft Arc mouse and the new Arc Touch mouse are concerned. Sure, at first glance there is not much different about the two in terms of that innovative arcing design; but look closer, … | |
Hi I am new to the forums, and somewhat new to python. I'm trying to make a Text Based Adventure game. I don't have an error, but a bug. This is the code: [code]import descriptions inventory = [] gold = 0 acts = {"north":"hi"} def start(acts): print(descriptions.start) rm_a(acts) def rm_a(acts): … | |
Here is the full code relating to my performance problem I’m having with my operator+= which I described in this adjacent thread…. [url]http://www.daniweb.com/forums/thread340734.html[/url] As a quick review, I’m finding that the operator+= function in the Standard C++ Library’s String Class, i.e., <string>, is performing almost impossibly fast compared to the … | |
The code below is what I'm having problems with... The combobox part is getting me angry and i've searched everywhere, code guru, msdn, stackoverflow, daniweb... And I cant figure it out. Its for a game my friend plays. I play and quit on and off.. I decided to do a … | |
After answering a lot of questions on this Forum, I found that many common questions keep coming back because newbies don't search prior to posting and we don't have a standard reference to send them to. My New Year's resolution was to create a FAQ to provide the best possible … | |
Hello! I'm new to Daniweb (though not the web, thankfully) and have a puzzling question, and hoping to have it answered or at least answered to some extent: What is the next internet phenomenon? Depending on how you look at it, it can be the simplest or the hardest question … | |
When I was studying computer programming in college many years ago, I didn't imagine that our work could impact lives, particularly in a negative way. We've heard reports (mostly true) of death, dying, and destruction as a result of software problems, such as the time a plane flew right into … | |
Hello,everyone.Im doing the same project as Slash12 source:[url]http://www.daniweb.com/forums/thread331507.html[/url] I thought the data structure I constructed is correct but I don't know how to test it until my search function works. The errors i have now are: TypeError:__init__() takes exactly 3 arguements(1 given) for i in range(len(board)) has no len() TypeError:object … | |
A project I am working needed a question style message box, but I wanted that contemporary look of Vista and Seven. I set out to see how it was accomplished, turns out there are some special APIs that exist in Vista and Seven that don't exist in XP that accomplish … | |
[ATTACH=RIGHT]18116[/ATTACH]Logitech is probably the most widely known and respected PC peripheral manufacturer in the world. They are known for making quality, reliable products that make sense. Leave it to our Swiss friends to re-think/design/invent the keyboard, again. Enter the Logitech Wireless Solar Keyboard K750, a lightweight, thin [I]wireless[/I] desktop keyboard … | |
[B][COLOR="Green"][INDENT]I recently donated to DaniWeb as a member. It originally said for less than $4.00 per month you can have access to other privileges. I'm confused, because when I checked again it said $5.00+ per month. I'm just wondering which amount is correct?* The reason why is, I thought I … | |
I have created a transparent flash video (virtual spokesperson) for my website. For demoing purposes, I would like surfers to be able to have this movie appear on any desired website of their choice. On my site, I would like the surfer to be able to type in a URL, … | |
Greetings. I just received an e-mail that was dated back in September.:-O:confused: I'm wondering why it took 1 month and three weeks to receive this e-mail. It involved the new rules and the member of the month for September along with other informative insights. I just performed an e-mail test, … | |
Not sure where bug reports should go, so I'm posting mine in feedback. This morning when I logged in to DaniWeb, instead of getting the redirect page, I somehow obtained a 'login.php' file for the page instead. Opening the file in emacs, it contained (in this order): - A bunch … | |
Hi I have had win7 for quite a while now, and has frequently had a strange problem with my mouse (2 different mice and touch-pad). Sometimes it only works in one program, e.g. it works fine in Firefox, but in all other programs (desktop, skype, WoW etc.) it "unmarks" the … | |
Hello DaniWeb, Basically like the title suggests I am having trouble generating a random element from my array, and storing it in another array. I am quite new to Java, and the api is a little confusing but from what I can see there is no method for this. Searching … | |
Hi All, I'm having problems with my spry menu bar in internet explorer.... it works fine in firefox. The menu bar on each of my pages drops down as it is intended to in firefox but when viewed in internet explorer the drop down sections appear horizontally and not vertically?? … | |
Heya Daniweb, I've been working on Regular Expressions, thanks to cghtkh who told me about them. I've used resources from: [URL="Newthinktank.com"]NewThinkTank.com[/URL] [URL="http://docs.python.org/library/re.html"]Python Regular Expression Documentation[/URL] and [URL="daniweb.com"]Daniweb.com[/URL]! I figured I'd share my code, ask a few questions, and get some feedback on what I did if I can. Feedback helps … | |
[ATTACH=RIGHT]17677[/ATTACH]Here at DaniWeb, we've talked a lot about [URL="http://www.daniweb.com/reviews/review313227.html"]Intel Parallel Studio[/URL]. I recently had the chance to sit down with Intel's James Reinders, and find out more about his take on [URL="http://software.intel.com/en-us/intel-parallel-studio-home/"]Parallel Studio 2011[/URL]. Mr. Reinders (pronounced Rhine-ders) is a senior engineer at Intel and has been with the company … | |
Hi, I want to create a im(Instant Message ) bot for my company.So, i searched in our forum.I found the below url. [url]http://www.daniweb.com/forums/thread9761.html[/url] But, i did not get the more information in that thread and more number of links are expired .I want to send instant message to gtalk,yahoo from … | |
Hey Dani, Site looks great-- I've been trying to get on and lurk more and more. I noticed, though that under Chrome in Windows XP, the "use code tags" watermark doesn't go away when you click or start typing into the box. I remember it used to, but I thought … | |
Dear all, I want to create a im(Instant Message ) bot for my company.So, i searched in our forum.I found the below url. [url]http://www.daniweb.com/forums/thread9761.html[/url] But, i did not get the more information in that thread and more number of links are expired .I want to send instant message to gtalk,yahoo … | |
Perhaps this note will save another member a spot of frustration. I tried to login from my mobile phone, but the AMD ad banner kept popping over the login dialog no matter how I tried to scroll away from it. Here's a workaround. The problem occurred holding the phone in … | |
[ATTACH=right]16919[/ATTACH]The good people at Mozilla have read our minds, again. The latest [URL="http://www.mozilla.com/en-US/firefox/beta/"]beta version of Firefox 4[/URL], released on Tuesday, has a new tool to help you get out from under that unruly pile of browser tabs. It's called 'Panorama,' a shortcut-accessible drag-and-drop workspace that allows you to move and … | |
[ATTACH=right]17464[/ATTACH]The cool thing about the TechCrunch Disrupt conference is that the biggest names in technology come to mingle with some actual garage operations on a somewhat level playing field. One of the simplest but also brilliant micro-startups there this year was [URL="http://storify.com/"]Storify[/URL], founded by a former AP Bureau chief, it's … | |
First, sorry for posting this here, but I couldn't find a VBScript forum on Daniweb (which I find surprising). I'm working with binary data in several different projects. Below is an example of code that works to retrieve a static map image (PNG) from Google: [CODE]strFileURL = "http://maps.google.com/maps/api/staticmap?markers=2200+S+Western+Ave+Lisle+IL&zoom=14&size=400x400&sensor=false" Set objXMLHTTP … | |
[ATTACH=right]17425[/ATTACH]Swedish start-up [URL="http://saplo.com"]Saplo[/URL] wants to put the entire online world into context to help slice through the deluge of irrelevant information - and they're trying to do it by shifting from syntax-based search to algorithms based on high-profile academic research that understand the semantics underlying all that overwhelming amount of … | |
OK, By way of introduction I am a 58 year old 6 year Viet Nam Era (not in country) Navy Type who learned a lot of Electronics back in the 70's when the Navy Schools gave you the equivalent of an Associates Degree in Electronics. I am married with two … | |
[ATTACH=RIGHT]16308[/ATTACH]Coming soon from Samsung: a new tablet computer designed to compete in the iPad market. Running the Android operating system from Google, it will be smaller than the iPad, with a 7-inch screen instead of the iPad's 9.7 inches. The release is currently scheduled for third quarter of this year. … | |
After two years of criticism against the online classified ad site Craigslist because people post ads for prostitution there, the site is now being accused of hosting ads for child prostitution as well. "Last month, two girls trafficked for sex through the website Craigslist wrote an open letter to its … | |
When you move a thread here in DaniWeb Community Feedback I wish the mods would leave no redirect links. Its rather annoying to see all those moved threads, they just clutter up the list with useless links. | |
Hey folks, I'm in San Francisco at Intel Developer Forum (IDF) this week. We'll be posting coverage, pics and videos so stay tuned. [URL="http://www.daniweb.com/news/story311107.html"]Check out my intro article[/URL] and give me feedback. On a side note: I started the week by having dinner with Steve Wozniak and his wife Janet … | |
The [URL="http://twitter.com/kevinrose/status/22303570291"]post on Twitter late last night[/URL] simply said "changes coming to digg v4" but it was enough to get me excited, mainly because the person posting those five words was none other than Digg founder and head honcho Kevin Rose. [attach]16949[/attach]The [URL="http://www.daniweb.com/news/story306994.html"]launch of Digg version 4[/URL], which as we … | |
Hello, I've learnt a bit more C since I posted [url=http://www.daniweb.com/forums/thread302037.html]the last code review thread[/url], so I've decided to rewrite the Mystery Word application, this time using strings, pointers and pointer arithmetic, and dividing the program into files (I've only got three of those). I've also created a very basic … | |
I'm just curious if there is any easy way for the folks behind the scenes of DaniWeb to possibly implement some sort of big flashing sign that takes up an entire screen and plays a siren while activating the (on compatible hardware) sense feedback (vibrate) on the user's mouse. This … | |
The big mystery of what exactly Verizon and Google were talking about behind closed doors was solved this afternoon when about 1:45 p.m. ET, the two telecom companies issued a joint policy proposal, announcing a compromise on net neutrality. Their [URL="http://www.scribd.com/doc/35599242/Verizon-Google-Legislative-Framework-Proposal"]suggestions[/URL] are legislative framework for policymakers, they said. "Google and … | |
I was just wondering whether anyone from here had a experience in signing up onto their website and check about them. Few days back i got a mail from a friend to apply for a job on their website. When i called my pal to ask for confirmation that whether … | |
DaniWeb plans to interview [URL="http://en.wikipedia.org/wiki/Steve_Forbes"]Steve Forbes[/URL], editor-in-chief of [URL="http://www.forbes.com/"]Forbes [business magazine][/URL]. As the new editor-in-chief of DaniWeb's News and Reviews I would like to reach out and involve the entire community and ask for your suggestions. Rather that simply asking Mr. Forbes the questions that come to my mind I … | |
I am interested in Current threads, such as : rare program :s [url]http://www.daniweb.com/forums/thread300723.html[/url] how to create 2D array of enumeration values [url]http://www.daniweb.com/forums/thread300738.html[/url] which have a common goal: to store the names of Enums objects in a 2D array of String. For example, we have a pack of porker cards defined … | |
DaniWeb plans to interview Bjarne Stroustrup, the designer and original implementer of C++ and the author of many books on C++. This is truly a treat and rare opportunity for us as a community to talk to the father of C++. As the new editor-in-chief of DaniWeb's News and Reviews … |
The End.