8,966 Posted Topics

Member Avatar for [NOPE]FOREVER

I've looked and this book is available online for $10. > companies are all about money and tend to rip their customers off Of course they are, how else would they be able to afford people like us...

Member Avatar for happygeek
-4
340
Member Avatar for Davidsmith2
Member Avatar for blackmiau

Absolutely brilliant. Now give them an even older one, with punchcards ;)

Member Avatar for almostbob
4
1K
Member Avatar for samalahyd
Member Avatar for davy_yg

Where and how are you creating your tables? There could be a policy in place.

Member Avatar for kgariando
0
298
Member Avatar for iConqueror
Member Avatar for RikTelner

> anything what you can write a lot about it Building/maintaining/upgrading a website.

Member Avatar for vegaseat
0
268
Member Avatar for adishardis

Try: $i = 1; $str = ''; foreach ($row as $column => $value) { str .= " data-column{$i}='{$value}'"; $i++; } echo $str;

Member Avatar for adishardis
0
258
Member Avatar for Rehman_Butt
Member Avatar for expertmagician
Member Avatar for blackmiau
Member Avatar for ckide

[El Reg / Vulture Central](http://www.theregister.co.uk), I like how they bring it.

Member Avatar for expertmagician
0
455
Member Avatar for Poonam Jadav
Member Avatar for berrychims
Member Avatar for mattster
Member Avatar for Dani
0
479
Member Avatar for Riteman

> now am left stranded in which language I should develop the site. Choose what you know. Both technologies can handle a lot of data easily (assuming ASP.NET, not classic ASP).

Member Avatar for Riteman
0
311
Member Avatar for DJBirdi

It's not a glitch. The post voted down must have been upvoted, so the result is nothing. The downvote results page only shows posts which are negative.

Member Avatar for DJBirdi
0
215
Member Avatar for Reverend Jim

Perhaps a non-admin changed something to it? Just a guess, because mods cannot (couldn't?) create tutorials, so if there was an edit, it might have been reverted to a thread.

Member Avatar for Dani
0
267
Member Avatar for kaleem_ullah

Be careful with that. Tax issues are different per country, and change yearly. Are you really that fluent on the topic ?

Member Avatar for BryceWillis
0
875
Member Avatar for himanshu.1691
Member Avatar for london-G

Quantum computing. http://www.theregister.co.uk/2014/06/13/quantum_computing_contextuality_magic_states_university_waterloo/

Member Avatar for ssgmark
0
298
Member Avatar for Reverend Jim

Why not just go here: http://www.microsoft.com/en-us/download/details.aspx?id=42299 BTW, just now looked closer, and this link is also in the comments section of your first link Rev ;)

Member Avatar for Reverend Jim
1
520
Member Avatar for davy_yg

If you select a file from your computer it's not automatically uploaded. So either choose an image on the server, or upload it first. There is information about this in the documentation.

Member Avatar for almostbob
0
231
Member Avatar for SimonIoa

I doubt it, because that is actually an OS setting. However, there are other ways such as this: http://tympanus.net/codrops/2012/10/04/custom-drop-down-list-styling/

Member Avatar for SimonIoa
0
240
Member Avatar for iamthwee
Member Avatar for Nikhil_4

I think it should be: CREATE TABLE empl ( ID INT NOT NULL AUTO_INCREMENT, FirstName CHAR(30), LastName CHAR(30), Age INT, PRIMARY KEY (id) )

Member Avatar for andrevanzuydam
0
4K
Member Avatar for nicemedo1
Member Avatar for stultuske
-2
1K
Member Avatar for pritaeas

http://www.daniweb.com/web-development/php/threads/480556/listbox-onchange-event-to-trigger-php-function In Opera and IE11 the image is pushing the code to the right.

Member Avatar for Dani
0
117
Member Avatar for fatalaccidents

http://blog.shvetsov.com/2013/04/using-git-with-dropbox.html Read the comment here: https://gist.github.com/nvk/2422780 There are a lot more of these to find.

Member Avatar for Hiroshe
0
286
Member Avatar for aarthi anand
Member Avatar for nadiam

Count the checked checkboxes. Button is enabled when there are more than zero. var checkCount = $(".chck:checked").length;

Member Avatar for nadiam
0
523
Member Avatar for bolfescu

> SELECT FROM articles WHERE id='$id' SELECT * FROM articles WHERE id='$id'

Member Avatar for hericles
0
313
Member Avatar for garyrichard

You should set the `$screen` variable from `$_GET['screen']` instead of `echo`ing it.

Member Avatar for Borzoi
0
1K
Member Avatar for Pravesh_1

Are you referring to the IP address PHP is showing you? It's showing the IP address of the gateway, you don't have access to the internal IP.

Member Avatar for pritaeas
0
105
Member Avatar for G_Waddell
Member Avatar for Mya:)

> when can one get the skill endorsements Anytime, when someone thinks you are good enough in one of the topics/forums you are posting in.

Member Avatar for Dani
0
323
Member Avatar for jray

> ODBC configuration in Windows http://www.daniweb.com/hardware-and-software/microsoft-windows/99 Would be my choice.

Member Avatar for Dani
0
46
Member Avatar for iamthwee
Member Avatar for pritaeas

Was updating tags, at some point I got to this: http://www.daniweb.com/tags/tables Is this a caching issue? It's showing "usability" and "excel". I do come across tags in the tagclouds, where the link goes to the "Oops" page (e.g. http://www.daniweb.com/tags/three). Am guessing it's because I removed that tag, but the cached …

Member Avatar for Dani
0
114
Member Avatar for filipgothic
Member Avatar for Yorkiebar14

> can't find a way to associate a name with a socket I don't think you can. Just send the username as the first data.

Member Avatar for Ketsuekiame
0
272
Member Avatar for Ketsuekiame

I sent a PM to Dani about it an hour ago. Happened last week too. Some Javascript issue.

Member Avatar for Dani
1
424
Member Avatar for RikTelner
Member Avatar for Ketsuekiame
0
242
Member Avatar for davy_yg

Search this forum for "pagination", you'll find many examples.

Member Avatar for rpv_sen
0
118
Member Avatar for arunkumars

Perhaps you've seen this one? http://stackoverflow.com/questions/12466816/moving-code-from-mercurial-to-tfs

Member Avatar for pritaeas
1
136
Member Avatar for pirat4e

Don't know how your list looks, but it should be something like this: var a = 1; // your dropdown value var result = list.Where(item => item.A == a).Select(item => item.D * item.B / item.C);

Member Avatar for pritaeas
0
183
Member Avatar for jKidz

Line 21 is a bracket, not a curly one. Line up your curly brackets, then you'll see the problem.

Member Avatar for jKidz
0
258
Member Avatar for bayosyntax
Member Avatar for vizz
Member Avatar for vizz
0
169
Member Avatar for nadiam

The End.