-
Began Watching Storing data on posting data
I have a `jsp` page where I enter a username and click on a submit button. On clicking this button, I post the username along with a hidden target page … -
Replied To a Post in Storing data on posting data
How are you redirecting to the other page? Could you put the username in the a cookie? -
Began Watching HTML/CSS - Perhaps if some has time they can look this over
I am issues involving the CSS for my HTML index page. I will be honest, I did not write all of the mark-up/code so now I am in discovery/repair mode … -
Replied To a Post in HTML/CSS - Perhaps if some has time they can look this over
If you hit F12 in most browsers you will get some developer functionality. You can click on any element and then it will show you all they styles and where … -
Began Watching Monopoly Board Game (CSS3+LESS)
I was looking for something similar myself a few days ago, and found the odd example of a CSS based monopoly-type game board. To be honest, they were all shabby … -
Replied To a Post in Monopoly Board Game (CSS3+LESS)
That looks nice but that aint a Monopoly board! http://i.dailymail.co.uk/i/pix/2011/06/03/article-1393521-0C6047E600000578-120_964x966_popup.jpg -
Began Watching Messed my settings up VS 2010
I was trying to learn how to add and use User settings and Application settings. And somehow I've managed to create some kind of double setting. Here is my app.config … -
Replied To a Post in Messed my settings up VS 2010
Any chance of getting the entire app - zipped maybe? -
Replied To a Post in What are you eating/drinking right now?
Filet Steak and a bottle of Chateux Neuf Du Pape -
Replied To a Post in Error when saving to access database
Not sure - does any other database code work? If yes then it should be ok. -
Began Watching Help in downloading file from net in VB .NET
I have a file download code in vb .net but when i try to download any file (.rar in this case) everything downloads properly but when i open the .rar … -
Replied To a Post in Help in downloading file from net in VB .NET
You can start by showing us your code! -
Replied To a Post in Error when saving to access database
One last thing - if it's easy then change your table columns to have no spaces and change them in your code - worth a try if its easy to … -
Replied To a Post in Error when saving to access database
Sorry can't think of anything else then. -
Replied To a Post in Error when saving to access database
The code under the hood will be generating an insert statement and that is where the problem is. Do all of these dsnewrow.Item("Title") match database column names exactly - the … -
Replied To a Post in Error when saving to access database
I don't think so - the error is a syntax error in the insert statement. Do you have any single apostrophes maybe? -
Replied To a Post in CFselect
Your checkboxes have name attribute but need an id as well! In jquery when you use # that looks for an id, not a name. id tends to be used … -
Replied To a Post in CFselect
Ok let me take a look... -
Began Watching Error when saving to access database
Hi All,I am coidng a movie database using vb.ebt (VS 2013) and using access (2013) I am trying to code my save button, but every time i run the program … -
Replied To a Post in Error when saving to access database
Is there anything dodgy in any of those text fields? -
Replied To a Post in Updating a each single row using php code
Please ignore my suggestion - I misread the quetion and read column instead of row for some reason! -
Began Watching Updating a each single row using php code
Hello pals. I have a code here that is updating only the last column of my sql database table. how can I upgrade it to work for the rest upper … -
Replied To a Post in Updating a each single row using php code
Just add them seperated with commas eg: $sql1="UPDATE customer SET COMMENT='$_POST[COMMENT]', COMPANY = '$_POST[COMPANY]' WHERE MSISDN='$_POST[MSISDN]'"; -
Replied To a Post in Insert Span Value in Database
Ok so lets break this down one thing at a time. Firstly how/when do you want this code to be invoked? Also what style of Ajax are you using - … -
Replied To a Post in CFselect
Ok so I don't do coldfusion so can't run your code but I can definatley fix this for you with a bit more info! Can you show me a screenshot … -
Recommended CFselect
Im trying to check checkboxes based on a cfselect selection. Im trying .prop but is not passing the info to the check box I added p#testing.html to see if the … -
Replied To a Post in Transitioning to OOP in PHP
PS - here is the ValidationResult being used: public ValidationResult ValidateAddRebateRate(Rebate rebate, DateTime fromDate, DateTime? toDate, decimal rate) { var validationResult = new ValidationResult(); //1. The fromDate cannot be before … -
Began Watching Transitioning to OOP in PHP
Hi all, I've been working with PHP, using procedural methods, for several years now, and have begun to explore the object-oriented side of it. While it didn't take me long … -
Replied To a Post in Transitioning to OOP in PHP
Hi I'm not a PHP developer but do have good OOP skills. Loose coupling is certainly key. Have your validation class return an instance of ValidationResult (a class you will … -
Replied To a Post in Select same "id" for multiple textarea->Javascript
<div class="wibble">1</div> <div class="wibble">2</div> <div class="wibble">3</div> -
Replied To a Post in CFselect
Ok let me check in the monring, off to bed now. -
Began Watching Select same "id" for multiple textarea->Javascript
Hello everyone, I'm trying to select same "id" for more than one input. My code works with 1 input, but when I add 2 textareas or more my code stops … -
Replied To a Post in Select same "id" for multiple textarea->Javascript
Ids should be unique. use class instead -
Replied To a Post in CFselect
Look at the difference between your code and mine: for (var i = 0; i < roleInfoLength; i++) { $('input#grant_AppId' + i).prop('checked', true); $('input#revoke_AppId' + i).prop('checked', false); } for (var … -
Began Watching Count Equal Numbers in Text box How ?
Count Equal Numbers in Text box How ? Hey guys, I want to Know is there any way to Count Similar Numbers which entered in single textbox in VB6 as … -
Replied To a Post in Count Equal Numbers in Text box How ?
Which programming language/version are you using? -
Replied To a Post in CFselect
Ok this is an educated guess rather than having actually worked through it properley but do you need the code below instead? for (var i = 0; i < roleInfoLength; … -
Replied To a Post in CFselect
Ok let me have a tinker... -
Replied To a Post in CFselect
Ok right that is what $('p#testing').html(text) is for. Can you show me the html of your checkboxes? -
Replied To a Post in Insert Span Value in Database
Another thought about security - you realise that a user can easily change the value themselves - this isn't a real ecommerce site or anything like that is it? How … -
Replied To a Post in Getting MVC project out of GitHub
Or if that's too much work and since I have done it already you can download it from my site @ www.paxium.co.uk/content/MVA-Introduction-to-ASPNET-MVC-master.zip -
Replied To a Post in Insert Span Value in Database
Ok then you use some javascript to read its value and make an ajax call to update it on the server. If this is the only item on the page … -
Replied To a Post in need Help in the main HELP HELP HELPPP thank uuuu :)
 -
Replied To a Post in Insert Span Value in Database
Ok and is the span content being changed somehow after the page is loaded? -
Replied To a Post in Filter Input to Forms with JavaScript/AJAX
trim used like that does not exist in native javascript - maybe the other article had a trim function in there? -
Replied To a Post in CFselect
Have you debugged it? Is roleCallback actually getting called and if so what is the value passed into it? -
Began Watching Filter Input to Forms with JavaScript/AJAX
I'm trying to add additional security/validation to an online form that has AJAX backend. When I try to add a filter to remove spaces (such as trying trim or replace), … -
Replied To a Post in Filter Input to Forms with JavaScript/AJAX
http://www.paxium.co.uk/content/daniweb/trim.html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <form> <input type="text" id="test" /> <br /> <br /> <input type="button" value="Show Trimmed Text" onclick="showTrimmedText();" /> </form> <script> function showTrimmedText() { … -
Replied To a Post in Insert Span Value in Database
I aksed you an either or question. Eg do you want tea of coffee? You answered yes - do you see how that causes me a problem? -
Began Watching CFselect
Im trying to check checkboxes based on a cfselect selection. Im trying .prop but is not passing the info to the check box I added p#testing.html to see if the …
The End.