20,737 Topics

Member Avatar for
Member Avatar for hksharma

Hi All, Kindly suggest me development of efforts for a ecommerce website and socila networking website in terms of number of workings hours. I'll be happy to hear from you. Warm Regards Hemant Sharma

0
82
Member Avatar for maheshks230

hai i attached one thumbanail...first see that one.... in this how to align bullet symbols at the same time background pic is also vth it...... i tried bt no result!!!! one time align bullet symbols at that time cann't see the back ground pic plz tell me the css code …

Member Avatar for ko ko
0
117
Member Avatar for vijayabhaskar_a

Hi Friends.... i have an urgent reqirement to find coordinate points to a unshaped image(if user clicks different areas of that image ,then navigate to other URL's),so please help me to complete the task.. ...whether it is in HTML or in asp.net thanks

0
37
Member Avatar for Moirae

Hello everyone, I'm writing my degree-thesis (so I'm one step from graduation yay) about web photo galleries (especially flash galleries). Does anyone know any good sites where I can get some tips and stuff like that? Thanks!!!

Member Avatar for Moirae
0
136
Member Avatar for nika201

PHP scripts can be run using the php-cgi.exe command line interface. However, a web server is a must if you want to have full functionality of the script. "Viewer for PHP" is an open source app that can be used to run scripts in an embedded browser control. It makes …

0
57
Member Avatar for jowen@yahoo.com

[code=html]<html> <head> <title>web ko</title> </head> <body> <h1 align="center">INTERNSTIONAL SCHOOL OF ASIA AND THE PACIFIC</h1> </body> </html>[/code]

Member Avatar for peter_budo
-1
9
Member Avatar for chowdarysmk

hai fndz, i face alignment problems vth css... anyone can help me.....in mozilla,but not striaght it show space between bullet symbols&text area...In IE7 ,no space between bullet symbol&text area...the pics are shown below (if any one ask code i also put it).how 2 correct alignment??/ plz help me............. Thank you

Member Avatar for ko ko
0
114
Member Avatar for kirit275

does anybody know how to add animation in a website? i tried it using timeline in dreamweaver cs3 but its not working on mozilla firefox & internet explorer browsers. please help....

Member Avatar for rajarajan2017
0
74
Member Avatar for edsimon

Please, how do I integrate an IP surveillance camera to be viewed in an already existing Website?

0
66
Member Avatar for ryan12193

HI i know this is probably a novice question but i made a form just with name and email and a comments box but i am having trouble with my submit button, is there a way that i can just have it send the form information to me in an …

Member Avatar for webexpertzhere
0
105
Member Avatar for iwahm

Would you please suggest any website which is offering quality tutorial on CSS freely !I want to learn this online.If you've got any free ebook, please inform about it.Thanks.

Member Avatar for ko ko
0
54
Member Avatar for chowdarysmk

[B]Hello members[/B] i am the new one to css... In our forum above we see Hardware/software softwaredevelopment web development internet marketing business exchange is there in tis how can create dropdown lists like hardware/software 1.microsoftwindows 2.Linux&unix 3.Mac etc... How can i get tis type of style sheet plz give the …

Member Avatar for Beg.CProgrammer
0
74
Member Avatar for sid7

Hello, I'm facing an annoying problem where a button's border colour changes when I click on the text fields in the same form. I could use onfocus="blur();" on the text fields to resolve this, but then they will lose focus when selected. So, I'm trying to find out where I …

Member Avatar for sid7
0
121
Member Avatar for qwedster

Folks! The following is a "Hello World" kind of code for ViewState. I just want to know how to retain the ViewState 1) while Page Refresh when using UpdatePanel and also 2) While I reverting back to the page after round trip when using UpdatePanel? Code Snippet: // Default.aspx [code=asp.net]<%@ …

0
60
Member Avatar for jay 11

Facebook COO, Sheryl Sandberg, confirmed to the Telegraph UK, that their updates will go live on Bing within two months. She also addresses the privacy concerns for Facebook users, saying that they will only be streaming updates of those members who have set their privacy settings to allow viewing by …

Member Avatar for InsightsDigital
0
111
Member Avatar for nevets04

I finally got apache installed. I moved my .cgi python web application to var/www/cgi-bin however when I went to 127.0.0.1/cgi-bin/web.cgi but it said the web address didn't exsist. So I put the file in in var/www/ and it just read what was in the script, it didnt execute it. So …

Member Avatar for jlm699
0
199
Member Avatar for ytregnn

I've until now created all my webpages in tables but have recently been thinking about starting to use divs instead. I've been thinking about trying to convert one of my ccurrent projects (from tables) to divs - anyone that happen to know some smart way to do this (without writing …

Member Avatar for zukilover
0
87
Member Avatar for stevenpetersen

I designed the site for free for a friend not to long ago and i wanted to go ahead and design it in flash. I wanted to see what ideas anyone might have about this design. [URL="http://www.predatorpitfighting.com"]www.predatorpitfighting.com[/URL] Thanks to every one

Member Avatar for rajarajan2017
0
44
Member Avatar for slfisher

Twitter, Inc., has shut down 33 fake Twitter accounts created by Republicans using the names of Democratic state representatives, but fake websites using the Democrats' names are still up. The story was [URL="http://current.com/177fi4c"]reported[/URL] in the Hartford [I]Advocate[/I], an alternative newsweekly. State Republican Chairman Chris Healy told the paper that it …

0
614
Member Avatar for jimib

[CODE] <%@ Page Language = "VB" aspcompat=true Explicit="True"%> <%Dim src As String = " bet "%> <html> <head ></head> <body > <form name=loc action=testsac.aspx method=get> <table class=s0 width=100% cellpadding=1 cellspacing=1 align=center border=1> <tr class=s0 align=center> <td> Search For: <input class=s0 size=50 name=src value=<%=src%>> <input class=s0 type=submit value=Search /> <td></td> </tr> …

Member Avatar for almostbob
0
113
Member Avatar for jb1ker

Hi. I'm changing a site's URL to a new domain. The site is hosted at freewebs.com which makes it impossible to create redirects (unless anybody proofs different). What is the most efficient way to make sure I don't get penalized by Google for duplicate content? As the new domain is …

Member Avatar for jb1ker
0
136
Member Avatar for byehye87

Hi, Suppose a site doesn't store passwords on its server. When the user creates a new account, his password is hashed together with his username and stored in a cookie insider his Web browser. When he comes to the site again and types in his username and password, the server …

Member Avatar for sknake
0
124
Member Avatar for samarudge

Hi, I have created a script to upload files [CODE=php]$filename = $_FILES['Filedata']['name']; $filetmpname = $_FILES['Filedata']['tmp_name']; $fileType = $_FILES["Filedata"]["type"]; $fileSizeMB = ($_FILES["Filedata"]["size"] / 1024 / 1000); //Irrelevant validation here move_uploaded_file($_FILES['Filedata']['tmp_name'], $_SERVER['DOCUMENT_ROOT']."/content/songs/file.mp3");[/CODE] And that returns OK to the browser allong with my success message but the file doesn't exist, when I look …

Member Avatar for network18
0
105
Member Avatar for detasat

I have installed Microsoft Visual Studio 2008 , trial version and I am running it on VISTA SP1. The IIS server is up and running: I am able to run .php files and .asp files. In the C# tab , I am choosing File->New -> Project -> .NET Web Application. …

Member Avatar for Ramesh S
0
270
Member Avatar for NinjaLink

In my header_inner, I am trying to display an image in the background, but whenever I try, it just shows the blank. Will someone please help me with this as I have been messing with this for hours. I posted a .doc to show how I want the image to …

Member Avatar for ko ko
0
183
Member Avatar for walba

Hey, I'm new to web design and I need tips on how to start to deign a website starting from the basics, step by step

Member Avatar for mhovidz
0
113
Member Avatar for aeinstein

Hi All, For about two weeks now my cookies are all being cleared automatically when I close my browser - regardless of which browser I'm using (in particular this is forcing me to re-log into any username and password accessed sites). This started about the time I installed the Chrome …

0
76
Member Avatar for newsguy

They say it ain't over until the fat lady sings, well it looks like this particular Opera story is far from over folks no matter what some might tell you. Perhaps the most famous Norwegian export since the Vikings, [URL="http://www.opera.com"]Opera[/URL] the web browser has certainly lost favour with the technology …

Member Avatar for ahsanpervaiz
1
358
Member Avatar for diya0076

hello i am developing e-shopping website after adding items in cart.aspx...n by clicking on "FINALE PURCHASE" button control goes to the card.aspx --->click method of cart.aspx [CODE] protected void final_Click(object sender, EventArgs e) { Session["total"] = lbltot.Text.ToString();Response.Redirect("card.aspx"); } [/CODE] by clicking on submit in card.aspx [ICODE] protected void object sender, …

0
57
Member Avatar for Vampdee

I have an accelerator plugin that I downloaded and set up to run with my existing CRM system. This is an ASP.net project and when I run it on my computer from my VS2005 environment, it runs fine. It also runs fine in IIS on my machine that my development …

0
70
Member Avatar for pthiongo

Hi to you all. I am actually a Computer Science student in Kenya and i am primarily concerned with getting to know everyhthing you all know. Well not exactly everything but as much as i can learn. I am already adequately knowledgeable in C, C++ and JAVA programming languages as …

Member Avatar for Chad Mullens
0
107
Member Avatar for chowdarysmk

[B]This is css code[/B] [code=css]*{ padding:0px; margin:0px;font-size:100% } html{ font-size:100%; height:100%; } body { background:#8b909c url('../images/page-bg.gif') repeat-x; height:100%; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } a{ text-decoration:none; color:#00a8cc; } a:hover{ text-decoration:underline; color:#00a8cc; } p{ font: 0.9em/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } h1{ font: 1.5em/1.5em "Trebuchet MS", Verdana, Arial, …

Member Avatar for sylstain
0
105
Member Avatar for lisan28

Hello everyone, I have a wierd problem (seems I have a knack for that ) with a design I'm working on. When you first go to this page there is some disruption around the two floated columns in the background image that is assigned to the body tag: (Right now …

Member Avatar for shirishdhotre
0
94
Member Avatar for Arsham3
Member Avatar for MktgRob

Here is the link to the story at All Things Digital [url]http://kara.allthingsd.com/20091021/exclusive-guess-who-else-is-coming-to-dinner-twitter-microsoft-bing-deal-confirmed-but-so-is-facebook-bing/[/url] Microsoft/Bing seems to have one-upped Google!

Member Avatar for MktgRob
0
178
Member Avatar for drivehard-gopro

I have tried to make my own web browser for my Windows Mobile 6 and have not had success with it. I have placed a combo box named cmbaddress, a WebBrowser control named WebBrowser1 and a picture box named pbgo (the go button). inside the go button I have written …

0
81
Member Avatar for redpython

Hi all – I am running Python 2.6.2 in a Windows XP Pro environment. I am trying to write my first python/cgi script combo and they must execute on a Linux websever. After surfing the web I realize that MS-DOS and Unix systems use different methods to identify end-of-line information …

Member Avatar for redpython
0
141
Member Avatar for twilitegxa

I have the following form, but my data is not getting inserted into my database. Can anyone help? [code] <%@ Page Title="Dorknozzle Help Desk" Language="C#" MasterPageFile="~/Dorknozzle.master" AutoEventWireup="true" CodeFile="HelpDesk.aspx.cs" Inherits="HelpDesk" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <h1>Employee Help Desk Request</h1> <asp:Label ID="dbErrorMessage" ForeColor="Red" runat="server" /> <p> Station …

Member Avatar for Ana D.
0
213
Member Avatar for theFallGuy

Hello to everyone I have a problem that is making me pull my hair out in frustration! I programmed a website (warpmediamarketing.com) and uploaded it to the server, having checked it out on my computer in IE7 and the latest Firefox. Everything seemed ok. My client called to say that …

Member Avatar for theFallGuy
0
126
Member Avatar for bjdmb

I have a site that is two column developed in CSS. Whenever the right column gets too long it appears that the right column starts to go under the right column and then the text and images start stacking on top of each other. The background also disappears. This happens …

Member Avatar for dipak_passion
0
140
Member Avatar for pjay

Hello, We have a problem. We have a router which has, amongst others, ports 80 and 443 open. Both are pointing to one machine running apache2. However, https on 443 works, but http on 80 doesn't. nmap shows port 80 as filtered (why?), and port 443 as open. I have …

Member Avatar for sknake
0
299
Member Avatar for chowdarysmk

i tried 2 create one web page....it is good in mozilla....bad 2 view in I.E7...plz give me suggestions [url]http://blakol.com/cc/keystone/index.html[/url] thnkyou in advance

Member Avatar for dipak_passion
0
51
Member Avatar for thebluestar

here is my source code about login into a web [CODE= php] <?php /* $login=$_POST['login']; if($login=="Login") { */ $connect==mysql_connect("localhost","root",""); if(!connect) { die ('Cannot connect to the database'.mysql_error()); } mysql_select_db("firstdbs",$connect); $in_user= $_POST['username']; $in_pass=$_POST['password']; // To protect MySQL injection $in_user = stripslashes($in_user); $in_pass = stripslashes($in_pass); $in_user = mysql_real_escape_string($in_user); $in_pass = mysql_real_escape_string($in_pass); $sql="SELECT …

Member Avatar for poojamakhija
0
89
Member Avatar for JerieLsky

Hi, guys.. I've got this problem on CSS. What i wanted to do is like an image gallery. Luckily i found a tutorial in with this link [url]http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/[/url] In the tutorial as you hover into the thumbnail, a pop-up image shows up exactly at the thumbnail pointed to. So that's …

Member Avatar for almostbob
0
122
Member Avatar for san_crazy

I have following grid view control [CODE] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" style="z-index: 1; left: 59px; top: 1px; position: absolute; height: 158px; width: 658px" BorderColor="#0066FF" BorderStyle="Solid" PageSize="20" onselectedindexchanged="GridView1_SelectedIndexChanged" DataKeyNames="application_id"> <PagerSettings NextPageText="Next" PageButtonCount="20" /> <Columns> <asp:HyperLinkField NavigateUrl="view_forms.aspx" DataNavigateUrlFormatString="" DataTextField="application_id" HeaderText="Application ID"> <HeaderStyle Font-Names="Verdana" Font-Size="Small" HorizontalAlign="Center" /> <ItemStyle Font-Names="Verdana" Font-Size="Small" HorizontalAlign="Center" /> </asp:HyperLinkField> …

0
80
Member Avatar for snefmoo

i am trying to get my drop down navigation to centre within the div but nothing i try will work. here is the css and html for it, if anyone could help i would be extremely grateful. [B]html[/B] [CODE]<div id="topmenu"> <ul id="menu"> <li> <a href="">Home</a></li> <li> <a href="">About Us</a> <ul> …

Member Avatar for ko ko
0
77
Member Avatar for Dat0

Hi! I read that IE 8 accepts child selectors. But it does not seem to work for my IE8 (Spanish version if this even matters). [CODE] #div > p{background-color: blue;} ======================== <div id="div"> <p>Shoud work here!</p> <div> <p>and not here</p> </div> </div> [/CODE] It works for firefox and not for …

Member Avatar for MidiMagic
0
106
Member Avatar for bellasteward
Member Avatar for Kruptein

In my browser(opera), my background image takes up the full height off the screen, but on my friends(firefox) there appears a large black banner beneath it (black because that is the bgcolor) I give you the css hopefully you guys can help me. [code=css]body { color:#C00; background-color:#000; background-image:url('../background.jpg'); background-repeat:no-repeat; background-position:top; …

Member Avatar for MidiMagic
0
110
Member Avatar for drspock

Hi, I am developing an ASP .NET website that needs to create images using a custom font. Obviously, to do this, I need the font installed on the web server. As I am using a hosting site, and I have no direct access to the server the site will be …

Member Avatar for sknake
0
600

The End.