Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #1K
Member Avatar for Baradaran

I have a Sony Vaio SVE1511C5E which turns on and off, an endless loop. I tried everything to find out the reason. Finally I got the BIOS IC out, put it into a reader and tried to update the BIOS, however, there is no .bin file to programm the IC …

Member Avatar for rproffitt
0
389
Member Avatar for Baradaran

Dear community, today I am facing a new problem, maybe due to a black out. I am trying to select from a table based on the results from a select statement, however, the result only contains the first few characters of the field. The main table has the field "category" …

Member Avatar for Baradaran
0
592
Member Avatar for Baradaran

Hi, I have a sql statement which was running fine yesterday. After making a few changes to the website, it stopped working. I managed to get the statement work on my localhost, however, when I publish the same pages onto the server, I receive the "Operand should contain 1 column(s)" …

Member Avatar for tmlslvn6
0
2K
Member Avatar for Baradaran

I have created a page which is supposed to pull some information from a mysql database and display them. Another page is supposed to save the data to the database. The problem is, that I am not even able to get the data in Persian or Arabic displayed correctly, instead …

Member Avatar for LastMitch
0
285
Member Avatar for Baradaran

I am totally new to vb.net, still I am planning to try it for a project, in which there will be standalone machine using an access database to query and update different tables. While in VB6 I was able to define recordsets using Microsoft.jet.oledb.4.0, in VB.net I have become a …

Member Avatar for Baradaran
0
230
Member Avatar for PriteshP23

I would like to know why the content section is taking more width in my design page? Here is my CSS code : body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color:#414141 } p { padding-left: 10px; padding-right: 10px; } #wrapper { width: 100%; min-width: 100%px; max-width: 100%px; margin: …

Member Avatar for PriteshP23
0
238
Member Avatar for Violet_82

Hi there, I have a bit of a problem here. I have a div with a background image positioned and I want to add a gradient background to this div <div id="myDiv"> ... </div> CSS: #myDiv{ /*border:1px solid green;*/ /*width:940px;*/ padding:10px 0 0 20px; height:160px; background:#fafafa url("image.png") no-repeat 100% 60%; …

Member Avatar for Violet_82
0
227
Member Avatar for dstoltz

I have a client who hired me to re-design his DJ site. He is adding venue pages for all the places he entertains - ok so far. When we discussed this page early on, he said he wanted to add "some pictures" of all the different venues. No problem. Each …

Member Avatar for dstoltz
0
167
Member Avatar for anmolvatsa

FOR FOLLOWING CODE <%@language=VBScript%> <%Option Explicit%> <html> <body bgcolor="aqua"> <% Dim myConn Set myConn = Server.CreateObject("ADODB.Connection") myConn.Open = ("DRIVER={Microsoft Access"&" Driver (*.mdb)};DBQ="&"C:\Inetpub\wwwroot\tizagASP\razor.mdb;") myConn.Close() Set myConn = nothing %> </body> </html> I GOT FOLLOWING ERROR The page cannot be displayed There is a problem with the page you are trying to …

Member Avatar for ptduran
0
143
Member Avatar for Violet_82

quick question.Take this html <form id="the_form"> <input type="checkbox" value="ideal" name="ideal_drive" id="ideal"><label for="ideal">This is a test only only</label><br> ... Say I want to select the text in the label and give it a different colour. I tried this rule #the_form label[for='ideal']{ color:yellow; } It works ok but not in IE7. SO, …

Member Avatar for Violet_82
0
120
Member Avatar for suavedesign

Hi, I have two paragraphs, and I am trying to get the second one to float:left; But the paragraph just stays where it is, without floating. I added `<div class="clear"></div>` to my html, but that did not help. Can anyone see what I am doing wrong? Url is [www.accupresh.com](http://www.accupresh.com) Thank …

Member Avatar for gon1387
0
105
Member Avatar for murali1

Hello everybody , Im created an Application in vb6.0 . In that application i have to store data in a web Mysql database.How can i connect tht

Member Avatar for AndreRet
0
2K
Member Avatar for HayLift

Hey guys. I'm tyring to create a form which, amongst other things, has a dropdown box and a textbox. What I'm trying to do is have the textbox either hidden or disabled unless a certain option in the dropdown box is selected. I've searched for a tutorial and found a …

Member Avatar for Hiky
0
510
Member Avatar for zobadof

Hello, Me and a Friend have been designing a website. Currently we've done one page and we're very puzzled by the Navigation bar. We fixed the issue when it was on the right hand side, but can't now it's on the left. It was on both but as explained, right …

Member Avatar for zobadof
0
134
Member Avatar for Baradaran

Hi all, I wonder where Windows Server 2008 stores information about the users, when there is no active directory set up. Is it possible to access the store location? Is it possible to manage the users using a web page interface instead of logging into the server each time? Thank …

Member Avatar for Baradaran
0
282
Member Avatar for aidanodr

Hi Guys, I have a Samsung P28 I just got from a company I deal with, if I fix it its mine. When I press the on button, I hear the CD Drive and thats it. Re the set of lights up over the keyboard, the right most light [ …

Member Avatar for p.105
0
593
Member Avatar for Baradaran

Hi, I have obtained a Windows Server 2008 R2 (Virtual Server) which does not support Active Directory. I have set up RAS and NPS, however, I am currently authenticating the users using the Windows User Console. I have more than 200 users. I intend to set a certain duration for …

Member Avatar for Mve83
0
152
Member Avatar for bluedos82

Me again all. I have more problems than a squirrel on an eight lane highway... Right now I have a computer that will only power on and not boot. It doesn't post or anything, just turns on, makes a few sounds and then just stays on. Nothing on the monitor …

Member Avatar for rishabjainb
0
270
Member Avatar for Nfurman

Hello this is my CSS: [CODE] div#menu { width:680px; height:30px; position:absolute; top: 300px; left:300px; } #linkbar { list-style:none; margin:0; padding:0; } #linkbar a:hover { background-color:#CCCC00; color:Black; } #linkbar a:visited { background-color:#CC6600; color:White; } #linkbar a:visited:hover { background-color:#CCCC00; color:Black; } #linkbar a { behavior: url(/css/border-radius.htc); border-radius: 10px; display:block; float:right; margin:3px; background-color:#006600; …

Member Avatar for Nfurman
0
144
Member Avatar for ninja_girl

I have searched the forum and Google but there was nothing that would give me a clue what's wrong with my code. I'm just starting PHP and I'm trying a few things. :) I have a page with login. Logging in works wonderfully, storing sessions with username does too. However, …

Member Avatar for ninja_girl
0
296
Member Avatar for manaila

Hi, I want to get started in Web Development. I want to be able to design dynamic web services. I have realised that there are so many languages used in web development. So I am asking for an advice of which languages I have to choose in the design of …

Member Avatar for manaila
0
199
Member Avatar for ivanyeates

Hi, I've done a search and came up with nothing. Here's my problem, I have a site that uses an index.htm page as the homepage and an iframe contained in that page that is dynamic and is the only content that changes. Everything works fine except in web search engines, …

Member Avatar for Baradaran
0
163
Member Avatar for Aamit

Hi, I am using IE8. I am trying to set value for check_id but it not working in IE8. but works in firefox. [code] <script type="text/javascript"> function check_test() { var new_url="http://www.abc.com/xyz.php?id=5"; alert(new_url); document.getElementById("check_id").value=new_url; } </script> </head> <body> <form name="mod_frm" method="post" id="mod_frm" action="<?php echo $self;?>" > <input type="radio" name="pkg_name" value="1" class="styled" …

Member Avatar for Baradaran
0
167
Member Avatar for Griffin54

Hello! I have created a button in the body my web page using the following code below: <input type=button onClick="parent.location='btb-lad-home.htm'" value='Home' style="font-family: comic sans ms; background-color: #872175" > (I have no code for my button in the head of my web page.) Although the code above creates a button with …

Member Avatar for logoonlinepros
0
157
Member Avatar for LELE7

I have an upload form that uploads a picture and places it relative to another image. It works fine on it's own web page, but when I add it the website, all my positioning is disregarded. This is in IE and Firefox, and with both absolute and relative positioning. I …

Member Avatar for LELE7
0
189
Member Avatar for TylerTCF

Can someone tell me why it might be that my Title 1 and Title 2 wrap in the table? This is a snippet of 130 titles, some are long, some are short. I want the title block to be a fixed length and nicely formatted. Any suggestions? Thanks in advance. …

Member Avatar for TylerTCF
0
139
Member Avatar for kcott

Hi, all - I am not an IT pro like so many of you, but a marketer tasked with maintaining a few company websites and am struggling to get the hang of it again (I used to maintain a company website in a former life). One of the sites I'm …

Member Avatar for drjohn
0
126
Member Avatar for jaejoong
Member Avatar for snehalj

above code not working, y is 2010 and year0 is also 2010, as per my knowledge Equal should be displayed as output, but the condition does not get equal. Pls help me for this.

Member Avatar for snehalj
0
534
Member Avatar for Roses89

hey guys, i had a quick question. does anyone know wether it is possible to have a dropdownlist and radio button list in a formview or is that not possible?if it is then how and if not, is there anyother way i can do that?

Member Avatar for Baradaran
0
103