335 Posted Topics

Member Avatar for TechnoScore
Member Avatar for Suzie999
Member Avatar for Russ_1

If you have a look at Altova xml spy, with that you can point and click at items and it will tell you what the xpath is. Its free for a 1 month trial.

Member Avatar for DaveAmour
0
209
Member Avatar for gordon_1
Member Avatar for tqmd1

http://www.paxium.co.uk/content/daniweb/divclear.html <html> <head> <title>untitled</title> <style type="text/css"> body { font-family: sans-serif; } p { clear: left; } #boxA { float: left; } #boxB { float: left; } #boxC { clear: left; float: left; } #boxD { float: left; } #boxA, #boxB, #boxC, #boxD { border: 1px solid green; text-align: center; line-height: …

Member Avatar for DaveAmour
0
114
Member Avatar for Leo G

You can try with a cable or maybe even buy a usb network adapter such as: http://www.ebuyer.com/262952-tp-link-tl-wn822n-wireless-n300-high-gain-usb-adapter-tl-wn822n

Member Avatar for Leo G
0
437
Member Avatar for ddanbe

I don't know anything about those objects but my tip would be to consider the Liskov substitution principle in making your decision.

Member Avatar for mike_2000_17
0
363
Member Avatar for akane.mikazuki
Member Avatar for Suzie999

You could do it like this string[] wibble = { "AAAA", "BBB,B", "CCCCC" }; Console.WriteLine(CommaCount(wibble.ToArray())); Or like this: public static int CommaCount(string[] sarray) { var copy = sarray.ToArray(); int count = 0; int commas = 0; for (int i = 0; i < copy.Length; i++) { commas = copy[i].Count(c => …

Member Avatar for DaveAmour
0
775
Member Avatar for DaveAmour

Is there a bug when editing a post? To reproduce follow these steps. a) Reply to post b) Edit to correct a typo maybe c) Save d) Edit again as you spotted another typo - the editable text then does not load the latest correction. I am using IE 11. …

Member Avatar for Wojciech_1
1
231
Member Avatar for Jan Adi
Member Avatar for rehmaknatiq

It may help if you break your questions into smaller more easily answered chunks rather than one monolithic question.

Member Avatar for DaveAmour
0
72
Member Avatar for mattyd
Member Avatar for ramsiva
Member Avatar for uchejava

That's right as the first if condition is satisfield. Try putting the last one at the start instead. if ($_POST['price'] =="see all" AND $_POST['accommodation"]=="see all") { //show henry } else if ($_POST['price'] =="see all") { //show okolo } else if ($_POST["accommodation"] =="see all") { //show chibuzo }

Member Avatar for uchejava
0
123
Member Avatar for Elliot_1

A cypher is an algorithm for encrypting/decrypting. Why are you adding two strings - AB + AB - I don't understand that. Can you explain please?

Member Avatar for Elliot_1
0
205
Member Avatar for rahul_42
Member Avatar for Apurva1026
Member Avatar for davijhon
Member Avatar for ramsiva
Member Avatar for erum

You just hit update model from database as far as I remember - no need to delete. I am doing code first now though which is much better but I'm sure that's right.

Member Avatar for DaveAmour
0
250
Member Avatar for Maideen
Member Avatar for chaitu11

Sounds like some kind of MVC architecture - is this right? If so which specific one?

Member Avatar for chaitu11
0
106
Member Avatar for ramsiva

Try this function validate(dt1, dt2) { var jdt1 = Date.parse('20 Aug 2000 ' + dt1); var jdt2 = Date.parse('20 Aug 2000 ' + dt2); var diffMs; var diffMins if (isNaN(jdt1)) { alert('invalid start time'); return false; } if (isNaN(jdt2)) { alert('invalid end time'); return false; } if (jdt1 > jdt2) …

Member Avatar for DaveAmour
0
119
Member Avatar for tqmd1

Is this any help? ` <style type="text/css"> html body { margin: 0 atuo; margin-top: 20px; } #main { margin: 0 auto; background-color: lightgreen; overflow: auto; text-align: center; height: 300px; width: 300px; color: blue; display: table; padding: 40px; } #box { display: table-cell; vertical-align: middle; height: 200px; border: 1px solid #000; …

Member Avatar for gentlemedia
0
219
Member Avatar for davy_yg

Hi I use TinyMCE and its great and easy to use. Not sure what you mean by "able to upload image from computer directly without url"? Can you clarify that point please?

Member Avatar for davy_yg
0
307
Member Avatar for mattyd

Should it have a for attribute? Do you not have source control - if so you can check what has changed!

Member Avatar for Troy III
0
339
Member Avatar for Prog_1

You can do it via querystring or via a cookie but it still requires a trip to the server of course.

Member Avatar for jkon
0
213
Member Avatar for mattyd

You will of course need to make sure jquery is included in your page and your code is within script tags etc.

Member Avatar for mattyd
0
1K
Member Avatar for lhyncatolico

Hi "how can i know the open source mobile application" doesn't make much sense - can you clarify please?

Member Avatar for DaveAmour
0
86
Member Avatar for Wojciech_1
Member Avatar for altjen

I may be able to help but I'm not clear on what you are actually asking for. Can you clarify/summarise what you need?

Member Avatar for DaveAmour
0
539
Member Avatar for arctushar

I don't have a FB account, can I view your site? Also how will you know who the user is? This is an awful idea!

Member Avatar for DaveAmour
0
177
Member Avatar for Stefce

Possily remove AND Username = '".$user."'"; This is a guess though as I don't know about your db schema, application architecture etc.

Member Avatar for JorgeM
0
281
Member Avatar for terrymold

Is prayer-times.php the same page - ie are you redirecting to the same page?

Member Avatar for almostbob
0
167
Member Avatar for rchawdhari

"Temporary tables records not invisible in html page" should be "Temporary tables records not visible in html page"!

Member Avatar for rchawdhari
0
95
Member Avatar for kwesi Yaro

You can try configuring it to user a Time Server. http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/Windows_Server_2012/VP_511.html

Member Avatar for kwesi Yaro
0
4K
Member Avatar for Charisse_1

You don't want all that code inside a button click event handler. Break your code up into discrete classes and methods of specific functionality. It will make everything much easier. Your button click code should be very simple like below - note this is pseudo code (http://en.wikipedia.org/wiki/Pseudocode) If FormIsValid() Then …

Member Avatar for DaveAmour
0
163
Member Avatar for balmurali
Member Avatar for logicslab

I don't do Java but could it be that you need: while ( (bufl += inputReader.read(buf)) != -1) or something along those lines?

Member Avatar for Slavi
0
147
Member Avatar for donz365

This probably won't help and will only annoy you but always develop with the versions you are deploying to!

Member Avatar for DaveAmour
0
973
Member Avatar for DaveAmour

Hi Dani - I sent you a message and I got an email saying you replied but I have nothing in my Inbox :( Any ideas?

Member Avatar for DaveAmour
0
243
Member Avatar for Doogledude123
Member Avatar for Tycellent
Member Avatar for chaitu11
Member Avatar for Makara

Print out your sql statement and if it looks ok would be a good place to start. I don't do PHP but the Where statement looks suspicious to me.

Member Avatar for Makara
0
2K
Member Avatar for Amaina

Try debugging or outputting the sql statement then it will be easier to disgnose.

Member Avatar for DaveAmour
0
162
Member Avatar for london-G
Member Avatar for london-G

You have prodid in your url. You are getting productID though in your code.

Member Avatar for DaveAmour
0
195
Member Avatar for DaveAmour

What is this for? https://www.daniweb.com/editorial/contribute Thanks

Member Avatar for DaveAmour
0
243

The End.