887 Topics

Member Avatar for
Member Avatar for bluetoot

Hello good ITz This is my last resort,I've checked threads but saw no answer to my question,I blieve you good people will help me out This are my existing forms, i want to add a multiple file upload system to it for each user that signs up as shown below …

Member Avatar for smantscheff
-1
178
Member Avatar for bluetoot

Hello good ITz This is my last resort,I've checked threads but saw no answer to my question,I blieve you good people will help me out This are my existing forms, i want to add a multiple file upload system to it for each user that signs up as shown below …

0
62
Member Avatar for marshal_ramdev

hi , i want to know what is the best way to promote a newly established website or a blog ? social networks ? bookmarking ? what are the best free and paid ways to promote a website P.S :- only legal ways not cheap ones ;) Marshal

Member Avatar for jennysteven
1
1K
Member Avatar for dadaqt

3. Consider the Boolean expression F(A,B,C) = ABC + A'C' + A'B'. (a) Using the laws of Boolean algebra, derive an expression that uses only AND and NOT operators. (b) Using the laws of Boolean algebra, derive an expression that uses only OR and NOT operators. First, I am sorry …

Member Avatar for gooradog
0
204
Member Avatar for irenejd

I have an electronic subscription to a newspaper and I generally download and print the puzzles for doing them later. Due to health issues, I'm behind about 6 months, but I'd like to catch up. I'd like a script to automate the download and save it to my PC. I'm …

Member Avatar for irenejd
0
151
Member Avatar for prosperr

1. Bob has n friends: a1,a2,...,an, Bob has also a list L which is a subgroup of {a1,...,an}x{a1,...,an} which specify which of the friends knows each other (i.e. the pair (ai,aj) belongs to L if and only if ai knows aj, ai knows aj if aj knows ai). Bob organize …

Member Avatar for mrnutty
0
124
Member Avatar for MasterGberry

Ok, I have asked this b4, and I don't think I have gotten a straight forward answer, I really need this answered, because what I am doing is "legal", but i am 100% it does not make logical sense. This it the original C# code [CODE] var version = reader.ReadUInt32(); …

Member Avatar for MasterGberry
0
1K
Member Avatar for smcr01

I got this program that supposed to display a diamond but I only got the top part of diamond to work. As for bottom part I am not sure what calculation I could use. Any hint would be appreciated! Thanks This is the part: [CODE]//Bottom Part for ( row = …

Member Avatar for masijade
0
134
Member Avatar for zachattack05

I am working on a project that stores it's data in serialized files on the hard drive in a custom file format. The server end of the application accepts TCP connections from clients and returns data to the clients based on the query, it's kinda like a light weight, custom …

Member Avatar for mcriscolo
1
251
Member Avatar for bluetoot

Hello Good People. I need help with my database script,to an extent i have created all the tables i need...for 5 straight days i cant seem to find the solution to this please read my script below 1. i have a database with 2 tables, the admin andm users_cv tables …

Member Avatar for pritaeas
0
176
Member Avatar for AndreRet

Have a look at [URL="http://www.bgr.com/2010/12/29/hello-my-name-is-9649e796e8b23900dc9629a18f2d47306430e62f/"]THIS[/URL] link. Your every move can be tracked via your mobile's UD (mobile device unique identifier) and a lot of spam etc can be send. It does not seem that we have any say over this at all, although two people already started legal action in …

Member Avatar for AndreRet
0
203
Member Avatar for ronnieaka

[B]intro: [/B]i'm a 19yr old in 3rd yr doing btech in computer science. i chose to graduate in that coz i was interested in computers and programming,not like other brickheads wanting to do mba after a technical graduation. ok, in the last 2 yrs i've progressed only as much to …

Member Avatar for absolute_zero
0
316
Member Avatar for NewOrder

[CODE]object[] a1 = new string[3]; // Legal object[] a2 = new int[3]; // Error[/CODE] why is that? why int cant implicitly be converted to an object? isnt int type of object?

Member Avatar for NewOrder
0
72
Member Avatar for clhamon

I have posted about how the company that I work for is looking to take money from any place that they can, but I am really wondering if what they just did is even legal. I was hired in November, and they didn't get around to getting me a copy …

0
49
Member Avatar for mbouster

Dear all , I need your help on this. I will say how I am thinking the solution and any help will be much aprreciated. I will denote the husbands with the following notations h1 = 11, h2=12, h3=13 and their respective wives with the numbers w1 = 21, w2 …

Member Avatar for mbouster
0
2K
Member Avatar for hanvyj

I'm trying to print at a resolution other than 72 DPI, I managed this using the PrinterResolution (see the code below) but I am having a problem with the printable area. When I change the resolution to 300 DPI I just print everything smaller (ie the getImageableWidth() etc are still …

0
62
Member Avatar for rolyestemonio

Hi guys, I have my code and it works of filtering data by Month and year.But it seems i got a problem when using accordion. i am kinda stack of it. Can anyone please help me out? This is my codes. [CODE] <link href="../_css/getpinoy.css" rel="stylesheet" type="text/css" /> <script src="../_utility/loadFlash.js" type="text/javascript"></script> …

Member Avatar for cossay
0
70
Member Avatar for rowley4

I do not want to have my box this wide. I would like the text to wrap but I do not know how. Can I do this? I'd like my box to be 400,400 rather than 1250,200, but it is the only way I can get my text to fit. …

Member Avatar for quuba
0
626
Member Avatar for wowz

i have absolutely no idea what to do, can someone explain the steps, or do it and explain what they did? [CODE]/** A purse has an array list of coin names that can be changed by adding coins. */ public class Purse { //instance variables private String[] coins; //the money …

Member Avatar for javaAddict
0
102
Member Avatar for Dinnerfortwo

Im trying to add six functions which are six effects to this tic tac toe game. For instance a remove all pieces function. Also, Im trying to restart the DIE roll after every turn made. If I can get the remove all pieces function(reall) to work I can get other …

Member Avatar for Dinnerfortwo
0
452
Member Avatar for SgtMe

Hi all. There have been several threads where people are asking, [B]"is there any way we can develop iPhone Apps on Windows, or without using Objective-C?" [/B]The main reason people ask this is because [I]they either cannot afford a Mac, or cannot afford all the additional costs one has to …

0
187
Member Avatar for mommabear

[B]Specifications (minimum):[/B] The CDROM class contains the following, private, data members: string Name; // The Name of the CDROM string CDType; // The Type of CDROM float Cost; // The Cost of the CDROM [I]The ONLY recognized (i.e., legal) CDROM types are, “Game”, “Word”, “Compiler”, “Spreadsheet”, “Dbase”, and “Presentation” (AND, …

Member Avatar for mitrmkar
0
152
Member Avatar for quietcity2012

can anyone help me with following bit-wise manipulation.thanks! /* * copyLSB - set all bits of result to least significant bit of x * Example: copyLSB(5) = 0xFFFFFFFF, copyLSB(6) = 0x00000000 * Legal ops: ! ~ & ^ | + << >> * Max ops: 5 * Rating: 2 */ …

Member Avatar for N1GHTS
0
394
Member Avatar for ssubnel

How do I make my array legal? It doesn't seem to like my style here. [CODE]import java.util.Scanner; public class solveQuadratic { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Scanner input = new Scanner (System.in); double[] eqn = new double[2]; double[] roots …

Member Avatar for ssubnel
0
125
Member Avatar for Eagles36

I was given a header file and the main files i have to create the implementation file for the header file I am issues trying to find out where I went wrong in my for loops. Can you point me in the right direction The header file [CODE]// FILE: sequence1.h …

Member Avatar for Eagles36
0
2K
Member Avatar for AlawnAaron

I don't want to "pirate" any movies, but would like to rip DVD's that I bought into my computer so I can put them on my iPod. Are there ways to rip copy protected DVD's with many chapters/episodes etc? Which software allows me to do it? Is it legal?

Member Avatar for AlawnAaron
0
41
Member Avatar for crodriguez08

Hey there, I'm having trouble creating a multiplication function for the program as I have two classes to keep in mind (Monomial and Polynomial). And if possible, a little advice on how to make my for statements in the arithmetic operators more flexible to user input such as i<PolynomialSize, which …

Member Avatar for crodriguez08
0
2K
Member Avatar for crodriguez08

Hey there, I'm having trouble figuring out the next step of my program. What I'm trying to do is make a function that will add two polynomials, and I don't know how to exactly fix it. My first question would be if the Polynomial operator+ function is right, or whether …

0
108
Member Avatar for moteutsch

I am interested in starting to work on a recipe search engine. The problem is though, is getting the recipes. I would like to access the ones in the top online recipe search engines, but I am not sure what way would be the most efficient and most legal way …

Member Avatar for moteutsch
0
148
Member Avatar for alphanumeric

Hello folks, I'm new to daniweb and I look forward to the experiences I will have here. I'm a junior pursuing a CS degree and can't wait to see what's in store for me. I know you guys have a strict homework policy and it is why I have given …

0
55
Member Avatar for WayWithWords

I have several, plus some domains for sale. I'm also a social media geek with a good sense of humor. Can I stay?

Member Avatar for JohnnySaur
0
172
Member Avatar for kinnannawaz

I am planning to build a torrent website using Asp.net Sqlserver 2008 Window server Can i do that? Can microsoft take any legal action against my website for making a torrent webite by using their technologies? or should i use open source technologies like PHP and MYSQL? Thanks I really …

0
45
Member Avatar for mulevad

I am placing xml into a table in html and trying to sort based on a parameter, but my parameter's value is not being used. It uses the string "$sortkey" instead. Here is an xsl excerpt: [code] <xsl:for-each select="catalog/cd"> <xsl:param name ="sortkey" select="country"></xsl:param> <xsl:sort select="$sortkey"/> <tr> <td> <xsl:value-of select="title"/> </td> …

Member Avatar for iceandrews
0
173
Member Avatar for NewOrder

the class is the same. but there are two methods: first method: if simply returns a string. [CODE]public String FindPiece(String chessPiece) { return name; } [/CODE] name. is a constructor variable. it is a name of the chess piece [CODE]public Pawn(String name){ this.name=name; }[/CODE] second method public boolean isMoveValid(ChessPiece[][] pieces, …

Member Avatar for NewOrder
0
94
Member Avatar for smoothe19

Here is what i currently have; the instructions are a bit vague so i am confused on what to do beyond this...any help will be tremendous! This is my 2nd week in java so please understand i am not an expert [CODE]public abstract class TestQuestion { protected String question; protected …

Member Avatar for javaAddict
-3
344
Member Avatar for happygeek

The great thing about modern technology is that it makes our lives easier, well, most of our lives that is. For some, it would seem, technology just adds another layer of confusion into the whole living their life thing. Take the many cases of people apparently having to do exactly …

Member Avatar for cornholebagtoss
0
387
Member Avatar for Glass_Joe

[ATTACH=RIGHT]17038[/ATTACH]Goonies aren’t the only ones that never say die. [I]Duke Nukem Forever[/I] has finally seen the light of day after what will be 14 years coming upon its newly anticipated 2011 release date and 923859023 jokes later about how the game has taken “forever”. And in local news, pigs are …

Member Avatar for cmliu2004
0
199
Member Avatar for xirosen

HI, can anyone help me pls on how to set the paper size of my datareport on printing. here is my code but it doesn't work. I don't know the reason why it does not work on me. Printer.PaperSize = 5 'SET TO LEGAL PAPER SIZE dr1.Orientation = rptOrientLandscape dr1.Show …

Member Avatar for AndreRet
0
245
Member Avatar for swornavidhya_m

Hai I am trying scrolling of images as like ([url]http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm[/url]). I do want to set border for the images with border property as "2px solid #000" and i do want gap between the images so that the horizontal gap value is 20px. I tried even with image border propoerty and …

Member Avatar for hielo
0
1K
Member Avatar for D4Stone

Is it safe to purchase MS Office 2007 or 2010 on Ebay. Why can I buy it so much cheaper then the regular retail price? Is it legal?

Member Avatar for caperjack
0
253
Member Avatar for EricMack

[ATTACH=right]16930[/ATTACH]Just weeks after Research in Motion [URL="http://www.daniweb.com/news/story303272.html"]installed servers in Saudi Arabia[/URL] to allow authorities there to monitor Blackberry messaging traffic and avoid being shut down in the Kingdom, an encore of the drama is playing out in India. The Indian government has [URL="http://www.informationweek.com/news/software/operatingsystems/showArticle.jhtml?articleID=226700187"]pledged to shut down RIM's encrypted services[/URL] in …

0
244
Member Avatar for emilcarlo

Hello, I am currently working with a project that involves PhP and MySQL. I have a working code for adding, editing, and deleting of information. However, I was required to put up a paginating script in my code. I am actually new to PhP, about 3 weeks old xD, and …

Member Avatar for FlashCreations
0
162
Member Avatar for Niki_Fears

[ATTACH=right]16767[/ATTACH]In Google's apparent on-going quest to take over the entire (virtual) world, the latest rumors have the search giant making a major play for the tablet market on the biggest shopping day of the entire year. If rumors are true, on the one day a year when apparently normal people …

0
706
Member Avatar for dandixon

[url]http://www.dandesign.co.uk/steel/register.php[/url] above is the link to my register page, filling the form in works fine but if you leave it blank and click the submit button it removes the footer of my page, please someone help i really need to get this sorted heres the code to my page too, …

Member Avatar for MindSter
0
223
Member Avatar for John A

[U][B]Installing Mac OS X Tiger[/B][/U] [U]Before installing[/U] I've installed Mac OS X many times on the same computer (don't ask me why, I do many stupid things :)). Anyway, here are some things you should know before installing: 1. Make sure you have a legal, licensed Apple Machine (a.k.a. Mac). …

Member Avatar for dasfadsfa
0
2K
Member Avatar for Niki_Fears

[URL="http://content.dell.com/us/en/corp/d/secure/2010-08-16-ir-release.aspx"]Dell announced today[/URL] that it has reached an agreement with the California based data storage company [URL="http://www.3par.com/index.html"]3PAR[/URL], to purchase the company for a total price tag of $1.15 Billion.[ATTACH=RIGHT]16668[/ATTACH] Dell hopes that this move will help the computer giant cut its own data storage costs by as much as 50%. …

Member Avatar for GoodLuckChuck
0
615
Member Avatar for EricMack

[ATTACH=right]16607[/ATTACH]Earlier this week, information and telecommunications giants Google and Verizon were nice enough to work out a deal on Net Neutrality, outlined in a "joint policy proposal" for Congress. [URL="http://www.daniweb.com/news/story303180.html"]As we reported[/URL], one of the most controversial parts of the proposal is the suggestion that service providers should be permitted …

Member Avatar for Voyager97
2
437
Member Avatar for plizz

I think that I misunderstood something about class definitions in c++... Why it is legal to define class in multiple files, like this: file Test.cpp: [CODE]#include <iostream> using namespace std; void testFunc(); class A { public: void printText(); } clA; void A::printText() { cout << "file: Test.cpp, class: A, method: …

Member Avatar for mike_2000_17
0
277
Member Avatar for joesblues

Okay, I'm pulling my hair out on this one. A person I know in Los Angeles County and I have a legal dispute going but still months away from trial. Problem is I'm staying at a beach house south of Tijuana for solitude but still using hotmail and have a …

Member Avatar for jholland1964
0
181
Member Avatar for CatRambo

[ATTACH=RIGHT]16604[/ATTACH]The White House administration is asking allied Western governments to consider criminal charges against WikiLeaks founder, Australian-born [URL="http://www.newyorker.com/reporting/2010/06/07/100607fa_fact_khatchadourian"]Julian Assange[/URL]. Assange is currently in hiding, due to the furor over WikiLeaks' release last month of the [URL="http://wikileaks.org/wiki/Afghan_War_Diary,_2004-2010"]Afghan War Diary[/URL], thousands of secret documents involving the war in Afghanistan from 2004 through …

1
1K

The End.