I've used it, I've read examples using it, I've tried to search why people use it... but still?
Why do you use Foo and Bar when writing an example?
And specially, where did Foo and Bar come from?
Ok I am considering putting up something asking ie6 users to upgrade their browser. However, I am concerned that users will upgrade it, not like it. Then blame me.
Is this a real concern? am I going to get people calling me asking me how to use their new browser or how to get their old one back?
Whats your thought on this topic?
Thanks!!
I am curious as to what people think of the google C++ style guide.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
I see references to it scattered across stackoverflow and would like to collect your
opinions as to what you think about it.
It is common to represent status of an item in a GUI using the colors: red, yellow, green, to mean error, warning, and OK (or something equivalent). However, 7-10% of men have difficulty distinguishing between red and green because of color blindness.
So far I've looked at Color Scheme Designer which simulates how people with different color blindnesses would perceive a set of colors, but I'm interested in hearing how you have approached this problem and how successful it was.
I tried to find out that gd means in boost library name and I only found two other people looking for the same thing.
I suppose it should be a place where this is clearly documented and I would like to find it.
So far I found:
mt - multitheaded, get it with threading=multi
gd - ???
s - ???
sgd - ???
How do I make a log in (as one document) and register (as another document) page for my site using PHPMyAdmin? So that people can register and log into my site.
Thanks! Benjamin
Hi,
I have a ASP.NET web page which is built with .net 1.1 and in GridView the data is displayed as below. This was designed with Delphi studio.
There is a discount mechanism for people who selects multiple items from checkboxes and I want when they select multiple items then price is updated but without the complete postback of the page. Any help or suggestions please?
Hello,
Recently I stumbled upon this curious question: What is importing for yourself when programming: process or result?
I found myself that I love outcome, when everything is done! So I tried to ask some colleagues at work, but all of them responded that they like the development process the most. Myself I like process too, but not as much as outcome. So to which people category you belong too? And if there is a reason, could you express why?
for some reason i don't like any of the themes that are on the jquery ui themeroller page (i am looking for something on a business website and these all look either bleak or too corny). I wanted to see if there were other sites where people have uploaded or voted on other themes to view and download. I know i can tweak my own but first wanted to see if anyone has done this already with a better artistic eye.
Hi,
I'm thinking of experimenting with alternative View Engines for ASP.NET MVC, and would like to know what other people are using.
Please let me know 1) Which View Engine you use, and 2) Why.
The standard 'web-forms' view engine is of course a valid answer, but please say so only if you have decided to use it for a reason, not just 'Becuase I can't be bothered to change it' ;)
Thank you!
Can anyone point me to any self-contained, complete, current reference materials/projects using NHibernate in an ASP.NET MVC2 application?
I have looked at Sharp Architecture, but I am not sure I need the complexity in that project. I certainly don't know enough about it to know if it is over-engineered for my purposes.
I would like to see more types of implementations to gauge the various ways people have skinned this cat.
Hello,
if i have a table which has columns with fixed lenght, Will mySQL count the backslashes as characters?
Example :
people(name[10],age[3])
If i store in the name column a mysql escaped value like : Blahblah\'s
Will MySQL cut it at the quote?
Thanks
I'm looking for an diagram tool for producing diagrams from text. I only really need sequence and state type diagrams for now, but I'm curious as to what people would recommend? I need something which is standalone, not a web based tool that works on Linux, OSX and Windows.
I have found some broken threads across the web where people claim to be able to use receive shapes in an orchestration with XLANGMessage types to receive flat file schema files that could not be assembled into a specific xsd.
I've attempted to set the messagetype in the receive shape as Microsoft.XLANGS.BaseTypes.XLANGMessage, but this basetype is not serializable. This then causes a build error.
Is there an object type that can capture both XmlDocuments of well formed xml messages as well as malformed xml and non-assembled flat files?
Greeting people,
i'm going to start working on project developed in ASP.NET
in this project i need to show the data in month calender like google's calender or something like that.
so my question is:
is there any control can i use to do this thing ?
if not what do u suggest ?
Actually i want to generate a release document for each and every builds
so that developers can identify what is the difference between previous release and the new release example what are properties, method ,classes changed in previous build and new build in .net1.1,.net2.0,.net 3.5 builds so that developers can understand what are changes happened in there .net codes.
Note : Iam using MSBuild on Nant script to compile dotnet solution.
This is one of my longterm goal any people support will be a great thanks.
Hello,
I am trying to output some Java objects as JSON, they have List properties which I want to be formatted as { "People" : [ { "Name" : "Bob" } , { "Name" : "Jim" } ] }
However, I cannot figure out how to do this with XStream. It always outputs as { "Person" : { "Name" : "Bob" }, "Person" : { "Name" : "Bob" }
Is there a way to fix this? I've put together some sample code with a unit test in github if you need something more concrete to play with: http://gist.github.com/371358
Thanks!
How do java people handle clean up of their apps when the program receives a kill signal?
For instance, there is an application i connect to which wants any third party app ( my app) to send a "finish" command. What is the best say to send that "finish" command if one does a kill -9 on me.
Hello there,
I just created this thread to discuss with people who have adopted the smarty system, and how many time it took to you to understand it, because i just can't get the idea, instead of making every easier as everybody says i think it just make more complex to code.
More than a problem with only smarty is with the whole MVC model, with CakePHP or KohanaPHP i experience the same problems, u need to do 3x lines of code and files for something that u can do with a few lines of simple php.
Maybe u can tell how did u learned to code using MVC model :)
Hello, I've stumbled upon this flash map
http://www.washingtonpost.com/wp-srv/special/nation/unemployment-by-county/
it looks like they used this map to construct the website.
http://commons.wikimedia.org/wiki/File:USA_Counties_with_FIPS_and_names.svg
I am curious as to what people have done or any blogs that describe what can be done with flex and simple maps like this (not google maps style maps) but simple all-in-memory maps like this one. It would be cool to see what/ and how flex can do in terms of maps.
thanks!
I run a game website so I have many users logged in and they can do certain things once every two minutes.
I have a CAPTCHA system in places, and for some things it will always ask for a code, and for other things, it will ask once every 10 minutes.
I have had some players use the auto submit feature on Opera, and my CAPTCHA system does stop them.
My question is, how can I minimise the amount of times I am asking for a code, but still stop people using this auto-submit?
I'd like to mark a method as deprecated, so the people using it can easily check their code and catch up. In Java you set @Deprecated and everybody knows what this means.
So is there a preferred way (or even tools) to mark and check for deprecations in Ruby?
I recently learned a lot about MVC model which is a very interesting concept. I would assume there are a lot more models out there, and I thought it would be great for people to share some models.
Here's my contribution:
MVC Model: http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
I just installed the Nfc Demo from google, but it doesn´t read the information from the Tag.- It just provides some fakeTag information. Has anybody an idea, where I can change the sample to read from the nfc Tag? Or has somebody a working nfc demo for the nexus?
If we could bring a nfc demo to work, many people would have the possibility to develop a nfc demo on their own.
Best regards
Alexander
I have a Google Wave robot which makes changes to some blip content depending on what a user inputs. When this edit is made, the robot is listed in the blip as one of the people who have edited it (so shows its Avatar and robot name).
I was wondering if anyone knew if it was possible (and if so how), to stop the robot being listed as an editor (either by it not happening in the first place, or removing it afterwards).