8,966 Posted Topics

Member Avatar for hadisur_rahman
Re: Book

An oldie on my bookshelf: Algorithms + Data Structures = Programs (Prentice-Hall Series in Automatic Computation) (1976) by Niklaus Wirth (Author)

Member Avatar for hadisur_rahman
0
129
Member Avatar for tobyITguy

What code are you using? You might be trying to use something specific that Xamarin can't use cross-platform.

Member Avatar for tobyITguy
0
346
Member Avatar for gcardonav

Just add a method that takes those parameters. I'll move this to the ASP.NET forum. Is more active.

Member Avatar for tobyITguy
0
280
Member Avatar for Jc

> When I call the nodeValue for the div it works but not for the input. What exactly does not work? The input with ID name does not have a value, is that your issue?

Member Avatar for diafol
0
340
Member Avatar for drag

Can't you specify to get another class returned? If you can you could write your own class to handle that logic for you (just wondering).

Member Avatar for diafol
0
281
Member Avatar for greenindia.hope
Member Avatar for UK-1991
Member Avatar for q-_-p
Member Avatar for Gobroski

> I don't know what went wrong with the formatting of my reply above It's probably caused by code inside a bulleted list, IIRC a known issue.

Member Avatar for Gobroski
0
227
Member Avatar for tobyITguy
Member Avatar for tobyITguy
0
287
Member Avatar for shahadithyab
Member Avatar for cosmichq
Member Avatar for rudisundermann
Member Avatar for CodeAngry

> PS: I have no idea how to put this in Tutorials... Use "flag bad post" and request that an admin change the thread. My only addition would be to link to the [source for status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html), not wikipedia.

Member Avatar for Gideon_1
0
580
Member Avatar for Violet_82

> Regardless, I've removed the tag. You could have too Are you sure? I can't. I can't just remove all tags and hit update, I have to enter at least one.

Member Avatar for pritaeas
0
304
Member Avatar for philjen

If you are using older code, an ASMX might be more useful. If you are more up-to-date an MVC controller or WebApi is much easier to use IMO. ASMX: [WebMethod] [ScriptMethod(ResponseFormat = ResponseFormat.Json)] public List<YourClass> GetJson() { return your_result_list_here; } MVC: public JsonResult GetJson() { return Json(your_result_list_here, JsonRequestBehavior.AllowGet); } WebApi: …

Member Avatar for philjen
0
645
Member Avatar for paul-lucas

That looks like this: SELECT DISTINCT c.* FROM ab_staff s, ab_appointment a, ab_customer_appointment ca, ab_customer c WHERE s.wp_user_id = $user_id AND a.staff_id = s.id AND ca.appointment_id = a.id AND c.id = ca.customer_id

Member Avatar for paul-lucas
0
333
Member Avatar for harinagarjuna

https://www.daniweb.com/web-development/php/code/476623/ajaxed-linked-dropdowns-select-fields-for-volatile-data https://www.daniweb.com/web-development/php/code/475238/linked-dropdowns-select-fields-for-static-ish-data https://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call-

Member Avatar for lps
0
205
Member Avatar for PyTis

1 Don't know if it exists. 2 Not to me, if you use a decent IDE it has spellchecking already built in. If you don't, most likely you use string resources and templates which would contain all user output. These are more easily checked than code.

Member Avatar for jwenting
0
299
Member Avatar for Kamal_8

This happened to my uncle not too long ago. He chose to die. I must say, it was very impressive to hear someone say that. And then, all respect to the nurses who arranged and executed his wish.

Member Avatar for jwenting
0
259
Member Avatar for tobyITguy
Member Avatar for Aeonix

The alert is triggered before the response is received. The code keeps running while your asynchronous call is waiting for a response.

Member Avatar for pritaeas
0
266
Member Avatar for theredhosting

There is no better in general, only different. You need to compare against something specific or it doesn't make sense.

Member Avatar for vegaseat
0
219
Member Avatar for printf
Member Avatar for mmcdonald

You mean like this: http://www.mockett.com/furniture-legs-casters/electric-legs/tlel3.html http://www.eastwood.com/blog/eastwood-chatter/pneumatic_table/

Member Avatar for HiHe
0
380
Member Avatar for Mike Askew
Member Avatar for Mike Askew
0
201
Member Avatar for lily4nero

Just dumping code, won't get you an answer. What is supposed to happen, what doesn't, any errors?

Member Avatar for Gideon_1
0
162
Member Avatar for SimonIoa

Line 5 uses `$this` which references the current object instance, which isn't available in your script.

Member Avatar for SimonIoa
0
182
Member Avatar for info@infotech
Member Avatar for Gideon_1
0
79
Member Avatar for Mike_25
Member Avatar for jkon

Personally I dislike statics. Apart from that I do not see the use of them in PHP. Every script runs, reinitializing everything, therefor a static offers nothing more than a regular property already does. In other languages an object or static class has a much longer lifetime, so there are …

Member Avatar for pritaeas
0
305
Member Avatar for Sam.Samual
Member Avatar for Saboor880
Member Avatar for sowmya.murthy

> Should show an error message if they enter invalid domain name. How far do you want to take this? For example, what jwmollman posted does not allow `.museum`. It does allow `.xx` which is not a valid extension (yet). I advise to fully read the second linke stbuchok provided. …

Member Avatar for ankti
0
504
Member Avatar for m-soft
Member Avatar for alex_32

echo A::$foo[0]; The class name is A, not classA. Besides that, I dont see foo getting a value anywhere, it is an empty array.

Member Avatar for pritaeas
0
398
Member Avatar for nimz143

> to check condition either the way ID exist in database > if not exist then way ID can be delete > if exist, message box appear show message this cannot be delete Do you mean if it has foreign keys attached? If so, you can try to delete and …

Member Avatar for nimz143
0
164
Member Avatar for Papa_Don

Is this what you mean: http://www.toadworld.com/products/toad-for-oracle/f/10/t/10764.aspx

Member Avatar for Papa_Don
0
3K
Member Avatar for alanhales
Member Avatar for G_Waddell

Does [this fix](http://stackoverflow.com/questions/3503155/asp-net-updatepanel-library-reference-errors) help perhaps?

Member Avatar for G_Waddell
0
311
Member Avatar for Simon180
Member Avatar for pritaeas
0
255
Member Avatar for dddomodossola
Member Avatar for ramsiva
Member Avatar for vizz

Does it really matter? Usually the activation key is used once in conjunction with the email address, a combination which is probably unique already. Apart from, my personal solution would be to make the database column a unique key, insert the activation, and if it fails generate a new key …

Member Avatar for vizz
0
416
Member Avatar for jeorgehome
Member Avatar for erum
Member Avatar for erum
0
213
Member Avatar for solomon_13000

That is obfuscated code, somehow I doubt it's yours. If it is, just start renaming.

Member Avatar for pritaeas
0
199
Member Avatar for SimonIoa

What is the rendered output? On all browsers, or just some? What doctype are you using?

Member Avatar for gentlemedia
0
417
Member Avatar for phoenix254

Both retrieve all data from your query. The better optimized your query, the less traffic you have.

Member Avatar for jkon
0
5K
Member Avatar for pritaeas

Just came across this funny description about runaway code: http://www.nczonline.net/blog/2015/05/14/the-bunny-theory-of-code/ I'm guilty in enabling such bad habits at times (copying without questioning), who else? Just be careful it doesn't turn into a killer rabbit...

Member Avatar for deceptikon
0
144

The End.