20,737 Topics

Member Avatar for
Member Avatar for michael123

I am currently using MS SQL 2000 server as backend database for web site (written in php), now plan to switch DB to MS SQL 2008 Express, I have questions about this conversion: 1) Will MSSQL2008 support all sql statement that was written in MSSQL 2000? 2) I know SQL2008 …

Member Avatar for Ramy Mahrous
0
89
Member Avatar for Marquita-Jensen

Hi, my name is Marquita Jensen. I'm new to this forum. My husband is in IT fixing server issues and he does some web site stuff. I really don't know much at all about websites, but I think it would make him happy to see that I did something on …

Member Avatar for Robdale
0
121
Member Avatar for Pim

Hello, This is the css: [code] ul { float: left; /*Het plaatje van de persoon*/ position: fixed; margin-left: 20px; margin-top: 2px; } li { float: top; postion: fixed; margin left: 20px; margin-top: 5px; list-style: none; } p { margin left: 5px; } body { background-color: #66FF66; } [/code] And the …

Member Avatar for Pim
0
186
Member Avatar for vuyiswamb

Good Morning All I have a WebSetup Project and a Installer Class. I want to accept User [QUOTE]Database, Server,Username,Password and E-mail[/QUOTE] This is what i did so far. I have created a Websetup Class installer that looks like this [CODE] namespace ClassLib { [RunInstaller(true)] public class ClassLib : Installer { …

0
344
Member Avatar for kritro

Hi I'm working against a server on a network behind a firewall, I do not have control over the firewall, ports etc. Have used teamviewer remote controll software to connect me to an XP machine with two network adapters that are in this network. The server is in a NAT …

0
27
Member Avatar for FTProtocol

Ok so it logs in fine using [code=C#] public bool Login() { string postdata = string.Format("m=login&nextURL=http%3A%2F%2Fwww.ijji.com%2Findex.nhn&memberid={0}&password={1}", encode(Username), encode(Password)); string result = post(_url + "login.nhn", postdata); return !(result.Contains("You have entered an incorrect password") || result.Contains("User ID is not found")); } public string GetCookies() { return Cookies.GetCookieHeader(new Uri("http://ijji.com/")); } [/code] then it …

Member Avatar for FTProtocol
0
258
Member Avatar for Tom Tolleson

Hi! Would it be possible to have a JavaScript graphic in a web browser react to sounds from the users computer microphone? Thanks! Tom Tolleson

0
88
Member Avatar for serkan sendur

Hi guys, i want to achieve the same thing below in C++ and C, is it doable? Dont get me wrong, i dont want to create a web application, i just want to get an index number of enum by specifying a string value. [CODE]//Default.aspx : <%@ Page Language="C#" AutoEventWireup="true" …

Member Avatar for jencas
0
1K
Member Avatar for emmaelle

How to enable Cookies in web browser i listed in this post. Web sites like myExpedient.net and others require that cookies be enabled. To specify how your browser should handle cookies, follow the instructions below for your web browser version: 1. Select the Internet Options option from the View menu. …

Member Avatar for Joseph25
0
148
Member Avatar for Slovig

Hey. I'm pretty new to ASP.NET and coding it in VB. I'm working on some tutorials on how to view and edit data from a SQL Data Source. I'm using the GridView feature, but I'm getting some errors. The major one, is that it requires me to declare a scalar …

Member Avatar for vuyiswamb
0
323
Member Avatar for PomonaGrange

Hi There, I have a page containing the following code [code=html] <frameset rows="75,*"> <frame src="menu.php" scrolling="no" marginwidth="0" marginheight="0" /> <frame src="home.php" id="main" /> <noframes><body>Your browser does not support frames. You can view the <a href="/home.php">Home Page</a>.</body> </noframes> </frameset> [/code] NOTE: there is nothing else on the page except for <head> …

Member Avatar for almostbob
0
92
Member Avatar for neoseeker191

I was wondering if someone could tell me if it is possible to take the navbar I made for the website, [URL="http://www.rcamodels.com"]Website[/URL] which was created using Dreamweaver and Fireworks, and convert it to CSS. What I am trying to do is convert the site to mainly CSS. I'm not looking …

Member Avatar for ccube921
0
121
Member Avatar for s.t.s

Hi all I am just starting this web design process and am learning as I go ... I have unfortunately jumped in at the deep end and struggling to find a decent location to cover the basics ... so I have what I am sure must be a really basic …

Member Avatar for peter_budo
0
83
Member Avatar for maltova

Hi all, i want to disable caching of my web page on the client side. For this, i am adding a cache-control:no-store header to the out going response in my asp.net page. It is working fine in IE but with a limitation in Firefox. what i learnt is Firefox is …

Member Avatar for sedgey
0
92
Member Avatar for frob

I need a flash video player with a Javascript API with a seek function. And I need to be able to seek in this video by second or, better, by frames and not by keyframes like all flash video player like JW or Flow. My video are encoding in 10s …

Member Avatar for lordspace
0
94
Member Avatar for ytregnn

I've tried to find a [B]tutorial[/B] on how to make a Flash application where a picture can by changed by a press at a button. [B]Example:[/B] [url]http://www.railbirds.com[/url] (the front flash presentation application where you can press '1', '2' or '3' to change the picture) Thanks in regards, Robin

Member Avatar for ytregnn
0
87
Member Avatar for sundkm06

Hi there! I apologize if anyone has touched on an issue similar to this previously, I looked through several pages and found nothing pertaining to it. I am fairly new to web design in retrospect (a little over a year) and have been trying to work through this but am …

Member Avatar for sundkm06
0
46
Member Avatar for etc123

i want to set a css positioning for my site, but it doesn't stay there when the resolution is changed, is that a way to solve this?

Member Avatar for almostbob
0
106
Member Avatar for rajarajan2017

[B]Why button not works within movie clip in flash?[/B] I have to use in that way, help me!!!

0
53
Member Avatar for rajarajan2017

I need to do a flash photo slide show like this, anybody help me to do that using action script. Please provide any tutorial/samples/ or just SWF like that to do that. Please look into the link for the sample [URL="http://www.walkertek.com/portfolio.php"]http://www.walkertek.com/portfolio.php[/URL] Please help me to solve, its very urgent too... …

Member Avatar for rajarajan2017
0
62
Member Avatar for viseth

My internet browser is opening itself to a web sit called [url]www .webthangs.com[/url]. This virus seemed to attack my default browser either firefox or IE. I have scanned my entire computer with many spywares and AVG, and none of them was able to find the virus. Apparently, Malwarebytes' Anti-Malware was …

Member Avatar for crunchie
0
235
Member Avatar for mustafabrew

Hi, I have built a website that uses ASP and am running IIS on windows XP professional. On my local machine I can access the website either by going to [url]http://ipaddress/sitename[/url] or [url]http://computername/sitename[/url]. THe problem comes is that I need other computers on the network to access the site, but …

Member Avatar for rezax123
0
370
Member Avatar for aparnesh

Does anyone know of a free image-map creation software ? I am using Mapedit, but it has only a 30 day licence

Member Avatar for Smit.J
0
207
Member Avatar for hawky

As the title says, I have been having a problem regarding my web browsers for the past 4 days. My computer is connecting to the internet fine, I am able to use all of my applications such as MSN, Steam and the ITunes store perfectley, however whenever I open a …

Member Avatar for sillyboy
0
505
Member Avatar for architact

Hello Guys, I need a simple help in css (I think so). Please have a look at this page [URL="http://www.csszengarden.com/?cssfile=213/213.css"]http://www.csszengarden.com/?cssfile=213/213.css[/URL] You will find some images at the bottom of the page that remains there whether you scroll up or down, I want to know how can achieve this. I think …

Member Avatar for architact
0
73
Member Avatar for electrokhan

hi, guys I am khan from canada,Electronic Technologist and Handymen in IT technology,looking to improve in IT through you IT monk's blessing. I have a website as <URL SNIPPED>. we (me and two of my friends) had dream to start working for us.Jobs are not stable any more. Well things …

Member Avatar for jbennet
0
16
Member Avatar for NeoKyrgyz

Hi, I don't know whether this is correct place to ask, but since my application is J2EE application (JSP) I'm asking it here. We've several web applications, some of them are J2EE applications (JSP, JAVA) and the administrators of these applications change frequently. One can just change code and add …

0
70
Member Avatar for vasanth.kanna

Dear All, I have developed a web site using asp.net and C#, Iam using Microsoft enterprise library - DBfactory for establising connection with sql server 2005. Now i want to implement the application to connect to different databases for different users. For example Client A should connect to database DB1 …

Member Avatar for agrothe
0
105
Member Avatar for umen

hello all im building search engine ( in house ) and now i need to stitch html/css gui to it i like to build simple clean page that will have the search text box and advance search in the top and the result that is constructed from text and images …

0
83
Member Avatar for THMSDONG

I have vista premium and used to run a free anti spy ware killer for virus protection until I got a virus that would not let me update it. This virus also redirects me to web sites that I did not type in the browser box. It usually sends me …

Member Avatar for crunchie
0
178
Member Avatar for raja289

i am a student of HND and doing Networking project but i am stuck in one issue if someone can help me solve it, question is there is a company with 200 workstations and 5 server, i have to tell nature of business = i decided IT support solution there …

Member Avatar for raja289
0
130
Member Avatar for tulsi_apr03

hi all, Can anybody help me, In my project, Im using Tomcat5 webserver and Oracle10g as backend.now I want to display one report .For that Im using CrystalReportsXi with JSP page , Report is generated correctly and displayed on to browser with out images.Images are those came with CrystalReport Tool. …

Member Avatar for tulsi_apr03
0
186
Member Avatar for gbailar

I have a Vista HP T4400 that has started having trouble with the system tray network icon - at least. When I boot the machine, the icon for network connections in the system tray shows the globe icon indicating local and internet access and the bubble "Local and Internet access" …

Member Avatar for michgal2k
0
100
Member Avatar for Stunt

Okay, I just remade the design of my site. I'm having some problems though. Here is the site: scrawlfx.com Now, I'm using padding to separate the post information "by Sal, Filed Under: PlayStation 3, Xbox 360" from the post content. So for post content, here is my CSS: [code].post-content { …

Member Avatar for MidiMagic
0
70
Member Avatar for SmartBeaver

Hello. I have a webpage im working on as a school project, and everything was going fine. Until I opened it up in IE. [code] <html> <head> <title> J. ROBERT OPPENHEIMER </title> <link rel="stylesheet" type="text/css" href="historyday_template.css"> <style> div#trans2 { background: #100000; width: 10px; height: 842px; position: absolute; top: 0px; left: …

Member Avatar for MidiMagic
0
131
Member Avatar for poddarpallavi22

Hi I am running an online examination system on intranet where a number of students appear for a test simultaneously. The paper contains only subjective questions and studens are provide a text area to fill in their answers. with each text area there is a "save answer" button which the …

Member Avatar for Luckychap
0
183
Member Avatar for shigatsu76

My ISP provided the following static block ip addresses: 216.XXX.XX.224-239. 224-Reserved Network 238-Reserved Gateway 239-Reserved Broadcast Subnet mask: /28. A primary and secondary DNS address was also provided. Is it necessary to run my own DNS server? My goal is to setup a web, ftp and mail server. Without involving …

Member Avatar for shigatsu76
0
560
Member Avatar for Mahen

[url]http://staticglow.dils.biz/image/index.php[/url] Try the post comments Box Am having some problems with the way the Username and Comments are displayed.

Member Avatar for Mahen
0
53
Member Avatar for chicago1985

I have web pages on a Windows 2000 intranet web server that uses IIS. Everyone has to use Windows Network login to get into the Intranet. I need to restrict who can view Intranet web pages which are located in this directory and also in subdirecties of this directory -> …

Member Avatar for freshfitz
0
237
Member Avatar for SmartBeaver

Pixels...ugh. They work fine for height, but width...anyways. Id like suggestions as to what measurement form I should use. Im stooping with the pixels for width so.... Suggestions? Thanks!

Member Avatar for SmartBeaver
0
99
Member Avatar for shasha821110

Hi, all I am new in this forum. These days i was thinking improving my website. I review a bunch of website and find my website are all using tables. So is there have some could answer me weather using table to write and design a website could cause problems?? …

Member Avatar for shasha821110
0
163
Member Avatar for veledrom

Hi, I have a webpage with 3 pages which are called main.html, aboutus.html, contactus.html and result.html. I want to put a searchbox into first 3 pages to be able to search a keyword in the html content and display in result.html. How can do it? Thanks Note: I hope this …

Member Avatar for jakx12
0
95
Member Avatar for sacarias40

i cant see an error [code] <?PHP session_start(); if (isset($_POST['Submit'])) { $email = $_POST['email']; $password = $_POST['password']; if (isset($email) && isset($password)) { $handle = mysql_connect("localhost","root",""); mysql_select_db("man_of_honor"); $safe_email = sql_safe($email,$handle); $safe_password = md5(sql_safe($password,$handle)); $login_query = "SELECT * FROM moh_members WHERE email = '".$safe_email."' AND password = '".$safe_passwd."'"; $result = mysql_query($login_query); $num_rows …

Member Avatar for superchris
0
101
Member Avatar for superchris

Hi! My name is Chris, I'm new here :D I'm 20, from the UK. I'm interested in web development, and I have a pretty good grip on web design, HTML/XHTML, CSS, PHP, and a not-quite-so-good grip on Javascript (I have also used Mootools and JQuery), MySQL, and Flash Actionscript. I …

Member Avatar for jbennet
0
90
Member Avatar for damacatak
Member Avatar for cohen

Hey Guys, How do i install a web layout??? for example from [url]www.free-css.com[/url] How do i change the images to what i want??? Cohen

Member Avatar for MidiMagic
0
121
Member Avatar for keepbusy

My website validates as XHTML 1.0 strict and I want to keep it this way (no reason to argue against it for the sake of this thread). Unfortunately, iFrames are not supported, so I am trying to use the Object tag to reference a PHP page that contains my Advertisement …

Member Avatar for MidiMagic
0
65
Member Avatar for Mahen

Hi all, I just created a website: [url]http://staticglow.dils.biz/[/url] However, the page displays differently on Opera and Firefox and IE. I've been trying to solve this issue for days now but in vain.

Member Avatar for almostbob
0
86
Member Avatar for hieuuk

If you’re an enthusiastic developer, sure you have done a lot of personal projects. The problem is that what you will do when you want to start a serious medium size project (which could take month(s)). I don’t think there is a best way to start a project however there …

Member Avatar for LizR
0
109
Member Avatar for PriyaFingent

the code is given below <script type="text/jscript"> // Check the length of the textbox //for new function Length_Phone1TextField_Validator() { if ((aspnetForm.ctl00_ProfilePlaceHolder_txtPhone1.value.length > 2)) { aspnetForm.ctl00_ProfilePlaceHolder_txtPhone2.focus(); return (false); } return (true); } <script> and in cs file its code like this `this.txtPhone1.Attributes.Add("onKeyup", "return Length_Phone1TextField_Validator()");` Its not working in firefox but in …

Member Avatar for cguan_77
0
74

The End.