7,713 Topics

Member Avatar for
Member Avatar for Randomishlying

(I’m pretty desperate to fix this thing, so I’m going to try to be as thorough as possible) Before the problem occurred (this may not be important, but just in case): I took my hard drive out to hook it up as a slave (for storage) to a different computer. …

Member Avatar for Ebenezer majari
0
466
Member Avatar for jonlloydd

I am tring to work out a price with VAT included based on a VAT rate the user enters. I want to display the result in a input box. Can I display the result of this as the user enters the VAT rate and price without clicking a button or …

Member Avatar for diafol
0
376
Member Avatar for ramsiva

I am facing to dispaly multiple values in another text box this is my code $("#firsttearesult").val(diffHour,diffMins); Any body help me to display both

Member Avatar for DaveAmour
0
138
Member Avatar for happygeek

The Google Glass wearable computing 'enhanced reality' project got off the ground this week at the Google I/O Developers Conference in San Francisco earlier this week. Around 6,000 developers were present to see a demonstration of the futuristic technology which integrates a small video-display suspended from the arm of the …

Member Avatar for helenspencer
2
977
Member Avatar for Khan2014

trying to display four images in row. html code` <section class ="selection-meals"> <ul class="meal-showcase"> <li> <figure class="meal-photo"> <img src="resources/css/imgs/1.jpg" alt="meal1"> </figure> </li> <li> <figure class="meal-photo"> <img src="resources/css/imgs/2.jpg" alt="meal2"> </figure> </li> <li> <figure class="meal-photo"> <img src="resources/css/imgs/3.jpg" alt="meal3"> </figure> </li> <li> <figure class="meal-photo"> <img src="resources/css/imgs/4.jpg" alt="meal4"> </figure> </li> </ul> <ul class="meal-showcase"> <li> …

Member Avatar for Khan2014
0
2K
Member Avatar for meksikatsi

HP envy i7 with radeon 7670 I got rid of all graphics drivers and installed the 290. I got no display. no beeps, power supply is 600w high efficiency hp there are no instruction with the card, although it is brand new. sapphire has no support contact on web page. …

Member Avatar for jean122
0
286
Member Avatar for bejukdanijel

When i update radeon HD 6700 driver my cpu usage go high.is there any kind of solution to update driver without high cpu usage problem.

Member Avatar for jean122
0
125
Member Avatar for tqmd1

Sir I am using these codes <html> <head> <title>Center dive</title> <style type="text/css"> html body{ margin:0 atuo; margin-top:20px; } #main { margin: 0 auto; background-color: lightgreen; overflow: auto; text-align:center; height:400px; width:400px; color:blue; } #box { display:table-cell; vertical-align: middle height: 200px; width: 200px; background-color:#FFA500; border:1px solid silver; color:blue; font-weight:bolder; font-size:24px; padding:10px; margin:0 …

Member Avatar for gentlemedia
0
219
Member Avatar for AmritaHasan11

Guys i wanna know about the best monitor 2015.I like the LG 34UC97 34" Curved LCD Monitor.Whats your?

Member Avatar for deceptikon
0
151
Member Avatar for George_91

I am trying to connect my laptop to my television by HDMI, i've done it before and it worked. But now I'm having some problems:: When I connect the HDMI cable to my laptop, my laptop's screen goes black, as if it didn't receive any image signal (neither the tv). …

Member Avatar for rachelh009
0
2K
Member Avatar for tnd2491

Hello All; I want to display logs in the following format as below:- XY,1,1114,ABCDEF,d1744783-0681-4f0c-adee-83277f5e4b85:286,192.168.33.211\n where:- XY is servername. ABCDE:- UserName. I want to display this specific log from the multiple logs of different server with different name. How to do that using threads ??

Member Avatar for vijayan121
0
182
Member Avatar for erum

i have two controller customer and order in mvc Application ..I wnat to show customer in drop down list in order controller when click on order create ..or click on following url .http://localhost:1957/order/Create any help ..

Member Avatar for erum
0
138
Member Avatar for Emma Etigu

hello guys what is the best way of populating text boxes with values from the database. I am using access and want to display some values to two textboxes . I have been using the GetData method but I got a prpblem , in case the value is not found …

Member Avatar for zizo.ahmed.779
0
576
Member Avatar for Varunkrishna

How do I display the individual integers from the scanner input stream for example if the user enters 500 I would like to display it as 5, 0, 0. Here is the code guys import java.util.Scanner; public class Digit { public static void main(String[] args) { int number, i = …

Member Avatar for Varunkrishna
0
1K
Member Avatar for muneersial

This code is not display data and not show any error.so reply me what is error. <html> <head> <title>insert new post</title> </head> <body> <form method="post" action="insert_post.php" enctype="multipart/form-data"> <table align="center" border="10" width="600"> <tr> <td align="center" colspan="5" bgcolor="yellow"> <h1>insert new post here</h1></td> </tr> <tr> <td align="right">post title</td> <td><input type="text" name="title" size="40"></td> </tr> …

Member Avatar for almostbob
0
252
Member Avatar for manofprogram

I want to know if my display adapter has been accessed by a keylogger or any other program capturing my screen images. Do I need to access my CPU, display driver, or computer memory to decide if the display adapter has been accessed? How can I find out what program …

0
85
Member Avatar for Pemba

write a source code to display the given age is valid, eligible for vote, not eligible for vote or invalid? if the age is greater than 0 then display valid age, age is less then 17 then display not eligible for vote, if age is greater than 17 then display …

Member Avatar for djjeavons
0
109
Member Avatar for baloch123

Hi I want to greet user when they type their name in the textbox. e.g WHEN THEY TYPED IN THEIR NAME A LITTLE POP UP, OR A LINE APPEARED IN AREA THAT SAID “Hi XXXXX, nice to meet you!” Here is the sample code. <div class="form-group"> <label class="col-xs-3 control-label">What is …

Member Avatar for baloch123
0
279
Member Avatar for PhilipRaj

the following is the error message, Undefined index: gld in F:\xampp\htdocs\lfs\site_globalfn.php on line 14

Member Avatar for almostbob
0
99
Member Avatar for PhilipRaj

<?php include ('main_config.php'); //get all web settings $web_settings = array(); <?php include ('main_config.php'); //get all web settings $web_settings = array(); try { $db = new PDO($mysql_host_db, $mysql_user, $mysql_pass); $query = "SELECT * FROM t_lfs_web_settings"; //$result = $db->query($query); $result = $db->prepare($query); $result->execute(); foreach($result as $row) { echo $row['gld'].'<br />'; echo $row['gname'].'<br …

Member Avatar for minitauros
0
130
Member Avatar for malatamil

in this double condition [else if($test1[0] == "Regular Project" && $test1[0] == "FSA Project")] is not working properly. this is the way to do . or in_array i have to use. $sql1 = "SELECT Select_Type,Prj_Id,Status FROM PROJECT_ACTIVE WHERE Memr_Id='$data[0]'"; $test = mysql_query($sql1); $test1 = mysql_fetch_array($test); /*echo "<select name='selecttype'>"; for($i=0;$i<3;$i++) { …

Member Avatar for malatamil
0
6K
Member Avatar for Violet_82

HI guys, quick (and perhaps stupid) question. Basically I'm getting some values out of a database, converting them into string and store them in dedicated input fields: if (reader.HasRows) { //because there should be only 1 row to read, otherwise use while reader.Read(); rent.Value = Convert.ToString(reader["Rent"]); car.Value = Convert.ToString(reader["Car"]); bills.Value …

Member Avatar for tdrosiadis
0
198
Member Avatar for lukky

Please tell me the code for how to display record in datagridview based on combobox selected item. I have a table named table1 in sql server database.and columns are name,id,group,grade,year.when i seleted one name from my table then the remaining fields information(ie only that record)have to dispaly in datagridview by …

Member Avatar for riyamanavalan@g
0
316
Member Avatar for tnd2491

Hello All, I want some help on how to display the login logs and log out logs when any user or Clients logged in to the udp server or logged out of the server. I have to display following information:- (1) For LoginLog - UserID,UserName,TransactionID,ClientIP along with id of 1 …

Member Avatar for tnd2491
0
140
Member Avatar for Hari om
Member Avatar for fireburner29

Hi, i developing web application in core php. we have five panels superadmin, admin, medical, staff, customer. all records should be display superadmin and created by users. please help me to write a mysql query below my basic query. $user = $DB->prepare("SELECT `u_userid`, `u_username`, `u_password`, `u_rolecode`, `firstname`, `lastname`, `sex`, `age`, …

Member Avatar for fireburner29
0
356
Member Avatar for Mahmud_1

Hi Guys; I have a data grid imported from a CSV file. It has four columns name, price1, pice2, price3 I also have a drop down list which displays the first column of the datagid (name). If i select a name i want to be able to dispaly all prices …

Member Avatar for ddanbe
0
125
Member Avatar for Violet_82

Hi, I run into an interesting thing. I'm looking into SQL a bit, and was reading some tutorial on W3C, so I built a small application to play with SQL queries: inserting info in a table and then retrieve it as it is, filter it etc. The table contains 5 …

Member Avatar for Violet_82
0
170
Member Avatar for Mr.M

Hi DW I have create a client using VB.NET using Winsock 5.0 as a socket to communicate with the server which I did it in java. The problem is that for terminating the client first send a termination request to the server and the server grants the permit and the …

Member Avatar for Mr.M
0
220
Member Avatar for SalmiSoft

The 2nd monitor on my Windows 7 laptop stopped working today. It just showed black when I started the laptop. It has previously been working fine and I have not recently made any hardware or software changes. So far I have tried: - Checking video & power cables are connected …

Member Avatar for DaniWebUser_1
0
308
Member Avatar for Search_not

I want to read text from a file and display it in the win32 Edit(ReadOnly). I am having problems converting from std::string to w_char*/LPWCSTR. The program reads the text from the textfile into a vector<std::string> object. I want to display each item in the vector on a new line inside …

Member Avatar for Search_not
0
906
Member Avatar for ben.matthews18

**here's what i've got -** in sharepoint i've added the 'page view' web part that displays the contents of a network share on the page using \\server\share\folder **here's what i need -** each user that logs into our domain has their 'documents' folder redirected to a server share. how do …

Member Avatar for Be-Reformed
0
219
Member Avatar for jed.brundidge

I'm building an application in asp.net mcv, using Entity Framework and am running into some problems. My requirements are to take a pdf template and fill the pdf with information form a database. When try to return the data from the databse all I get is the EF genearted sql. …

Member Avatar for clairestreb
0
164
Member Avatar for Snoring

Let's say i have a table with the column names : 'One' , 'Two' , 'Three' ... Column 'One' has values 'A' , 'B' and 'C' Column 'Two' has values 'D' , 'E' and 'F' Column 'Three' has values 'G' , 'H' and 'I' In my code(im not sure if …

Member Avatar for clairestreb
0
431
Member Avatar for Sonia11

I am proceeding with parallel processing using GPU, while installing CUDA, I did build the dll files in CMAKE to have GPU support. I did include all the CUDA files and now when I am trying to rebuild the following solution: #include <iostream> #include <stdio.h> #include "C:\Users\admin\Documents\opencv\build\include\opencv2\opencv.hpp" #include "C:\Users\admin\Documents\opencv\build\include\opencv2\gpu\gpu.hpp" using …

Member Avatar for mike_2000_17
0
2K
Member Avatar for me fahim

my desktop has that same "danger spyware" background and i can get rid of it! i've tried the display icon thingy in control panel but the delete tab is not an option! please help me!!!!!! i can;t even rite click on my desktop!

Member Avatar for happygeek
0
390
Member Avatar for Santanu.Das

It doesn't display my latest Avatar. I uploded it aproximately 8:00 pm, but now nearly 10::00 pm. Not Updated in two hours.

Member Avatar for Santanu.Das
0
157
Member Avatar for Benjamin_4

i want to know how i can get a json response from my node.js server and display the response on my web page ` var request = require("request"), username = req.body.username, password = req.body.password, url = "https://api.ecoachsolutions.com/main.php?ecoachsignin=1&server=remote&user="+username+"&pass="+password; console.log("url is "+url); request.get( { url : url }, function (error, response, body) …

0
122
Member Avatar for Ahmed_39

Hi i have crate an Partial view with name "_Menu" it's view items as menu and sub menu in my website _Menu Partial view Code: @model IEnumerable<MainCats> @using GoShope.Models.GoShopeDB; @{ IList<MainCats> mainList = Model.Where(id => id.IsCompany == true).ToList(); } <div class="panel-group category-products" id="accordian"> <div class="panel panel-default"> @foreach (var item in …

Member Avatar for pritaeas
0
692
Member Avatar for mangel.murti

how we can display records 1-5 for 1 user. for 2nd user, we can display 2-6 for 3rd user, we can display 3-7 so on...

Member Avatar for mangel.murti
0
188
Member Avatar for lostmymom

The above date is stored in varchar type i want to display the error date for rectification. so i tried NOT LIKE '__/__/____' but it didnot work. I want to display the records which does not have the 02/02/2000 pattern. thanks

Member Avatar for rch1231
0
127
Member Avatar for saadi06

Hi, I am trying to load arabic forms in smarty. But whenever I copy data to a tpl file the arabic lanaguage changes to ?????. Is there any help where I can find how to load arabic forms.I have searched but could not find any help regarding loading the arabic …

Member Avatar for pritaeas
0
62
Member Avatar for khin thida phyo

I have category table and product table.I retrieved item name from category table.Product table has id,image,title,category,description.If I choose one item from category,I want to display image concern with it. This is my code.

Member Avatar for Traevel
0
39
Member Avatar for Leslie_1

Sqlite is a single user database application. It has many capabilities. It would be appreciated if either a link to an example, or some sample code could be shown for creating, inserting and querying a database.

Member Avatar for glenn_3
0
103
Member Avatar for Henry Mark

DISPLAY THE FACTORS AND THEIR COUNT FOR A GIVEN NUMBER. SAMPLE DIALOGUES: #1 Type a number: 9 The factors of 9 are 1,3,9. There are 3 factors. #2 Type a number: 12 The factors of 12 are 1,2,3,4,6,12. There are 6 factors.

Member Avatar for rubberman
0
111
Member Avatar for Ali_46

After replacing my fried power supply due to a massive power fluctuation I've been having problems with my Windows 7 PC. Here is a brief list of the problems I'm facing: 1. Only one of the two VGA monitor outs ports are working 2. 50% of the time Windows7 freezes …

Member Avatar for RobertHDD
0
364
Member Avatar for tnd2491

Hello All; What i need to do is to display 1000 logs coming from the server into 20 rows continuously.Does anyone have any idea?? I am storing the data strings coming from the server into the vector container. And that i have to display continuously from 0th Row row to …

Member Avatar for Duoas
0
217
Member Avatar for AntonyRayan

while updating an user profile , if I update a new image ,it updates the new image and displays it. If I update other fields without updating image field , it updates others, but it does not showing the image. How to display it?

Member Avatar for lps
0
151
Member Avatar for xeb

Laptop that power on but no display follow this step by step tutorial http://itrepairguide.com/laptop-power-on-but-no-display/

Member Avatar for rubberman
0
53
Member Avatar for greenpotato

Hi, I'm creating an Events calendar whereby i store event data in an sql database. How do I make it so that when I click on a date in the calendar, it'll display the events details happening on that day in a GridView? I've researched for super long but I …

Member Avatar for greenpotato
0
265

The End.