-
Created method group to int
Hi there, trying to do something I thought was pretty basic, but can't get around this error. I have a ListBox, List (AllImages) full of image paths, and two image … -
Began Watching method group to int
Hi there, trying to do something I thought was pretty basic, but can't get around this error. I have a ListBox, List (AllImages) full of image paths, and two image … -
Replied To a Post in Business Slide show
Yeah, that's what I'm trying so far. It's going pretty well, my next question is here though lol https://www.daniweb.com/software-development/csharp/threads/499269/slideshow -
Created Slideshow
Hi there, I've created a new C# WPF project. The first MainWindow displays a listbox of images within a folder and displays them inside a larger image object. I am … -
Began Watching Slideshow
Hi there, I've created a new C# WPF project. The first MainWindow displays a listbox of images within a folder and displays them inside a larger image object. I am … -
Marked Solved Status for Business Slide show
Hi all, I'm very new to software development. My main area is HTML/PHP/JavaScript, but have done a bit of C# before. I don't believe the idea I have is suited … -
Replied To a Post in Business Slide show
Tocuh screen won't work in this case, since a clicker is more accessible, with no need to tap the screen to change slides. I'd prefer to find a programming solution … -
Created Business Slide show
Hi all, I'm very new to software development. My main area is HTML/PHP/JavaScript, but have done a bit of C# before. I don't believe the idea I have is suited … -
Began Watching Business Slide show
Hi all, I'm very new to software development. My main area is HTML/PHP/JavaScript, but have done a bit of C# before. I don't believe the idea I have is suited … -
Replied To a Post in PHP mySQL
Ah, such a basic mistake. Thanks for pointing that out, would have taken me hours on my own! :P -
Marked Solved Status for PHP mySQL
Hi all, I'm quite a new developer, and I've spent a long time trying to figure out what is causing this error: "SQLSTATE[HY093]: Invalid parameter number: parameter was not defined" … -
Created PHP mySQL
Hi all, I'm quite a new developer, and I've spent a long time trying to figure out what is causing this error: "SQLSTATE[HY093]: Invalid parameter number: parameter was not defined" … -
Began Watching PHP mySQL
Hi all, I'm quite a new developer, and I've spent a long time trying to figure out what is causing this error: "SQLSTATE[HY093]: Invalid parameter number: parameter was not defined" … -
Created CSS3 Fade Transitions
Hi guys, Weird (maybe silly) isse with a CSS fade property using the following classes: /** CSS3 Animations **/ /* Key Frames ---------------------------------------------------- */ @-webkit-keyframes fadeIn { from { opacity:0; … -
Began Watching CSS3 Fade Transitions
Hi guys, Weird (maybe silly) isse with a CSS fade property using the following classes: /** CSS3 Animations **/ /* Key Frames ---------------------------------------------------- */ @-webkit-keyframes fadeIn { from { opacity:0; … -
Marked Solved Status for Dropdown -> Variable
Hi Guys, As part of an online store, I have a dropdown box where the user selects a size. If the user selects size L then the 'add to cart' … -
Replied To a Post in Dropdown -> Variable
Cheers guys. I was looking at this fairly weirdly, but have manage to sort just by using the form info :) -
Edited Dropdown -> Variable
Hi Guys, As part of an online store, I have a dropdown box where the user selects a size. If the user selects size L then the 'add to cart' … -
Created Dropdown -> Variable
Hi Guys, As part of an online store, I have a dropdown box where the user selects a size. If the user selects size L then the 'add to cart' … -
Began Watching Dropdown -> Variable
Hi Guys, As part of an online store, I have a dropdown box where the user selects a size. If the user selects size L then the 'add to cart' … -
Replied To a Post in PHP IF question
Okay - false alarm! I fixed everything myself. Simply need to pass the results of the PHP function to a variable: $pageURL = curPageURL(); -
Marked Solved Status for PHP IF question
Hi there, My PHP is appalling/non-existant. I have a HTML website with a PHP header that I've 'included' on all the pages. The problem is that this header colours red … -
Replied To a Post in PHP IF question
Ah, sorry to keep coming back here, but I've made more progress and it has ended in distaster! See for yourself, Strong-Links.org - all the links are active. Here is … -
Marked Solved Status for PHP MySQL Connection
Hi all, I am trying to populate text on my website from data stored in a MySQL database. I have this script before the <head> of my HTML to establish … -
Replied To a Post in PHP IF question
So far, this is one link on my navigation bar: <li class="nav-parent"><a "class="active" href="index.html">Strong Links</a> This is the active one at the homepage. I then made some PHP code to … -
Created PHP IF question
Hi there, My PHP is appalling/non-existant. I have a HTML website with a PHP header that I've 'included' on all the pages. The problem is that this header colours red … -
Began Watching PHP IF question
Hi there, My PHP is appalling/non-existant. I have a HTML website with a PHP header that I've 'included' on all the pages. The problem is that this header colours red … -
Marked Solved Status for PHP Header
Hi there, I have a webpage in HTML, strong-links.org, and am tired of having to make changes to every single page when I update the header or footer, and someone … -
Replied To a Post in PHP Header
Hey guys, So so sorry for the delay in response - been out of service for the last two weeks. madCoder your suggestion worked :) I renamed it to .php … -
Created PHP Header
Hi there, I have a webpage in HTML, strong-links.org, and am tired of having to make changes to every single page when I update the header or footer, and someone … -
Began Watching PHP Header
Hi there, I have a webpage in HTML, strong-links.org, and am tired of having to make changes to every single page when I update the header or footer, and someone … -
Created PHP MySQL Connection
Hi all, I am trying to populate text on my website from data stored in a MySQL database. I have this script before the <head> of my HTML to establish … -
Began Watching PHP MySQL Connection
Hi all, I am trying to populate text on my website from data stored in a MySQL database. I have this script before the <head> of my HTML to establish … -
Marked Solved Status for PHP Mail script
Hi everyone, I am still quite new to HTML and PHP. I have a form in HTML pointing to a PHP script that sends an email. But it doesn't work … -
Replied To a Post in PHP Mail script
Thanks everyone. That's quite helpful. For the meantime I'm now using a free template to manage this, but will try as Kyle suggested. Thanks! -
Replied To a Post in PHP Mail script
Okay so I've done some more research, and what I am trying to do is send mail through an external SMTP (which in this case is Gmail). My understanding is … -
Replied To a Post in PHP Mail script
Thanks, I am using Debian. I am not getting any error messages, in fact it says sent successfully. Where would I specify the outgoing SMTP server? -
Created PHP Mail script
Hi everyone, I am still quite new to HTML and PHP. I have a form in HTML pointing to a PHP script that sends an email. But it doesn't work … -
Began Watching PHP Mail script
Hi everyone, I am still quite new to HTML and PHP. I have a form in HTML pointing to a PHP script that sends an email. But it doesn't work … -
Marked Solved Status for Website Content Management
Hi everyone, Just after some general advice. I have developed a website that contains several news widgets that will eventually need updating. I am not too fussed about keeping a … -
Created Website Content Management
Hi everyone, Just after some general advice. I have developed a website that contains several news widgets that will eventually need updating. I am not too fussed about keeping a … -
Began Watching Website Content Management
Hi everyone, Just after some general advice. I have developed a website that contains several news widgets that will eventually need updating. I am not too fussed about keeping a … -
Marked Solved Status for CSS Desktop/Mobile
Hi there, I have the following code to define the first article on the website I'm developing Strong-Links.org <article id="me" class="panel"> <img src="/images/Strong-Links.png"> <a href="#work" class="jumplink pic"> <span class="arrow icon … -
Replied To a Post in CSS Desktop/Mobile
Awesome - thanks, that worked great! :) -
Replied To a Post in CSS Desktop/Mobile
My bad - another typo. The CSS is: .picture-center { width: 100%; height: auto; } So, the = bits were a mistake. And still no success. Does it matter that … -
Replied To a Post in CSS Desktop/Mobile
Ah - sorry, ignore the picture-center / center-picture confusion. That was just a typo, all are the same in the real code. -
Created CSS Desktop/Mobile
Hi there, I have the following code to define the first article on the website I'm developing Strong-Links.org <article id="me" class="panel"> <img src="/images/Strong-Links.png"> <a href="#work" class="jumplink pic"> <span class="arrow icon … -
Began Watching CSS Desktop/Mobile
Hi there, I have the following code to define the first article on the website I'm developing Strong-Links.org <article id="me" class="panel"> <img src="/images/Strong-Links.png"> <a href="#work" class="jumplink pic"> <span class="arrow icon …
The End.