Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for millsy007

Hi I am using some code to validate uk postcode. I was wondering how I could make this work with AJAX so that the check is carried out on entry. Here is what I have so far: <form name="postcodeform" method="post"> <input type="postcode" /> Postcode<br /> </form> function IsPostcode($postcode) { $postcode …

Member Avatar for Taywin
0
373
Member Avatar for millsy007

Hi I have an excel spreadsheet I want to query online where a use inputs parameters and the relevant data is then shown, what is the best method/tools for going about this? Thanks

Member Avatar for Dandello
0
529
Member Avatar for millsy007

Not sure this is right forum but.. I have a domain name that I have purchased domainexample.co.uk However I want this domain name to go to a particular folder on webspace that I have associated with a different domain: domainexample2.co.uk/examplefolder Is this possible, where would I need to configure for …

Member Avatar for newviewit.com
0
82
Member Avatar for millsy007

Hi I am using the css image gallery I got from: [url]http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/[/url] I want to change the behaviour, currently an image is enlarged when a user hovers over the link/thumbail. I would like to change it so that the main image is instead shown onclick of the thumbnail, and remains …

Member Avatar for millsy007
0
89
Member Avatar for millsy007

I am looking to build a site, part of which will be an image gallery, I want the ability for a user(s) to be able to login and upload images that would then be automatically added to the gallery, does anyone know of anything that is out there already that …

Member Avatar for almostbob
0
46
Member Avatar for millsy007

I had a malware warning about my site but have no idea how it would of got on there or what I should do about it? ------------------------------------------------------------- Safe Browsing Diagnostic page for example.com What is the current listing status for example.com This site is not currently listed as suspicious. Part …

Member Avatar for thewebhostingdi
0
146
Member Avatar for millsy007

Hi my friend developed a site [url]http://www.pershoreinbloom.com[/url] it looks fine in most browsers but when I view on my 14" screen with IE 7 the content text overlaps onto the background image, I am trying to help find why but am a bit flumuxed. I was wondering if anyone could …

Member Avatar for almostbob
0
124
Member Avatar for millsy007

I have a product image that is 4 images 'sewn together' [url]http://www.flickr.com/photos/28033561@N03/3504394261/[/url] I am going to set a div called ProductImage and then have the background of the div set to this image, but with only the top image showing. I then want to have a button for 'more views' …

Member Avatar for millsy007
0
187
Member Avatar for millsy007

I have a menu div that I have styled so that is always visible on my page. When a user clicks a menu item they are taken to that section of that page using an anchor withing the page but the menu remains visible/constant to the left of the screen …

Member Avatar for essential
0
160
Member Avatar for millsy007

I have recently changed my page so my date that is held in a textbox is in the European Format, ie DD/MM/YYYY The problem is all of my other javascript functions expect it in the 'normal' format. Is there a way I can change the format I now have it …

Member Avatar for essential
0
100
Member Avatar for millsy007

I have a query that brings though a list of passenger names, is there a way in which I can set the length of each of these names to equal 10 characters. So even if I have shorter names eg "bob, demarcus, adam and scott" they would display with the …

Member Avatar for manojjena1982
0
85
Member Avatar for millsy007

I am using the syntax: REPLACE(str,from_str,to_str) to replace data in my table. However I have a slight issue I would like to address, when I have the following records jon | jonathon | jonas | jonny and I do the replace with REPLACE(names, jon, '') I am left with | …

Member Avatar for manojjena1982
0
86
Member Avatar for millsy007

I have a javascript calendar, It is working fine, I have set all the styles, but have now realised that it displays in american date format ie Month Day Year I want it to display in European Format ie Day Month Year I was hoping there would be a way …

0
50
Member Avatar for millsy007

Hi I have a form on which I run some validation, if any of the conditions fail I show an alert. For example for the name field [CODE]<input type="text" name="name" id="name">[/CODE] [CODE] if(trim(cname.value) == '') { alert('Enter a Name'); cname.focus(); return false; }[/CODE] This is called when a user clicks …

Member Avatar for millsy007
0
86
Member Avatar for millsy007

Hi, I would appreciate some help, I cannot get my query to work: [code=sql]UPDATE journey j SET j.occupancy=j.occupancy-1 Inner Join passengers p On p.journey_id = j.id Inner Join shuttle s On s.id = j.shuttle_id WHERE s.id = '1' AND p.passenger_name = 'bill gates'[/code] It is used when a cancelation is …

Member Avatar for millsy007
0
76
Member Avatar for millsy007

I have some javascript that inputs a date into a textbox upon the selection from a pop-up calendar. I need to add a function call - GetSchedule() - within this calendar javascript code. My function will use the date that has been assigned to the text box so will need …

Member Avatar for david_a_smith
0
81
Member Avatar for millsy007

I have the code to show predictive text when a user enters a value, However I am struggling to change its behaviour. Currently it shows the suggestions seperately, I would like to alter it so its shows the value in the search box and then the user can select a …

Member Avatar for DangerDev
0
92