Posts

Insertingexternal javascripts

i creating form subsquently validated external javascript (validate.js) when submitted. however, cannot working css halo left nav took off dreamweaver mx 2004. have placed external javascrip @ head fo html page <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <title> feedback</title> <link rel="stylesheet" href="css/emx_nav_left.css" type="text/css"> <script src="validate.js" script type="text/javascript" ></script> <script type="text/javascript"> <!-- var time = 3000; var numofitems = 7; please advise have done wrong , why not validating when submit form. many thanks. show form tag, please. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials ...

Downloading and installing Joomla Stable 1.0.11 - Joomla! Forum - community, help and support

Image
i've downloaded, unzipped, installed , published joomla on domain, don't receive 'configuration.php'-file. hope might me understand why , have do. i've done before, , no problem. hi grisvik - , welcome joomla! community forum  *this sounds installation issue, thread moved installation forum. what happens when visit website did installation? Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Works in Query Analyser but not in asp

i have asp page passes between 1 , 20 id's in string asp page update triggered. string looks like: 10023567, 1000345, 90885543211 or 1 id like: 27736458 my update stored procedure is: update bookings set status = 'accepted' where bookingid in (@id) @id string mentioned above. if there 1 id in string the update performed if there more 1 id "cannot convert varchar int" error. if take string contents , use them in query analyser eg. update bookings set status = 'accepted' where bookingid in (10023567, 1000345, 90885543211) it works fine , updates correct rows, why error when attempting in asp page? in situations these, use response.write() statement output sql string page can see possible errors. have tried that? cheers, rob http://robgt.com/ [tutorials , extensions] firebox stuff: http://robgt.com/firebox skype stuff: http://robgt.com/skype satnav stuff: http://robgt.com/satnav More discussions in Develop server-side applicati...

Raspberry Pi Network Drive - Raspberry Pi Forums

hi, made network drive using raspberry pi , 2 gb flash drive. have few questions regarding it. first, mean mount drive directory? mean that directory assigned drive? os uniquely identify each usb drive detects? like, if swap current drive one, automatically mounted correct directory? also, want make second samba share mapped usb drive. os mount correct drive correct directory, if usb ports switched? lot of questions @ once, know, if great. thanks btw tutorial used: http://www.howtogeek.com/139433/how-to- ... ge-device/ raspberrypi

URM37 and MP3 Shield

Image
dear community, recently started explore beautiful world of arduino. reached point need advice. what want create a stationary device should play music while person standing or moving within predefined distance sensor. person leaves area playback should paused , again within range, playback should continued (of course same point of track). activation range: 20 400 cm. long predefined area empty playback on hold. playback 4gb usb stick. what have arduino uno r3 arduino usb-sd mp3 shield elechouse http://www.elechouse.com/elechouse/index.php?main_page=product_info&cpath=168_170&products_id=2193 urm37 v3.2 ultrasonic sensor http://www.elechouse.com/elechouse/index.php?main_page=product_info&cpath=168_170&products_id=2193 what able right now measure distance urm37 , lighting led if s.o. within predefined range playing tracks usb stick (both @ same time) really basic c++ wiring+soldering following advices reading tutorials distance measuring led lightup code: [selec...

Command Object Insert error

hi, having trouble trying figure out error have dw created command object. error below: microsoft ole db provider sql server error '80040e14' incorrect syntax near ')'. /labeldivision/customer/addcreditcard.asp, line 37 here code: <% if(request("nameoncard") <> "") command1__name = request("nameoncard") %> <% set command1 = server.createobject("adodb.command") command1.activeconnection = mm_aspconn_string command1.commandtext = "insert dbo.tblcreditcard (nameoncard) values (" + replace(command1__name, "'", "''") + ") " command1.commandtype = 1 command1.commandtimeout = 0 command1.prepared = true command1.execute() %> i have looked on trying figure out. think must e quotes way dw wrote it. check database field set accept text. -- paul whitham certified dreamweaver mx2004 professional adobe community expert - dreamweaver valleybiz internet desig...

Thread: Battery Reading Issue

i have been having odd problem battery in hp pavillion. has charging , discharging of battery. reason, battery not charge past 69.5%. when reaches 69.5%, says charged, though when hover on battery icon, tells me 69.5% charged. when click battery device information reads: product: laptop battery status: charged percentage charge: 69.5% vendor: hewlett-packard technology: lithium ion serial number: model: primary capacity: 75.2% (fair) current charge: 28.9 wh last full charge: 66.8 wh design charge: 88.8 wh charge rate: 0.0 other issue when discharging, computer shuts down @ around 25% battery charge, , not boot again until plugged in. have tried charging battery , draining many times no results. appreciated. thanks, doggbat. there 2 files can at: code: cat /proc/acpi/battery/bat0/state cat /proc/apci/battery/bat0/info one field says "last full capacit...