479 Topics
![]() | |
I created a sample wcf REST service in .NET 3.5 vs.net 2008 Defined interface cdservice [ServiceContract] public interface CdService { [OperationContract] [WebGet(UriTemplate = "service/*", ResponseFormat = WebMessageFormat.Xml)] string[] GetConfig(); } Implemented GetConfig in Service1.cs namespace CdService { public class Service1 : CdService { public string[] GetConfig() { string[] services = … | |
I would like to use in a specific place a specific bullet style with a specific color. Currently I'm using: [html]<SPAN style="COLOR: #DD440F;FONT-FAMILY: Wingdings;mso-fareast-font-family: Wingdings;mso-bidi-font-family: Wingdings">v</SPAN>fdsfdsfds<br>[/html] You can see it in my website under "Main Menu" (on the left side of the page). But I would like to use it … | |
Hi guys About 4 years ago I posted a question on this forum asking "[Can you really make money from Adsense?](http://www.daniweb.com/internet-marketing/pay-per-click-advertising/threads/109618/is-anyone-making-money-with-google-adsense)" Well that thread is still going strong but I thought I would just give you the answer to my own question. YES Over the years I have litterally studied … | |
Hey guys! I will be hosting an online hackathon next weekend. Please join (50 bucks reward if you win)... In this case, you are given a theme and you need to code something relevant to that theme. The coolest program will get the prize money. You are given 24hours to … ![]() | |
 Whether you own a small personal blog or a top 1000 website, the importance of monetizing your website to the fullest is essential. Depending on your needs and the type of website you have, there are a variety of ways to improve your ability to monetize, simplify your … ![]() | |
I have a 4 month old blog [Click Here](http://technoworrlld.blogspot.com).I am getting about 400 visitors per day.I applied for Clicksor but the earnings are pretty low-about 0.1$ per day.Is it normal?What is the maximum that can be earned from a technology blog with about 400 visitors daily?Also,90% of visitors come through … | |
I have a 4 month old blog [Click Here](http://technoworrlld.blogspot.com).I am getting about 400 visitors per day.I applied for Clicksor but the earnings are pretty low-about 0.1$ per day.Is it normal?What is the maximum that can be earned from a technology blog with about 400 visitors daily?Also,90% of visitors come through … | |
I keep getting an error in my MoneyDemo class, it reads, "Method checkMoney in class Money cannot be applied to given types; required: no arguments; found int, int; reason:actual and formal argument lists differ in length" Also here is my list of objectives for the program which I'll be graded … | |
Hi, I'm trying to insert the contents of this this file (assets.txt) into my database: B02W0Y2^EUROSTAR LTD^35.09^^ B02V64S^NORTHERN ROCK^21.97^^ B06N3Q2^MOTOR OIL SAPA^7.24^^ B05WF50^COLT TELECOM GROUP^20.29^^ B03R2SA^XEROX CAPITAL^35.65^^ B09G3SD^COREALCREDIT^12.10^^ B04F5GD^ULSTER BK LTD^16.46^^ B02DH5H^EUROTUNNEL FINANCE^53.24^^ B05D3WK^BRADFORD & BINGLEY^18.07^^ B05DGEF^SKIPTON LTD^4.50^^ B07DHX4^EBAY INC^46.55^^ B08VEW1^FURSTENBG CAP^86.36^^ B06HS34^LBG CAPITAL^54.22^^ I'm using this code: mysql_connect($mysql_hostname,$mysql_user,$mysql_password); $sql … | |
Dear Sir I am using PHP Mailer for SMTP Authentication, Everything is working fine [url]http://phpmailer.worxware.com/index.php?pg=methods[/url] But AddCC is not working , I am using Windows 2003 Server, and it says this function works with SMTP Mailer , not with the Mail Mailer. [quote]AddCC($address, $name = "") string $address string $name … | |
PLease I need Help, I am a newbie, but i am a webdesigner, but i haven't done job that requested for though programming skills, But now i have a project which i am under going now, its a like a small finance site, Which means, i as the admin, i … | |
The university has 7 departments namely, IT, Finance, HR, Management, Faculty, Students and RD. The RD department should not have access to the internet. Each department contains the following number of users: IT - 20, FINANCE - 10, HR - 5, MANAGEMENT - 30, FACULTY - 100, STUDENTS - 1500, … | |
![]() | Hi I'm having an issue echo out the `euro currency` sign with the price converted base on the `$exchange_rate = 0.7746;` Here is my code: <?php $currency = true; $format = '€ %2f'; $exchange_rate = 0.7746; function currency_valve($data) { $price = $data[1]; $cpercent = $data[2]; $cvalve = isset ($_GLOBALS['currency']) && … ![]() |
According to the Sunday Telegraph [newspaper yesterday](http://www.telegraph.co.uk/technology/facebook/9276699/Facebook-IPO-fight-back-begins-share-price-implausible-says-analyst.html ) "Morgan Stanley, Facebook’s lead financial adviser, ended the day with 162m shares, worth $6.16bn. Other banks including JP Morgan and Goldman Sachs also bought shares, ending the day with $3.2bn and $2.4bn holdings respectively" which is kind of worrying when you step … | |
Hello I am having trouble converting a long (cents) into currency format. My Code: l long doublePayment = 1099; //Should equal $10.99 DecimalFormat dFormat = new DecimalFormat(); String formattedString = dFormat.format(doublePayment); System.out.println(formattedString); Output: 1,099 I also tried: long doublePayment = 1099; NumberFormat n = NumberFormat.getCurrencyInstance(Locale.US); String s = n.format(doublePayment); System.out.println(s); … | |
Please take a look at the below code #include <QtCore/QCoreApplication> #include <iostream> int main(int argc, char *argv[]) { using namespace std; double purchaseAmount; double paidAmount; float balance; int change, quarters, dimes, nickels, pennies, tenDollar, fiveDollar; // declare variables cout << "Enter Total purchased amount" << endl; cin >> purchaseAmount; cout … | |
hey guys, finally have some time to think about a personnal project. i want to create a stock screener, with some cross checks on data like oscillator, MACD, volume and moving average. my 1st step was to look around and see if they're was any finance API out there that … | |
I am currently a final year Business Information Systems student. I have the task of completing a final year project.I am not much of a programmer. I am not sure what project i should tackle. I am thinking of a system whcih automates somthign with finance. If anyone can give … | |
Hi, I'm trying to export data from excel sheet to my grid, I'm using the foll code, but I get an error at DataGridView1.Rows.Add(), saying rows cannot be added programmatically. Private Sub btnexport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnexport.Click Dim xlsApp As Microsoft.Office.Interop.Excel.Application Dim xlsbook As Microsoft.Office.Interop.Excel.Workbook … | |
> you need your infrastructure buildup just like any other business In this article i will tell about my method of earning online, how i am able to make 50$ to 100$ per week from clickbank with nominal investments. You may not be one of them, but a lot of … | |
i want to design the Currency gadget .....that should work in all the operating system it should be something like installation application as shown in the above daigram so please help me out Thank you  | |
I am trying to overlay a moving average over a OHLC chart but I get no results. Any ideas on what am I doing wrong ? private static OHLCDataset createPriceDataset(String filename) { //the following data is taken from http://finance.yahoo.com/ //for demo purposes... OHLCSeries s1 = new OHLCSeries(filename); try { BufferedReader … | |
Hi, I would really appreciate if I could be helped on the following PHP code. I have two arrays. 1) $user 2) $usertotal $user can have as many names stored in it. Example: $user[0]="John"; $user[1]="Sean"; $user[2]="Nick"; $user[3]="Jay"; ................ ................ Similary, $usertotal can have as many amount stored in it. Example: … | |
Why my income from Adsense drop more than 80% in 2012? I thinks this caused by Panda and Penguin update. Does anyone has same experience like me? Please tell me your story. | |
I've been burrowing through a stack of old magazines, and I had a copy of Yahoo! magazine, now defunct, which I'd picked up because the cover story was "100 Best Websites." Okay, I know few people seem to read these days - they just go online and ask people for … | |
I have always thought of Google as being a search engine for everyone, that's part of the appeal. So when the development team behind a web portal for 'mature users' contacted me about the launch of a new search engine specifically designed for the older user I was a little … | |
Hello Everyone, I have a website created by some specialists. Well I think that these professional website developers stiffed me. I mean, the website to create was quiet expensive, but it doesn't really work. They made a quiet good work though, the SEO of the site is critical I think. … | |
I had decided to use JcomboBox but it doesn't seems to work. It doesn't seem to be able to take the string in the JComboBox as a condition to log in. Previously with correct username and password, it will be able to log in but now with correct user and … | |
[ATTACH=RIGHT]22416[/ATTACH]A group of social media experts meeting at Microsoft's London offices has warned that social media is more than just a numbers game and for marketing campaigns to succeed, business must understand how a blend of creativity and science drives it. The round robin event featuring social media experts from … | |
#include<iostream> using namespace std; #include<string> #define INT_MAX 100000 #define INT_MIN 0 using namespace std; class Automobile { public: Automobile(); void read(); bool is_cheaper_than(??????) const; bool better_mileage_than(???????) const; bool better_finanace_than(??????) const; void print() const; private: string name; float price; float mileage; float finance; }; Automobile::Automobile() { name=" "; price=INT_MIN; mileage=INT_MAX; } … | |
NEED help with this code, i need to put the code in place of(??????) The code is suppose to enter the car's information and it compares which car has best finance mileage and cost of car. #include<iostream> using namespace std; #include<string> #define INT_MAX 100000 #define INT_MIN 0 using namespace std; … | |
I have used both and come to these conclusions; If your site is a high paying keyword site (e.g, Business, Finance, Loans, Merchants, Web Hosting, Dating, Law) no advertising network on earth can perform better than Google Adsense. If your site is average paying keyword site both networks can perform … | |
how should i prepare for company FMS (i.e. finance and manpower solutions) it is coming for placements on 12 march. | |
Hi Guys, I'm looking the syntax for a input mask that will allow me to input 1.23, 12.34, 123.45 into the JFormattedTextField i found something like ###.## but that doesn't work but something like ###-## wud work. just wondering if anyone knows how to do this with a mask or … | |
[CODE] import javax.swing.JOptionPane; public class Finance { public static void main(String[]args) { boolean Access = false; String studentName = JOptionPane.showInputDialog(null, "Enter in your name: "); //String current = JOptionPane.showInputDialog(null, "Enter your password: "); //double currentBalance = Double.parseDouble(current); Account newAccount = new Account(studentName); //Gains access to Account class JOptionPane.showMessageDialog(null, newAccount.toString()); } … | |
if linux is an open source company and selling their products free of cost, then how they are running their company?? from where they are getting finance ?? | |
I am using C# on visual studio 2010. i have tried downloading a spreadsheet from yahoo by finding the location of the download and then using: [CODE] WebClient wc = new WebClient(); wc.DownloadFileAsync(uri, filename); [/CODE] for the example i tried taking apple as an example: [CODE] Uri uri = new … | |
[URL="http://en.wikipedia.org/wiki/Man-in-the-middle_attack"]Man-in-the-Middle (MITM) attacks[/URL] are, sadly, not news these days; they are a fact of online life. But word of how the latest SpyEye Trojan-driven MITM attacks are using clever post transaction fraud systems to effectively erase the evidence of the crime from the victims' view certainly deserve to be. Attacking … | |
Guys, just a newbie programmer here. With 1 week experience in VB2008. I'd like to ask for assistance on making one of these inventory systems concepts. I hear its one of the basic programs a newbie can make. This will be made for students financial monitoring. Like how much they … | |
Good afternoon Well my idea is simple.What i want to do is to create a currency converter.Pretty easy task, but i want the currency rate to be updated somehow by an external server, probably from an website.Although i have experience in programming i have no clue how to use an … ![]() | |
Hello I appreciate the time you are taking to read my thread! I have a background in real estate development and no programming experience. I already have a bachelors in Business (emphasis Finance). I am currently getting my MBA in an evening program at one of the top 20 schools … | |
I know that Apple has been expending a lot of hot air telling anyone who will listen that the new iTunes pricing regime is a good thing for consumers. I know that it reckons that for every song which is ramped up to the new 99p (here in the UK) … | |
All right. So i have child, parent, activity and register table and i want know how much money a parent will pay for his child if the child have 1 or more activities. So i came out with this code: [CODE]SELECT CONCAT_WS (' ', parent_title, parent_fname, parent_sname) AS 'Parent/Carer Name', … | |
Suntech is new company that is going to launch its operations in Ruwi Muscat soon. Suntech urgently needs a new LAN to be installed in their four (4) storied building in Ruwi. They applied for internet connection from Omantel and Omantel gave them internet connection with IP address 193.7.3.0. Your … | |
Hi everyone. I'm new in php and need someone to help my problem. I have one table name [B]data_transaction[/B], from this table i'm want to search data between two dates that user key in. Here my code, $sum = "SELECT * , SUM(trans_charges) FROM data_transaction WHERE Location = 'HA1' AND … | |
Hi, I would really appreciate if I could be helped on the following PHP code. I have two arrays. 1) $user 2) $usertotal $user can have as many names stored in it. Example: $user[0]="John"; $user[1]="Sean"; $user[2]="Nick"; $user[3]="Jay"; ................ ................ Similary, $usertotal can have as many amount stored in it. Example: … ![]() | |
Hello Dani Web Forum, I'm really new to C. I have an assignment, which I think it's very hard to solve. I have to create a Currency Converter Program that reads data from txt files. The program should also be able to read arguments (argv[]). I'm really confused since it's … | |
dear all I have the following sample code which i am trying to use to connect to sql*plus in visual studio 2010 but i keep getting the error message connection string is not well-formed. see my code below [CODE] protected void Button1_Click(object sender, EventArgs e) { string oradb = "User … | |
I am currently able to achieve number format as 1,000,000,000 but I want to get it as 1,00,00,00,000. How can I achieve this? can some one help please. Currently I use as below. [CODE]<? echo number_format($row["SUM(Amount)"],0); ?>[/CODE] | |
Can anyone help me with the database structure of a personal finance application? |
The End.