479 Topics

Member Avatar for
Member Avatar for vihrao

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 = …

Member Avatar for Ketsuekiame
0
218
Member Avatar for assaf

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 …

Member Avatar for austinluthers
0
213
Member Avatar for mitz

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 …

Member Avatar for jennysmith01
0
364
Member Avatar for rkrishnan2012

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 …

Member Avatar for LastMitch
0
180
Member Avatar for jsherm101

![DFP_SmallBusiness_color](/attachments/small/3/DFP_SmallBusiness_color.jpg "align-left") 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 …

Member Avatar for LastMitch
0
398
Member Avatar for technosaha

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 …

Member Avatar for dandcouk
0
338
Member Avatar for technosaha

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 …

Member Avatar for technosaha
0
327
Member Avatar for awfootball7

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 …

Member Avatar for gon1387
0
457
Member Avatar for ebc3142

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 …

Member Avatar for cereal
0
149
Member Avatar for ayesha789

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 …

Member Avatar for keshav539
0
3K
Member Avatar for ferdinandviper

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 …

Member Avatar for urtrivedi
0
139
Member Avatar for VanGlorious

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, …

Member Avatar for sidds.engineer
0
204
Member Avatar for LastMitch

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 = '&euro; %2f'; $exchange_rate = 0.7746; function currency_valve($data) { $price = $data[1]; $cpercent = $data[2]; $cvalve = isset ($_GLOBALS['currency']) && …

Member Avatar for LastMitch
0
260
Member Avatar for happygeek

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 …

Member Avatar for TopCat23
0
1K
Member Avatar for mcddewitt

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); …

Member Avatar for JamesCherrill
0
173
Member Avatar for jeets1892

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 …

Member Avatar for zeroliken
0
3K
Member Avatar for DarkMonarch

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 …

Member Avatar for DarkMonarch
0
222
Member Avatar for suhail.mahmood.73

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 …

Member Avatar for suhail.mahmood.73
0
178
Member Avatar for prancode

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 …

Member Avatar for M.Waqas Aslam
0
163
Member Avatar for shiva4uf

> 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 …

Member Avatar for Aident364
0
563
Member Avatar for skp03

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 ![currency_converter](/attachments/small/3/currency_converter.png "align-right")

Member Avatar for Mike Askew
0
189
Member Avatar for skiabox

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 …

Member Avatar for skiabox
0
264
Member Avatar for SummerNight

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: …

Member Avatar for Biiim
0
134
Member Avatar for indopostingcom

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.

Member Avatar for Dani
0
268
Member Avatar for webecedarian

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 …

Member Avatar for vegaseat
0
193
Member Avatar for happygeek

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 …

Member Avatar for willson1
1
468
Member Avatar for tibormarias

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. …

Member Avatar for sternone
0
224
Member Avatar for alexooi17

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 …

0
55
Member Avatar for happygeek

[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 …

Member Avatar for longlivemedia
0
785
Member Avatar for c++bob1234

#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; } …

Member Avatar for Saith
0
300
Member Avatar for c++bob1234

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; …

Member Avatar for thines01
0
246
Member Avatar for desiweb

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 …

Member Avatar for aditd
3
204
Member Avatar for parulparashar

how should i prepare for company FMS (i.e. finance and manpower solutions) it is coming for placements on 12 march.

Member Avatar for StephNicolaou
0
95
Member Avatar for dcalladi

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 …

Member Avatar for mKorbel
0
352
Member Avatar for RiddoKun

[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()); } …

Member Avatar for RiddoKun
0
96
Member Avatar for samidha

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 ??

Member Avatar for jbennet
0
157
Member Avatar for shush0606

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 …

Member Avatar for shush0606
0
120
Member Avatar for happygeek

[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 …

Member Avatar for nathanmcgill
0
608
Member Avatar for Contagious98

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 …

Member Avatar for Contagious98
0
192
Member Avatar for nickmi

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 …

Member Avatar for hfx642
0
210
Member Avatar for EndDream

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 …

Member Avatar for peter_budo
0
97
Member Avatar for happygeek

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) …

Member Avatar for Decidebay
0
399
Member Avatar for Octipus

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', …

Member Avatar for Octipus
0
218
Member Avatar for R'hab

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 …

Member Avatar for R'hab
0
119
Member Avatar for shamsidah

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 …

Member Avatar for suresh ma
0
127
Member Avatar for SummerNight

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: …

Member Avatar for diafol
0
137
Member Avatar for mprabuw

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 …

Member Avatar for mprabuw
0
784
Member Avatar for olybobo

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 …

Member Avatar for olybobo
0
716
Member Avatar for sammry

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]

0
212
Member Avatar for magochi
Member Avatar for magochi
0
288

The End.