-
Replied To a Post in CFselect
Looks ok at a glance - are you able to provide some html as well so I can have a play? Also an example of what text contains when the … -
Began Watching Insert Span Value in Database
I need to read the span value and insert into database in php <span class="GrandTotal">0.00</span> -
Replied To a Post in Insert Span Value in Database
Do you want to do this via ajax/javascript or via a traditional form posting? -
Replied To a Post in Problem keeping variable's value...
Youre welcome. -
Began Watching need Help in the main HELP HELP HELPPP thank uuuu :)
#include<iostream> using namespace std; class product { private: int code; char name[20]; double price; int instock; double soldperyear[12]; public: product(int,char[],double,int); void setproduct(int c , char n[],double p,int i) { setcode(c); … -
Replied To a Post in need Help in the main HELP HELP HELPPP thank uuuu :)
Maybe he is drowning? -
Began Watching 42
who can i find less repeated value by using array -
Replied To a Post in 42
I think he/she means how not who! God knows about the 42 though!? -
Replied To a Post in help with a list of strings
Youre welcome -
Replied To a Post in Problem keeping variable's value...
Good, now re-read my original comments and it will all make sense! -
Replied To a Post in Aattributes
Ok sorry wasn't paying attention there! -
Began Watching Getting MVC project out of GitHub
Hi guys, does anybody know how to download a MVC project from GitHub and get it to work in Visual Studio? I'm following a MVC tutorial and these are the … -
Replied To a Post in Getting MVC project out of GitHub
Do you have a Git account? If not create one and sign in. Go to the link you gave and click on Fork (top right) Then click on Download Zip. … -
Replied To a Post in Problem keeping variable's value...
Thats ok but variables have scope. In C# if you declare a variable inside { } then it can only be used there. You need to declare it elsewhere as … -
Began Watching ENTER (multiline msg) problem
When you are composing msg and you hit enter key to go to next/new line, the editor does not scroll and last line is hidden behind the bottom strap. On … -
Replied To a Post in ENTER (multiline msg) problem
Its ok for me. What browser are you using? -
Replied To a Post in Aattributes
Ok I see - but what is your actual question? -
Replied To a Post in RegEx unrecognised escape sequence
Ok I see -
Began Watching Aattributes
Why lowsrc attribute used in Img tag??? -
Replied To a Post in Aattributes
Not sure what you are asking - can you elaborate please? -
Replied To a Post in RegEx unrecognised escape sequence
Fair enough. I don't know much about regex but I always remember the hat and dollar so could have answered this one! -
Replied To a Post in What Music Do People Like?
Ha ha yes but yours is not 4 feet long! -
Replied To a Post in Using ImportXML to scrap YouTube Comments
This is off the top of my head but open the xml in design view and the maybe just right click on the node you want and it should be … -
Began Watching Introduction
Hi all, My name is TechnoScore, I recently joined this forum. -
Replied To a Post in Introduction
Hi and Welcome -
Replied To a Post in What Music Do People Like?
ZZTop - Too beardy for me! -
Replied To a Post in Nested Loop
@overwraith - I think you can do that without an if statement - in the actual requirements we have numbers going up and down hence the if statement maybe? -
Began Watching c# how can return value from class?
I have class within class public class List { public int RecordCount { get; set; } public IEnumerable<ServiceElementItem> ServiceElement { get; set; } } public class ServiceElementItem { public int … -
Replied To a Post in c# how can return value from class?
"I'm not sure what the requirements are" - I couldn't figure that out too! -
Began Watching sql server 2012 Backup database corrupt
The database that I'm working for has been suddenly corrupted. Fortunately, I performed a backup on it and save to a backup tape. Therefore, I reinstalled SQL Server and I … -
Replied To a Post in sql server 2012 Backup database corrupt
Ok this won't help with this problem but you should have an automatic backup job which backs up every day - it can be set to delete them when they … -
Began Watching RegEx unrecognised escape sequence
Here is my RegEx declaration. private Regex rxPattern = new Regex("^(book-[a-z]{1}\z)"); I'm expecting it to match start of string "^" To end of string "\z" But the "z" is causing … -
Replied To a Post in RegEx unrecognised escape sequence
Talking to yourself? -
Began Watching table editor sql bug
hy im using this script but unf cant find the bug related to update the values, its keep telling succesuful update but dsnt update in db...[Click Here](http://www.script-tutorials.com/datatables-data-from-ajax-edit-in-place/) -
Replied To a Post in table editor sql bug
Fiddler is also a great tool for debugging ajax calls. -
Began Watching Amateur Astronomer's Thread
Hello to all my fellow amateur astronomers. Just wanted to start a thread where we could gather and discuss all things astronomy. So what start gazing adventures are on people's … -
Replied To a Post in Amateur Astronomer's Thread
typo alert - you put "start" gazing! -
Began Watching Open Office Uninstall
Installed the suite this day only to find that some junk apps installed with it. Uninstalled one only to find that the others cannot be uninstalled because of the order … -
Replied To a Post in Open Office Uninstall
please wait until current program is uninstalled - might need a reboot. -
Replied To a Post in Clear:left is not working
You can even make your CSS more concise - put all your float left in on the line 36 section for example. -
Began Watching Clear:left is not working
Sir I am using these codes <html> <head> <title>untitled</title> <style type="text/css"> #boxA{ float:left; } #boxB{ float:left; } #boxC{ clear:left; } #boxD{ float:left; } #boxA, #boxB, #boxC, #boxD{ border:1px solid green; … -
Replied To a Post in Clear:left is not working
http://www.paxium.co.uk/content/daniweb/divclear.html <html> <head> <title>untitled</title> <style type="text/css"> body { font-family: sans-serif; } p { clear: left; } #boxA { float: left; } #boxB { float: left; } #boxC { clear: left; … -
Began Watching Using ImportXML to scrap YouTube Comments
Hi, So, I'm trying to do what's presented in this Quora thread: http://www.quora.com/How-can-I-export-YouTube-comments-into-a-spreadsheet I want to know how to frame the parameters for a YouTube video's comment feed, the comment … -
Replied To a Post in Using ImportXML to scrap YouTube Comments
If you have a look at Altova xml spy, with that you can point and click at items and it will tell you what the xpath is. Its free for … -
Began Watching Please help me code this graphics for Rock, Paper, Scissors Game Turbo C
Please -
Replied To a Post in Please help me code this graphics for Rock, Paper, Scissors Game Turbo C
No -
Replied To a Post in Passing array as const
Thanks :) -
Replied To a Post in Nested Loop
@humorousone - I agree - I couldn't spot an easy algorithm and even had 2 minutes trying to code it and its not easy to code it in an elegant … -
Began Watching VB arrays,parameters,constants help.
This is the program I need to re-write and I dont understand. Sub Main() Dim array(24) As Double, i As Long array(0) = 1 For i = 1 To 24 … -
Replied To a Post in VB arrays,parameters,constants help.
Try right click Refactor!
The End.