• Member Avatar for The Diamonds
    The Diamonds

    Stopped Watching Trump

    I think I finally understand why Trump is doing so well (he recently pulled even with Hillary Clinton). It's only after years of shows like American Idol and America's Got …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Trump

    I think I finally understand why Trump is doing so well (he recently pulled even with Hillary Clinton). It's only after years of shows like American Idol and America's Got …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Trump

    I think I finally understand why Trump is doing so well (he recently pulled even with Hillary Clinton). It's only after years of shows like American Idol and America's Got …
  • Member Avatar for The Diamonds
    The Diamonds

    Stopped Watching Trump

    I think I finally understand why Trump is doing so well (he recently pulled even with Hillary Clinton). It's only after years of shows like American Idol and America's Got …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Trump

    I think I finally understand why Trump is doing so well (he recently pulled even with Hillary Clinton). It's only after years of shows like American Idol and America's Got …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Calculating Telephone Charge

    I'd suggest to loop through duration minutes and calculate the cost minute by minute, I've got excited an tried it myself.. it works just fine.
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Calculating Telephone Charge

    Hello. I have this tutorial and I'm at a lost. The program is suppose to calculate the call charges according to the rates. conditions: a) all calls start at 600pm …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Displaying the Detailed Results of Selected Item From A DropdownList Box

    Hi, I can't give you a full answer since you didn't post your full code, but I can give you a few advices that would help you figure out the …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Displaying the Detailed Results of Selected Item From A DropdownList Box

    Hello, New to programming and have been trying to use PHP and jQuery or AJAX to accomplish the task listed in the title. I'm using an MVC type of approach …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in E-Mail from CGI Code Not Showing Values

    Hi, You need to get the parameters for post params before you can use them in your email template. Suppose that you have {name, email, order, subtotal, promo, tax, shipping, …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching E-Mail from CGI Code Not Showing Values

    All in the following code snippet - I have this code working without syntax error if a user accesses the page directly they get the message listed in the else …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in jquery pagination not working

    Hi, After first '.pager' click, you're deleting all table contents including '.pager' elements which have event 'click' registered to it, then you're creating new '.pager' elements. Remeber that "$(".pager").click(function (evt) …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching jquery pagination not working

    Hello, I have implemented pagination in MVC application. when first time page loads, it works properly, when I click on paging then it makes AJAX call and bind the data …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in sending mysql data to remote database using php cmd line

    I can see that you're trying to dump user data into a file then compress it for faster upload, but I don't see you do the upload, that's why I …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching sending mysql data to remote database using php cmd line

    I would love to know whether this code is the correct manner to send mysql data to a remote database. $host = 'www.domain.tld'; $user = 'remote_user'; $pass = 'remote_password'; $time_end …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in sending mysql data to remote database using php cmd line

    Hi, I can't see how your code would work, I think you've missed couple of somethings. As I saw on many websites, you need to use the function "ssh2_exec" instead …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching I have a problem in php

    Guys help i want to retrieve data using hyperlink. for example when you click location information about that location will be retreived. iam using search fuction its working properly. help …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in I have a problem in php

    Hi matutuedwin and WELCOME to Daniweb! You can achive this, simply, by linking two pages and when the user clicks on the link the browser just opens the required page.. …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching pass php variable as argument to javascript function

    echo "<tr><th><a href='#' onclick=/"sort(' . $order .')/"></a></th></tr>";
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in pass php variable as argument to javascript function

    Hi, You're doing the quotes wrongly, try this: echo "<tr><th><a href='#' onclick='sort($order)'></a></th></tr>";
  • Member Avatar for The Diamonds
    The Diamonds

    Stopped Watching C# code error someone can help???

    first i'm thai. my english is not good and i'm beginner. here full project only 83.1 kb https://drive.google.com/file/d/0ByoqOTgG3AGPM2hKYmlnZWJpOXM/edit?usp=sharing or http://www.4shared.com/zip/M8Myl3VZ/NcExpressServiceiConfigWin.html when i push buttun 1 to call sub add in …
  • Member Avatar for The Diamonds
    The Diamonds

    Stopped Watching Fill GridView + C#

    I want to fill GridView ,But i dont want to use datasource..I want to use the method,thru which i add the data using row by row As in VB.net [code] …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching How to save temporary user in database using md5 hash code

    Hello and mery christmas and happy new years. on my site i would like to create a simple php/mysql shopping cart use html form to insert product in shopping cart …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Echo out two values from database

    Yes, you're right that is another problem.. I didn't notice. The SQL function count doesn't take two column names. try to use one column name or 1 or * as …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Echo out two values from database

    Hi, i'm trying to select two values from my database. $nc ='North Carolina'; $t ='Hello'; $q = 'SELECT COUNT(state, title) AS c FROM all WHERE state = "' . mysql_real_escape_string($nc) …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Echo out two values from database

    Hi, You have a problem at line 8; there is the = operator that shouldn't be. Just remove it and it will be fine.
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Pure C# to VB.Net Converter

    Hello All, I went through many websites and did not find any converter that could purely convert C# syntax to VB syntax. However there are many converters available on the …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Pure C# to VB.Net Converter

    Hi, I'm sorry that I can't help you with that converter thing.. but, why do you need one anyway? If you have the the VB.Net code just compile it into …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Fill GridView + C#

    I want to fill GridView ,But i dont want to use datasource..I want to use the method,thru which i add the data using row by row As in VB.net [code] …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching C# code error someone can help???

    first i'm thai. my english is not good and i'm beginner. here full project only 83.1 kb https://drive.google.com/file/d/0ByoqOTgG3AGPM2hKYmlnZWJpOXM/edit?usp=sharing or http://www.4shared.com/zip/M8Myl3VZ/NcExpressServiceiConfigWin.html when i push buttun 1 to call sub add in …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching News System

    Hello there, does anyone have some news system to share with me? Like reading news from xml but to show also links or something?
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in News System

    Hi, Why wont you try to build a web crawler that visits a news website and fetchs some articles? If you like the idea I suggest that you use [HTMLAgility](http://www.nuget.org/packages/htmlagilitypack) …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Does not implement interface member

    Hello, I got a error 'Does not implement interface member' I search around the net and try a lots of solutions, both did not works for me. How can I …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Does not implement interface member

    Hi, Since you want to add properties to your interface, why don't you convert it to 'abstract class' instead?
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching SQL Queries from 2 ComboBox determining third combobox

    I have 3 comboBox.. and i wanted a code for the thirdcombobox , something like "SELECT companyName FROM table where mainCategory = firstcombobox and subcategory = secondcombobox" , how do …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in SQL Queries from 2 ComboBox determining third combobox

    Salam Mohd, I don't think it is a proper way to query from database every time the user changes the combobox values. Instead you can use your SqlDataAdapter to fill …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in research about search pattern!

    As far as I know it is just * and ? that can be used. You're welcome.
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Fatal errors

    How can I catch and log PHP fatal errors in CodeIgniter? if (defined('ENVIRONMENT')) { switch (ENVIRONMENT) { case 'development': error_reporting(E_ALL); ini_set('display_errors', '1'); break; case 'testing': case 'production': error_reporting(0); break; default: …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Fatal errors

    Thanks Dani for posting your solution :) I found the same approach but with the use of hooks to register this function on "pre_system" [here](http://thecancerus.com/how-to-catch-php-fatal-error-in-codeigniter/)
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in How to get user writing input string in openGl?

    Yes, that's what I've assumed and I've wrote previous codes to use the same window not to open a new one. Have you tried the code?
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in research about search pattern!

    You can match any file with any extension by: *.* If you want another pattern just give me the specification then I can help you.. I couldn't find any link …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in research about search pattern!

    So you're asking about files-names search patterns.. First there is the asterisk (*), it matches zero or more characters as follows: - (*.cs) matches all .cs files (e.g. myclass.cs, yourclass.cs) …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching research about search pattern!

    hi, i need help to research about search pattern,as u know we can use some search pattern for searchoin in our codes like*.jpg"|"*.txt"|"*.asp"|"*.css"|"*.cs", I wanna know more about, how many …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in research about search pattern!

    Hi Firozeh, Adding to what ddanbe just said: If you're searching for files in some directory, you can use the following: System.IO.Directory.GetFiles("dire_path", "*.cs") **EDIT:** You can use two search patterns …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Problem in Fraction Calculator

    Ok, when you use third number you need to add new fraction variable to hold the results of the second summation: // third number Fraction thirdfraction = new Fraction(); thirdfraction.WholeNumber …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Problem in Fraction Calculator

    Simply change the second number (lines 11-13): secondfraction.Numerator = 1; secondfraction.Denominator = 2; secondfraction.WholeNumber = 2; **EDIT:** or create a third number with (2 1/2) value, you don't want to …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Problem in Fraction Calculator

    Hello would someone please help me with my program, I'm stuck all day with this thing. The program runs, but I think the problem is a logical error. The fraction …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Problem in Fraction Calculator

    Hi, The issue that you're facing is not a logical error in your "**Fraction**" class, it is just you didn't print the values properly. Look at line 20 of your …
  • Member Avatar for The Diamonds
    The Diamonds

    Began Watching Buttons not functioning

    I'm trying to get a bit of code to work. I need one button that toggles control of audio to play and rewind but the script doesn't work. // Create …
  • Member Avatar for The Diamonds
    The Diamonds

    Replied To a Post in Buttons not functioning

    Hi, What libraries are you using? I tried your code on latest Google chrome & Firefox browsers and I got an error "Media is not defined". So were is this …

The End.