7,713 Topics
![]() | |
Hi, I have created a system where users can follow another user, I am currently querying the table to display who is following who. I have two queries as shown below: [code=php] // followers query $query = "SELECT * FROM friends WHERE friFriend='$view'"; $result = queryMysql($query); $num = mysql_num_rows($result); // … | |
hello all, my wife turned on her computer today and the monitor was fuzzy. You can still read larger letters but the small stuff is to fuzzy to read. I tried a new monitor and same problem. Any thoughts on were to start, I'll be hones I don't know all … | |
For background, my computer first refused to start and the RAM had to be removed and put back in. [url]http://www.daniweb.com/forums/thread340069.html[/url] The problem, now is that the video fades. At first, when working on getting it running last Thursday it faded in and out. I went away for the weekend and … | |
I am working on the following computer and have had a interesting thing happen. The video display for the monitor started to shimmer. It is a flat screen monitor. The name of the monitor is Samsung. Machine name: DUSTY Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 3 … | |
Hi, I'm trying to display an image inside a php tag using a file path name I stored in mysql. So far not working. [CODE]<td><?php echo "<img src='images/$image'/>";?></td>[/CODE] $image is the path to mysql. I can echo the path name so I know it works there but I can't display … | |
Hi, Guys! [COLOR="Green"]I am new to This forum and unfortunately i have come with a problem also. [/COLOR] I have a HP laptop which is giving me real problem. Laptop comes on, fan works, No Display, and after 5 sec it goes off. It was never fell any where. plz … | |
i had a old lg monitor which i tried to connect yesterday in my comp n bang i only see a small horizontal line 5 centimeters in the middle of the screen with the logo of windows xp loading n rest of the up n down parts are covered with … | |
If RGB(170,255,213) gives a pastel green color display then what is the color code I should use if I want a deeper green color tone display? Is there a list of the color display codes for C++? or where I can lookup for sample color displays? ;) | |
i everyone, I'm a complete novice to javascript and have been looking around for a few days now trying to figure this one out. If you have any advice or ideas, I'd GREATLY appreciate it! Here is what I'm trying to do. I run a review site with multiple cities. … | |
Hi, I have a big project (#1). this is its direction: Project I Software for a Bank Write a C++ program for the following task: a) Should allow 5 users with user name & password [ (Ohlone1, Ohlone1pw), (Ohlone2, Ohlone2pw),( Ohlone3, Ohlone3pw), (Ohlone4, Ohlone4pw), (Ohlone5, Ohlone5pw)] b) Display a welcome … | |
I don't know how to use the onmouseover event the text , then display the image. For example, I have a <p onmousever="">CHECK</p>, then when I move the mouse over the text, the image will display. Please help me! | |
Hi Have had a problem with the Tecra, hoping for some assistance. The screen froze whilst surfing on the internet. The only way I could switch it off to force it to shutdown by keeping my finger on the silver off switch for a few seconds. It did switch off. … | |
hi, now i'm hving problem to show card number that is not currently in used. let me give the example. I have 3 card numbers (A, B and C). A & B are user card number while C is temporary card number. I want to attached C to A. so … | |
I have a 17" BENQ monitor that is slow to start after being shut off for a couple of hours. The monitor LED blinks but the monitor takes about 5 minutes to light up. However, if the PC is started up after being shutdown for a short period of time … | |
Hello everyone. I am working on a simple program called "Who's Connected?" where it runs a command (netstat -aon) and then displays the results in a multi-lined textbox. However, when I press the button that will run the command, it tells me that it can't convert the string to an … | |
I have been trying to learn Django (and Python). I have a form that can have up to [I]n[/I] elements. Each of those elements has 3 parts to it (a TextField, a TagField and a Checkbox). The form init looks like this [CODE] def __init__(self, *args, **kwargs): notesAndTags = kwargs.pop('notesAndTags') … | |
Hi all, My computer seems to have a problem with its peripherals (no display on the monitor, no red light on the mouse and lights on the keyboard won't light up). The computer does power up (blue led lights, fans, motherboard lights) and I can open and close the DVD … | |
Hello guys i have a problem well i was having some weird artifacts on the screen (red dots all over) and my gpu temp was like 95c(Idle), well the thing is i opened the video card trying to clean it remove some dust. After i did that i reasembled the … | |
i have been thinking on how to make my website rich by adding a kind of dynamic and cloudy flash display like the one displaying in this our daniweb here. let someone gaurd me please. thnaks | |
Hi, I'm new in php and i need a code that show data from the database and limit it to only 5 results per page and if there are more than 5 results, the other results will be in page 2 and the other 11-15 results are in page 3 … ![]() | |
Hello, I am having a problem displaying database query in a DIV. I can display the data without issue using this code: [CODE]<?php if (isset ($_POST ['submitted'])) { include ('connect_php_projects.php'); $category = $_POST ['category']; $criteria = $_POST ['criteria']; $data = mysql_query ("SELECT * FROM discipline WHERE $category LIKE '%$criteria%'"); while … ![]() | |
i have table users in my database))the host of my website is in US and i am currently leaving in Russia. so when i display date/time in web page it shows time as if i am in US also my clients in different countries they are experiencing the same problem.\ … | |
Hi members,I would like to share knowlege in Java with you. I have a problem which i request a solution for. I want to design a GUI in java that displays four roads each having traffic lights and these traffic lights have four colours(green, orange, and Red). So I want … | |
Hi, i am developing a software using microsoft visual studio basic 2010. I set up a connection string to my server and take the data from there. I am using gridcontrolview and put my "product" table in here. It contain 4 column: systemid, system, actualid, description. I want to display … | |
Hi,everybody.I wrote a program with mikroC for PIC PRO/2009/V2.50 ,to measure a DC voltage input using 16F877A.But it shows the input dc voltage wrongly and uncorrectly[COLOR="Red"];[ it shows 0.014v instead of correct form; 14v ].[/COLOR] I attached my program and its proteus.would you please tell me what is wrong with … | |
[code] protected void Page_Load(object sender, EventArgs e) { string categoryName = Commons.TamilNewsLinks; var cate = Category.Categories.Where(t => t.Title.ToLower() == categoryName.ToLower()); if (cate != null && cate.Count() > 0) { List<IPublishable> posts = Post.GetPostsByCategory(cate.First().Id).ConvertAll((p => p as IPublishable)); int postCnt = posts.Count; if (postCnt >= 10) for (int icount = 0; … | |
Hi all, In this program I want to display row one by one in table format. Please help me Regards, chelladurai P.C. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Revaluation : Sona College of Technology</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="stylesheet" href="print.css" type="text/css" media="print" /> … | |
Hi all, I use the code below, and it's my idea it will give me on my LCDisplay the letters "Camil" (and yes, that is my name) All the first subroutines i just copied form [url]http://home.iae.nl/users/pouweha/lcd/lcd2.shtml[/url] - it has to work. From label start i did make anything myself. I'm … | |
ok i want to make a program to show a teacher at my school so i can get into computer Ap which teaches you java(but they say u have to know stuff to get in it makes no sense i am in highschool). here is some seudocode and the code … | |
I'm not positive this is the right place to post this. We're starting analysis for converting to UTF-8 on our application. During testing, all of our test data is displayed incorrectly in visual studio - our two-bye UTF-8 characters are being displayed as two one-byte ASCII characters. Is there a … | |
I'm embarrassed to say the type of laptop bec. of its age, but I only paid $100 for it. It's a Dell Latitude D600 and the graphics sometimes (like now) and basically any time it's cold outside (temp inside is 66 F but it seems to do better at higher … | |
I'm retrieving data pulled from SQL via an XML feed from my website, and each item has an id, name, description which is stuck into an ArrayList, which is then added to an overall ArrayList - this basically represents the rows retrieved from my database. i.e. [CODE] catArray = new … | |
I connected my TV to my laptop using an hdmi cable. I found and set it as an additional monitor but the TV would not display anything besides the lg no signal logo. After this i accidentally set my laptop to display only out of monitor 2. My TV is … | |
hy, i'm new in .net -c# and I have a problem.I have a database with a field where is a long text, for example a description for a product.Well, i want to create a form where where i select something from a listbox, for example the name of product, i … | |
The first paragraph of the code above is the loginview control that resides in my Masterpage. the second paragraph is the login page. where i inserted a login control and writes the code for user authentication the third paragraph is the code that processes the user authentication and the redirection … | |
My husband's computer monitor is blank upon turning the computer on *Gateway Dual Core. I have the exact same computer. We tried a different monitor, but that didn't work. It appears to me that the video is on the motherboard. I spoke to an old timer like me, and when … | |
Hello: (I am using Borland C++ Builder 6 Professional) Before you jump all over me I've already read the post Returing Arrays C/C++ and completely understand. For some reason I am still having difficulty implementing in my project. Very brief Project Explanation: I am collecting data from a laser sensor … | |
I hope somone can help me. I made a page and used jquery for a popup page. In the popup page i have 15 images. I want the user to select a image and once the image is clicked it must be displayed on the main page. I have tried … | |
[ATTACH=RIGHT]16729[/ATTACH]Intel’s latest line of processors, code named “Sandy Bridge”, was designed with intense multimedia demands in mind. Although we won’t likely see a sandy bridge chip on the market until early 2011, we have learned a good deal of information in regards to the architecture of the processor. The greatest … | |
Motherboard P5G41-M LE/CSM Processor : Intel Celeron D processor , socket 775 Ram memory : PC2-6400 2x1GB sticks Recently changed my motherboard and used following ram and processor . system is booting okay, windows is running fine only problem i am having is when i starts up my system its … | |
hey guys and girls. problem= this computer has worked perfectly since new the power is turned of at the wall after shut-down but when i turn it back on at the wall it decides to boot up on its own. and the monitor does not kick in to life. but … | |
I have an input form in which the user fills in several fields. I want to display the contents of these fields on a page right after the user hits submit. I am not sure how to call the last entered record. Also, to further complicate the issue, there is … | |
hello.. i am creating cmc pages from admin side. i have 3 level menu in front end. my database table structure for cms pages 'name,parent_id,description,status'. now i have to display all pages subpages and sub of subpages in menu. how to write this query? [CODE]<!-- BEGIN Menu --> <ul id="nav"> … | |
[I]Hi, I'm a intern as a web developer in a bank.. I really don't know much about this field but still im trying. I am a given a project "Service Request Monitoring System".[/I] [COLOR="Red"] IDE: Eclipse Europa Database Mgt System: Postgre SQL 9.0 Server: Tomcat 6.0[/COLOR] [B]my task now, is … | |
I've been trying to find a library that will either let me display a .ppt file or an .odp file, but I've not really been able to find either so far. I've already tried the Apache POI library, but it only lets me display an image of the PowerPoint. If … | |
Hey there, recently i bought a Club3D Radeon HD5750 to replace my broken SPARKLE GeForce 8800GT. And today it came, i installed it as it said in manual, plugged power to the card (My power is on 580W so thats not the problem) My monitor is a CRT/VGA monitor, which … | |
Hi, cancan someone help me with my problem? I am using vb 6.0 and MS Access 2003. I have a form where all the data in the database should display. The problem is, I don't know why my code is not working. here it is: [ICODE] Private Sub Form_Load() Dim … | |
Netstat display TOO brief to be useful - sorry about the spelling.... To try and find out about the times when my network card shows much activity in the absence of ME using the internet, I wanted to look at the the results from Netstat, but the first displays were … ![]() | |
Hi all, I have a textblock that is bound to an xml document. This displays the innertext of an xml-node element and the width of the textblock is fixed at "auto". The issue is that of the display as the innertext may exceed the width of the textblock and therefore … | |
hi all, have some question on displaying a countdown system i have the following code <?php date_default_timezone_set('Singapore'); // Define your target date here $targetYear = 2011; $targetMonth = 9; $targetDay = 10; $targetHour = 12; $targetMinute = 00; $targetSecond = 00; // End target date definition $targetDate = mktime($targetHour,$targetMinute,$targetSecond,$targetMonth,$targetDay,$targetYear); $actualDate … ![]() |
The End.