1,453 Topics

Member Avatar for
Member Avatar for ep2002

Ok, here are the issues I'm having & yes I run a lot of anti programs including Advanced System Care which some say they love & a few people say caused problems. Honestly I can't remember when the problems started, at least 4-6 months ago & it may have started …

Member Avatar for ep2002
0
716
Member Avatar for leesyy

hi, i'm currently working on a project that require me to read from several servlet/feed. i am able to read from one servlet but am facing problem reading from the second servlet. below are my codes (i only uses one .js file for the project and serveral .js files to …

0
93
Member Avatar for MuffinKun

I have to make an ERD diagram using this scenario case and I'm not sure if I have all the required tables/fields in my ERD. Is my entities normalized up to 3NF? Are the relationships correct? [CODE] Background The Brisbane Driving School was established in Brisbane in 1992. Since then, …

Member Avatar for debasisdas
0
206
Member Avatar for RahulJain83

Hi, I am Rahul. We have a complete software written out (with n other shared libraries maintained by various other teams). The shared libraries are loaded at run time by the main executable depending upon what feature user wants to run. All across our code, we are using printf and …

0
94
Member Avatar for Asezat

Hey. First of all, I guess I should apologise for making another thread on this nasty little piece of malware, given that there's a few already on here. But, none of the info in any of them could help me, and I was loath to hijack one of them with …

Member Avatar for PhilliePhan
0
549
Member Avatar for rukshilag

In need of creating an online fast food delivery system - please help... no idea how to begin! this is for a group assignment in university. we have to design a creative user and admin interface...

Member Avatar for jomanlk
0
226
Member Avatar for redlyfs

import java.util.Scanner; public class BookRentalSystem { public static void main(String args[]) { //Declaration of variable and instances String bTitle, bType, bAuthor, bISBN, bStatus, search; int choice = 1; int bCount = 0; boolean found; Scanner input = new Scanner(System.in); Book[] books = new Book[5]; //Executing user's selection from menu. Exit …

Member Avatar for redlyfs
0
222
Member Avatar for BeeS

VB6 main app that starts multiple copies of one activex exe. using createobject and thread per object. need to communicate with the activex exe from the main app to start and to monitor progress. very low communications rate so communications speed is NOT a problem. need withevents to Dim it. …

Member Avatar for vb5prgrmr
0
141
Member Avatar for Viwe

[B]I am trying to prepare a report detailing all jobs entered into program sorted by customer and then by project name. Also produce a report for total products for all projects in database.[/B] I am able to create diferent classess (Component) for all my formular product calculations and then reference …

Member Avatar for Viwe
0
162
Member Avatar for Phil++

This might seem really, really cheeky (shout at me if you want) but if anyone has the time and wouldn't mind reading through my assignment, telling me if the information looks OK (it's only for a pass so not much detail is required) I'd be more than grateful. Thanks :) …

Member Avatar for Ancient Dragon
-1
121
Member Avatar for fuzzy_monkey

Hi all. I believe i have a virus and malware/adware on my machine that i cannot get rid of. I have preformed lots of scans with kaspersky 7.0 and used antispyware which finds things, quarentines them and i dont know what it does after. The virus popped up with a …

Member Avatar for crunchie
0
332
Member Avatar for Ranek

Hello Everyone, I'm having a bit of trouble seperating my user interface code in a main class from my logic code in another class. Basically i've put a while statement and some if statements in order to take input of a number from the user and decide which of two …

Member Avatar for Ranek
1
392
Member Avatar for waterlemon0

nDs-mPeG, usually abbreviated DPG, is a special format of MPEG-1 video specifically for playback using the homebrew Moonshell program for the Nintendo DS. So most of the time, to enjoy any movies, music or animations on Nintendo DS, we need a [b][url=http://www.4easysoft.com/dpg-converter.html]DPG Converter[/url][/b] to help us convert them to DPG …

0
44
Member Avatar for nicolek808

I am having trouble with stacks and infix and post fix this is my error: [COLOR="red"]Reading from file "input16.txt": Infix expression = (5) Exception in thread "main" java.util.EmptyStackException at ArrayStack.pop(ArrayStack.java:51) at test.infixToPostfix(test.java:140) at test.displayArray(test.java:87) at test.main(test.java:53)[/COLOR] this is the txt file: (5) (1+1) ((9/3)-2) (9-(3/2)) (1+(4-(9*(6/(5%7))))) ((1+4)-(((9*6)/5)%7)) (((1+(4-9))*6)/(5%7)) ((1+(2-3)) (1+(2-3))) …

Member Avatar for ejosiah
0
2K
Member Avatar for Phil++

What are instance variables please? Also, is this a good explanation for Encapsulation: Encapsulation or information hiding is all about hiding the details of the implementation of the interface. Encapsulation is used to prevent users from viewing the inner workings of the interface. A real life example of Encapsulation is …

Member Avatar for Tom Gunn
0
105
Member Avatar for Ranek

So, i'm working on creating a very basic currency converter from Pounds to Euros or Euros to Pounds. It takes the exchange rate from the user then asks which way to convert. Then asks the amount of currency. This was easy for me to do in just one main class, …

Member Avatar for Ranek
0
4K
Member Avatar for rsampath

Write a C program that can be used as a database of student’s information for the statistics and computer science department. Populate the database with 10 records. The program should be able to dynamically allocate or deallocate storage for the student’s records using linked lists. The database should have the …

Member Avatar for Grn Xtrm
-1
94
Member Avatar for C++NOOOB

Hi, I have multiple implementations of a high-level objective. Basically, the objective is described in general language, for instance, "Choose one item out of N". Now, there can be any number of ways to implement this objective such as, random selection, prioritized selection, least recently used, etc. I have separate …

Member Avatar for C++NOOOB
-1
132
Member Avatar for TheComputerGal

I keep running into this site through my Google Alerts for The Computer Gal (SNIP has been my domain name since 2002.) Congratulations on a very active, great looking forum site!!! I use other tech forums, but this is the one with the simplest interface I've seen so far. My …

Member Avatar for johnvitc
0
130
Member Avatar for critalk

I would like to create a program to check dimension of piece part. My probram should be consist of interface form to get input from user and display mode to show the final result after program completely processed. Now I have completely created user interface form that is "Form1". This …

Member Avatar for critalk
0
274
Member Avatar for Bloubul

I must write a interface to enter course information for transfer students. The created data file should be sequential in nature, with the student's name, his/her ID number, the course number from the previous college, and the accepted course number at the current college. The code I wrote so far …

Member Avatar for javaAddict
0
267
Member Avatar for opethcire316

I have a (for me) a big perplexing problem. I am new to Java and am in a introductory class. We were suppose to create/"fix" a method for Formatting ISBN-10's. Our Professor gave us all the code and the classes but we need to implement another "design teams" code for …

Member Avatar for jbennet
0
114
Member Avatar for jingo1126

first things first..i still have my exe file that the program works.. i was just putting labels to my program then the next thing happens it does not work anymore except for the terminate program.. if some of you guys have time please recomplie it and test it in your …

-1
73
Member Avatar for majestic0110

Hi all, I hope you are well. I was just performing a routine quick scan of my laptop this morning and was horrified to see that MBAM picked up 19 malicious items! I am a safe web surfer, do not use torrents or visit suspect sites, so imagine my horror …

Member Avatar for PhilliePhan
0
131
Member Avatar for chingkoysilog

im not a little bit familiar with c program.....so can u help me to change this program to c program......pls ASAP.. here are the code: import java.awt.*; import java.awt.event.*; import java.net.*; import java.io.*; import javax.swing.*; public class TicTacToeServer extends JFrame { private byte board[]; private boolean xMove; private JTextArea output; …

Member Avatar for yellowSnow
0
206
Member Avatar for especta

hi i use OverbyteIcsWSocket + DCPcrypt2 i have try to make TCP server with md5 Authentication + 3des crypt example: user name = somtimg pasword = pass and des key = 1020304050607080901011121314 i have got this mesage from client ( Server random key length is 19 and must be 14) …

-2
76
Member Avatar for marangajared

Hi Gyyz I am new in ASP.NET and i am trynig to make my interface dynamic. Is there someone that can help me do it? this is the scenario I have two sets of fields on the interface. One is STATIC while the other needs to be changed. I need …

0
61
Member Avatar for lotrsimp12345

When i run a black screen with cursor appears but nothing prints THANKS INTERFACE [code] //my_int_vector.h class my_int_vector { public: //destructor ~my_int_vector(); //copy constructor my_int_vector(const my_int_vector& b); //constructor that create an empty vector my_int_vector(); /*constructor that create an vector with capacity specified as a parameter but doesn't assign values to …

Member Avatar for mrnutty
0
253
Member Avatar for g3nX

Hi, SUPERAntiSpyware Professional keeps finding this trojan "Trojan.Smitfraud Variant-Gen/PP" virus and every time I remove it and restart the pc it keeps coming back. I also tried runing SAS as administrator but still after it removes the trojan, it comes back after restard. MBAM doesn't find anything thou. HijackThis Log: …

Member Avatar for g3nX
0
1K
Member Avatar for marangajared

Hi Gyyz I am new in ASP.NET and i am trynig to make my interface dynamic. Is there someone that can help me do it? this is the scenario I have two sets of fields on the interface. One is STATIC while the other needs to be changed. I need …

0
91
Member Avatar for KarthikOnIT

I'm (trying to) program an addin in VC++ (VS 2005) for Outlook 2003 How do I catch the event when the user clicks a button within the menu? Is there a way to DispEventAdvise for the Office::CommandBarControls or the Office::CommandBarPopup which "owns" the menu items? My addin has a toolbar, …

0
71
Member Avatar for faithingod1970

I am trying to create an inventory GUI display for scool. I have this GUI class as part of a 4 class program. For some reason I thought that the last lines created buttons yet this program lacks them. I also hav problems having my main call the GUI to …

Member Avatar for JamesCherrill
0
101
Member Avatar for gervaisgroup

Bing is doing its best to differentiate itself from Google. Attempting to claim some high ground, Microsoft is positioning Bing as the world’s first “decision engine” as opposed to its predecessors, the search engines. Differentiation requires using different algorithms and a new design on the search engine results page. New …

Member Avatar for mahgobb
0
258
Member Avatar for sam09

Hi folks, I ready on one of the SEO blogs that fter five years, Google has finally owned the patent to the design of its home page. So anyone who tries to copy its design will face patent infringement from Google. The patent refers to whole Google Home Page as …

Member Avatar for quicktpgo
0
87
Member Avatar for shikharana

Hi. I'm having alot of trouble completing this part of my assignment. can u please help me with it the ques is : Implement the following buttons: Rect, Oval, Image, Colour, and Clear. You do not need to have the Text button or its associated textField. Your Rect, Oval, and …

0
33
Member Avatar for ryan6563

There are tools that analyze visitors’ behavior and generate the list of resources people also like to visit (Alexa.co), there are tools that analyze users’ bookmarking preferences and generate the list of sites having similar tags when bookmarked (Delicious and FoxMarks). [URL="http://www.webguild.org/2009/09/how-to-find-similar-sites-with%C2%A0tags.php?p=p2"]"Similar site"[/URL] is the tool that is also "mainly …

Member Avatar for nganhara
0
103
Member Avatar for Dani

I just want to post my frustration and sheer contempt for the new AdWords interface. It's making it very difficult for me to get anything accomplished quickly, and is the reason I am still at the office right now. So, without further ado, dare I say ... GRR.

0
168
Member Avatar for khess

Today I'm pondering if the current open source model is still valid or if it's outdated. Do we need licensing for open source software? Do we need the GPL, LGPL, APL and all the [URL="http://www.opensource.org/licenses/alphabetical"]other licenses[/URL] that plague...er, [I]grace[/I] us? If your software is free and open source, why bother …

Member Avatar for khess
0
434
Member Avatar for khess

It's hard to convince Joe and Mary User to convert to Linux when the first things you hear from them are: "Where's my <insert stupid application here>?" "Why can't I just have <insert ridiculous thing here>?" or the ever-popular "This doesn't work like <insert overpriced application here>?" Honestly, it's enough …

Member Avatar for DidouPh
0
716
Member Avatar for khess

Back in October '08, I wrote "[URL="http://www.daniweb.com/blogs/entry3288.html"]5 Things I Wish Linux Had[/URL]" but never realized that it would inspire the heated debate (Read the comments) that it did. I also didn't realize that it would inspire an actual operating system. One of my readers commented briefly that he would take …

Member Avatar for dandart
0
333
Member Avatar for Lisa Hoover

You already know how important it is to archive business email in case you need it later for reference, audits, or litigation, but storing all those archived bits and bytes is a real headache. Shoving them all on disks or a dedicated hard drive isn't practical or secure, and searching …

Member Avatar for Phillip C
0
146
Member Avatar for GuyClapperton

It's official - the computer mouse is 40 years old today. Good grief I feel old, I'm older than the earliest mouse. That's somewhat sobering. The first mouse was made of wood. It was much, much larger than the hand-held devices we have today and it was much less precise …

Member Avatar for yollyP.
0
114
Member Avatar for newsguy

Mobile phones have become many things, and I am just waiting for the first to appear which does away with that 'make and receive voice calls' requirement. Mind you, there is some argument that the iTouch does that, considering that it is an iPhone without the phone bit. But I …

Member Avatar for peter_budo
0
720
Member Avatar for newsguy

You cannot have escaped the fact that this week is the Microsoft PDC2008. Those attending the Professional Developers Conference, only held every other year, were lucky enough to witness the first full public demo of Windows 7. What's more, PDC attendees even walked away with a full pre-Beta build of …

0
430
Member Avatar for newsguy

The actual Patent title reads "Personal area network systems and devices and methods for use thereof" but PANTS is much snappier don't you think? That's Personal Area Network Technology Systems in full. Apple is looking to patent always-on from anywhere access to the Internet. I thought that was already tied …

0
355
Member Avatar for Lisa Hoover

You have to give Japan-based IT company [URL="http://www.kayac.com/"]KAYAC Co., Ltd.[/URL] points for creativity. Many IT-centric businesses have a tech worker bee or marketing guru maintain the company blog, but [URL="http://www.pinktentacle.com/2008/10/midori-san-the-blogging-houseplant/"]KAYAC handed the keyboard over to a Sweetheart Hoya[/URL]. In case you're not a botanist, that's a rare and beautiful succulent …

Member Avatar for Techwriter10
0
305
Member Avatar for Brian.oco

The impact from the ongoing credit crisis is finally starting to translate into layoffs for the tech sector. The folks I'm talking to say that AT&T, Apple, Yahoo, Sun, eBay, Microsoft, Nortel, HP, EDS, and even Google are going to be passing around pink slips with alarming aggressiveness in weeks …

0
160
Member Avatar for GuyClapperton

I think I'm going to start compiling a list of these. Last week we had complaints from people not wanting Apple or Facebook to do stuff they didn't like to their websites - excluding content and the like. Now we have [URL="http://news.bbc.co.uk/1/hi/technology/7609555.stm"]this story[/URL] about Facebook's redesign going ahead regardless of …

0
80
Member Avatar for GuyClapperton

One of my favourite things about Microsoft is that whatever its critics say, it popularised computers as easy to use items. Windows, on its third run, brought the graphical user interface to the fore (and yes of course I know it had been around for a while as Gem, Apple …

0
52
Member Avatar for EddieC

Microsoft yesterday released a [url=http://support.microsoft.com/kb/954593]security update[/url] intended to fix eight critical vulnerabilities in as many as 42 Windows apps and components, including IE6, Media Player, Office, SQL Server and Visual Studio. The patch was made available before they could be discovered and exploited by malicious hackers, or at least before …

0
194

The End.