8,968 Posted Topics
Re: > If there is anything you see that you think I should change or shorten please let me know. In your HTML, remove the `<span style="">` and put the CSS where it belongs, in the CSS file. Uses `class` and or `id`. In some cases the span isn't needed at … | |
Re: Use the flag icon to the top right of your post to get a moderator's attention. Just state what you want done with the post. Note that deletion requests will only be honoured if it's a duplicate or it violates our rules. You can edit your post for 30 minutes, … | |
I have two servers in different locations (not within the same LAN). Both have a WCF client and WCF server. The WCF client on one server connects to the WCF server on the other, and v.v. What would be the best way to secure this communication, other than using SSL … | |
Re: Just dumping code won't get you an answer. What's it supposed to do, and what isn't working? ![]() | |
Re: You shouldn't require absolute paths pointing to a C drive. Use a relative path instead. | |
Re: See Dani's response here: https://www.daniweb.com/community-center/daniweb-community-feedback/threads/452623/new-forum-topic-idea And another similar discussion here: https://www.daniweb.com/community-center/daniweb-community-feedback/threads/479521/new-forums | |
Re: If it's not automatically detected, try the drivers. Assuming they are provided with your product, or on the support website. | |
Re: > The problem: when the full dropdown "content" is on the page the menus appear above the slide being displayed but when it is placed using "include" the sub-menu elements are hidden by the slide. Did you compare the HTML output of the two? There must be a difference somewhere. | |
Re: > publicOutput.php(3526) : eval()'d code on line 12 Before doing the `eval()`, output the value of `$thisContents` and post it here. It contains invalid information. | |
Re: > Considering that [gender] would be the most successful filter, would it's placement as the first parameter enhance the speed or does the query just return records that fit the whole list of parms? This used to be true (even for database servers), but I am not sure how Access … | |
Re: Use UTC. You still have to convert from local to UTC and back where required. | |
Re: > they are not getting displayed on the screen Where is the javascript code that is adding the output of the script to your page? | |
Re: http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012 http://www.microsoft.com/en-us/evalcenter/evaluate-hyper-v-server-2012-r2 | |
Re: You are mixing MySQL and MySQLi commands. Choose one. | |
Re: > I have error logging enabled but it only catches PHP notices and warnings. Check your INI file, mine is set to E_ALL and the log shows them. | |
Re: Check your generated HTML for the dropdown. It says you are trying to insert an event without an ID. Probably, one of the options does not have a value. If it is, check your POST array for the value of event. | |
Re: > should i change the architecture of my database for faster reads I'd prefer a separate skills table linked to a person. Regexes are slow. Why would you not use indexes? Harddisk space is the cheapest storage there is, so that can't be the reason. | |
Re: > i am basically doing is making a site that stores all my code online. If you need code versioning or collaboration too, there are ways to setup `git` (for example) on your shared host. | |
Re: Every generation has it's own music. It's not unexpected. | |
Re: There is still room or further discussion, or different viewpoints, even if the original question has been solved. | |
Re: > Access to the path 'C:\mandis.ini' is denied. You don't have write access to `C:\` | |
Re: > but it is not happening What exactly is not happening? | |
Re: Some people just do that. Accept it, ignore it. Building a reputation here is long term, not something you can do in 50 posts. Look at the regulars. Every single one of them has downvotes. | |
![]() | Re: There is a thread about this subject, but I cannot find it at the moment. |
Re: Code documentation: http://www.cc2e.com/Default.aspx A must-read IMO. | |
Re: Use the `onclick` of the `a` tag to popup a dialog. If it returns false processing stops. If it returns true your delete script will be called. | |
Re: $19 apparently ;) http://b-scripts.com/en/13-restaurant-rating-and-review-script.html | |
Re: Use `GetSelects`. If it returns 1 (or 0 depending on what you put in it) show, else hide. | |
Re: Not sure what _they_ mean, but it's usually an audit trail so when something suspicious happens it can be traced who did what and when. | |
![]() | Re: Not sure. If I put your code in jsFiddle, it runs as expected. ![]() |
Re: What is the problem (or your expectation)? My guess is you want to initialize maxValue and minValue the other way around. | |
Re: > Is there any solution for this requirement. No, but perhaps you can start the download in a new window. When the download is complete the window will close and the calling page will be visible again. |
The End.