|
I'm wondering what are some common misconceptions of jQuery? I've found there is a lot of hype around the technology and I'm trying to wonder how much of it is true. And how does it compare to the other Javascript libraries like mootools etc.
Started by xxmrlnxx on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Admittedly, some would say that including the jQuery library + plugins is an unecessary network traffic cost, but if you compare the jQuery library to an image... .
I've not found a problem that jQuery (or one of its plugins) couldn't solve .
It's all true.
|
|
1 + 1 = 11
Misconceptions about Networking* Time to fess-up!... 'at some point' you thought you knew something, and it ended up not being correct, or not entirely correct due to a misconception about the subject.
Let's build a good list of popular misconceptions...
Started by l0c0b0x on
, 27 posts
by 27 people.
Answer Snippets (Read the full thread at serverfault):
Other still think that we have A, B, C - sized subnets only... .
Yesterday i saw in one of answer here that 'IP addresses ending in .0 or .255 is invalid' which is plain wrong .
Some people have religious believes about allowed and not allowed ip addresses .
|
|
What are the myths or misconceptions related to Agile?
There are lot of misconceptions related to Agile that an average new comer may fall into. What are the misconceptions in the Agile world and how do you justify that it is truly a misconception?
Update...
Started by Varuna on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
Wrong!!! It just means that you can iron out the wrinkles iteratively with the users - speaking as a vendor, you still need good documentation to assist with... .
Working software over comprehensive documentation" means you do not need a functional spec.. .
|
Ask your Facebook Friends
|
What are some C++ related idioms, misconceptions, and gotchas that you've learnt from experience?
An example:
class A { public: char s[1024]; char *p; A::A() { p = s; } void changeS() const { p[0] = 'a'; } };
Even know changeS is a const member function...
Started by Brian R. Bondy on
, 14 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I've liked this since the time i've discovered it in some code:
assert(condition || !"Something has gone wrong!");
or if you don't have a condition at hand, you can just do
assert(!"Something has gone wrong!");
The following is attributed to @Josh (see... .
|
|
Mistakes/Misconceptions you've made without realising...
Anyone had any of these? I just realised that this emoticon isn't actually a giant thumb wearing a shirt but a guy face palming -> :facepalm2:
Started by LeaX on
, 20 posts
by 15 people.
Answer Snippets (Read the full thread at thestudentroom):
Thinking the numbers on a toaster were heat levels, when in actual fact, it's the minutes/time....!! Re: Mistakes... .
*cough cough*
http/Misconceptions you've made without realising...
Re: Mistakes/Misconceptions you've made without realising...
|
|
Top 10 misconceptions about Africa.
Some stuff you may think "only muppets and Americans think that" but they are actually commonly held beliefs as vouched for by Africans in the comments section.
http://listverse.com/2011/12/15/top-...-about-africa/...
Started by Computerised on
, 20 posts
by 16 people.
Answer Snippets (Read the full thread at thestudentroom):
This is....
There are more exotic misconceptions about Africa.
"I have been asked on so many occasions if I have a pet lion"
"steam powered computer" Re: Top 10 misconceptions about Africa.
Re: Top 10 misconceptions about Africa.
|
|
Im using the following code for setting/getting deleting cookies:
function get_cookie(cookie_name) { var results = document.cookie.match('(^|;) ?' + cookie_name + '=([^;]*)(;|$)'); if (results) return ( decodeURI(results[2]) ); else return null; } function...
Started by Andreas Petersson on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're getting old cookies that ....
I think you should move this into your Java code - for me it seems an easier option than to hack this via cookies .
And your usage as well.
Your code for set_cookie, get_cookie and delete_cookie seems to be correct .
|
|
Misconceptions within science are a growing topic among educators and professionals. What are the misconceptions? Where do they come from? When are they learned? Two common misconceptions are the ideas that stars do indeed twinkle or that black holes ...
Started by Whitebluur on
, 28 posts
by 15 people.
Answer Snippets (Read the full thread at xkcd):
My of why people have some of these misconceptions....
That's one of my favorites.
|
|
Confession time. Before I got a 3DS, I thought it needed AA batteries to power it. Yes, yes I know.
Own up to your stupidity by telling everyone of your misconceptions in gaming. No matter how small or minute.
GO! Extra Knackers
Started by Dusty Knackers on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at computerandvideogames):
United Kingdom PSN ID: StuTheGreat Wii Code: 0472 7462 5855 0301 Website Top Re: Gaming Misconceptions 8486 Steam: treesmurf11 Website Top Re: Gaming Misconceptions by sporkhead » 12 Jan 2012, 00:07.
|
|
Top 3 misconceptions about YOU? Top 3 misconceptions about YOU?
Lachesis , KindOfBlue06 , 20111017 and 1 others thanked this post.
Started by Silt on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at personalitycafe):
Truth: I'm extremely.
Common misconceptions I get in daily interaction:
Misconception: I'm unemotional.
|