Posts
 
Reputation
Joined
Last Seen
Ranked #552
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
8
Posts with Upvotes
5
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
4 Endorsements
Ranked #396
~16.9K People Reached
Favorite Tags
Member Avatar for donz365

Hi, I am gone crosseyed from trying to figure this out. I dont ususally post on this site I am half scared of getting told off for being out of my league!!! I am creating a website for a training company and I need to get the course info from …

Member Avatar for cereal
0
11K
Member Avatar for donz365

Hi, I am having trouble getting my clients website to send the form details to their email. Their email is not handled by their hosting but externally using Office 365. I have tested the site forms and they send succeffully to a wide variety of test email accounts ALL except …

Member Avatar for donz365
0
670
Member Avatar for vps9.net
Member Avatar for donz365

Hi, I have created cron job that runs a php file once a day. Its working exactly as I want it I am just enquiring where I should save it in my site? Its a wordpress website and while testing it I have it saved in my public_html file. Im …

Member Avatar for donz365
0
355
Member Avatar for donz365

Hi, I am working on a wbsite for a training centre. I am querying a web service for the list of their courses. There are three parametres in the query: centre, coursetype and courselocation. When querying it directly or using SoapUI it can be queried using 1, 2, 3 or …

Member Avatar for donz365
0
916
Member Avatar for donz365

I am sorta new to MySQL and not 100% sure of what I can and can not do with it yet. I have an xml file with course information such as ReferenceNo. CourseName, CourseType, CourseLocation, and I want to load in into a database table that has column names such …

Member Avatar for diafol
0
2K
Member Avatar for donz365

Hi, I am working on a test site locally. I am loading an xml file into my database with teh following sql query: LOAD XML LOCAL INFILE 'C:/courseInfo18.xml' INTO TABLE wp_courses ROWS IDENTIFIED BY '<Course>' (ReferenceNo, ProviderCode, ProviderName, CourseID, CourseName, CourseTypeID, CourseTypeName, LocationCode, LocationName, StartDate, FinishDate) ; It works fine …

Member Avatar for DaveAmour
0
901
Member Avatar for janicemurby

uum theres an idea for an App :) If the white is part of the image you will have to edit it in Photoshop by selecting and deleting the background and save as a .png. If the white part is the color of the div the image is in did …

Member Avatar for diafol
0
185
Member Avatar for rosario1990

Great your taking the leap, the internet can have its pros and cons when it comes to learing online. You want to make sure the stuff is relevant and up to date. I would recommend [Code Accademy](http://www.codecademy.com/) Best way to learn is by doing so as soon as you get …

Member Avatar for fantyfiz
0
219
Member Avatar for Dmitriy78

Hi, At the moment they are stacked on top of each other rather then "within" Is this what you are looking for <div class="box"> <div class="TopContainer"> <div class="Container1"> <div class="Container2"> <div class="Container3"> <div class="Container4"></div> </div> </div> </div> </div> </div>

Member Avatar for donz365
0
203
Member Avatar for methuselah90

Hi, Would using lists be an option for you... add this to css `.container li{display: inline; padding: 10px;}` <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class= ".navbar-brand"> <li>Booking</li> <li>Back</li> </div> </div> </nav> </body> </html>

Member Avatar for donz365
0
122
Member Avatar for rishisagar

Hi, `<h1>A header with Alpha &alpha; and Beta &beta; Symbol</h1>` A header with Alpha α and Beta β Symbol You can use this site for [reference](http://www.ascii-code.com/html-symbol.php)

Member Avatar for donz365
0
86
Member Avatar for null_pointer

Hi, I have been trying to research something similar (i think), I found this [tut](http://devzone.zend.com/2202/php-and-soap-first-steps/) very good to help me understand SOAP better. Donna :)

Member Avatar for donz365
0
333