20,737 Topics

Member Avatar for
Member Avatar for ektron

Hello DaniWeb kings and queens - Here is a simple jquery .animate block here's the code: [CODE] <!DOCTYPE html> <html> <head> <title>TestingJ</title> <meta name="description" content="Mseed Web Design" /> <meta name="keywords" content="web design, programming, scripting" /> <meta name="author" content="Eric Karen" /> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <link rel="stylesheet" type="text/css" href="/css/global.css" /> <script …

Member Avatar for pritaeas
0
143
Member Avatar for rootbeerking93

I got the HTMl code to work behind a flash file for an iphone to browser. But ever time we check it on firefox it breaks but works everywhere else! Is my code correct? [CODE=html]<body> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4… width="650" height="80" id="FlashID"> [B]<param name="wmode" value="transparent" /[/B]> <param name="movie" value="home.swf" /> …

0
80
Member Avatar for bnickerson

Hi, I am writing a program that is to behave as a web server. Both the client and the server code are on my laptop. Ideally, I should be able to type in 127.0.0.1: PORT/index.html in Firefox and the server code should reply appropriately. So far my browser and the …

Member Avatar for bnickerson
0
2K
Member Avatar for jlego

im going to try and explain this as easy as possible, this is something i have never done with .net before there is a login form at [url]http://www.ritani.com/salespersons/login[/url] it uses the post method to login. i have a web browser control in vb.net that I want to have automatically log …

Member Avatar for codeorder
0
2K
Member Avatar for Sgalhc

On a pretty basic page (starting from a Dreamweaver one column elastic template), I am trying to put a CSS driven menu, based on one of the tutorials on Lynda.com. When I preview in browsers, the menu jumps up when rolled over, which is very distracting. you can take a …

Member Avatar for Varnius
0
104
Member Avatar for avario

I have a PHP page on my site that (almost) continuously loops and sleep()s. While this page is looping and sleep()ing I cannot load another page from my site until the looping page has finished and returned a result for me. Is there a way to get around this? Is …

Member Avatar for avario
0
117
Member Avatar for ClaudiuCC

[CODE] <div class="container"> <div class="title">title</div> <div class="content"> <div class="ajax dynamic repeatable content">ajax</div> </div> </div> [/CODE] title and content div's need to get inside the container. the container will auto-adjust to the height created by the title and content. in my css there is no height limitations, only width. title fits …

Member Avatar for rajarajan2017
0
84
Member Avatar for swathi.empress
Member Avatar for RobM_01

Hi, I have a gridview that displays all the users from the ASPDOTNET database and I have some buttons that I can display other details and also edit and delete a user. The show button seems to only work on every other row. The fail message is the following: [CODE]Object …

Member Avatar for RobM_01
0
184
Member Avatar for jonsan32

I think I'm almost done with a stupid gag present for my friend. I want his head on top of a random dancing image. My only problem is that I can't get the dancing images positioned correctly bcuz they're all different sizes. In an array, how would I add unique …

Member Avatar for jonsan32
0
87
Member Avatar for azniaga

Hi, I transferred a folder from server A which consists web scripts (php) to another server i.e server B. After creating the database just like in the server A, I managed to have the log in page ready. Then I exported the sql data from server A and imported it …

Member Avatar for azniaga
0
74
Member Avatar for Nyight

Alright I was given a link ([url]http://support.microsoft.com/kb/195192[/url]) along with [b]InternetSetOption(0, INTERNET_OPTION_END_BROWSER_SESSION, 0, 0);[/b] and told it should force 2 browsers in the same application to use 2 different cookies. I ran it through the code translator and got the following. [code=c#] const int INTERNET_OPTION_END_BROWSER_SESSION = 42; [DllImport("wininet.dll", EntryPoint="InternetSetOptionA")] private static …

Member Avatar for Nyight
0
339
Member Avatar for jheichimiste

Hi, I need help. Im an new to this one. I have been into web designing for a long time. Just the designing part... I'm new to JavaScripts and PHP.. cant hey go together to create a web site that can work with the dynamics of both server sided and …

Member Avatar for mikecronauer
0
133
Member Avatar for gssmithers

Hi, I added a scroll bar in div with a fixed height using css as follows: #container { width: 1000px; margin: 0px auto; } #content { background-position: 190px 0px; } .central-content { padding: 0 1px 15px 1px; min-height: 500px; max-height: 500px; overflow: auto; } It works ok, but the problem …

Member Avatar for ko ko
0
84
Member Avatar for Kieran Y5

Hi, I need to get the UNIX timestamp from when the day started in AS3. How can I do this??? Thanks in advance :)

Member Avatar for JasonHippy
0
529
Member Avatar for webdev2010

Hi, So far most of my web development experience has been in HTML... I am looking to create a design form similar to one found at [url]www.alliancetag.com[/url]. Basically I will just produce 2 colors of paper, 2 sizes, with 2 lines of text but I want the end user to …

Member Avatar for Airshow
1
281
Member Avatar for Kieran Y5

Does anybody know how to create a dynamic line graph with AS2 or AS3? When I say "dynamic" I mean that it uses XML data (I can do that) and the user can pan/zoom the line chart. I've looked all over the web but can't find any good tutorials or …

Member Avatar for rajarajan2017
0
101
Member Avatar for freddiecool

Hi, I have read that strict xhtml is better than transitional xhtml for viewing the web for the visually impaired but can anyone tell me what the difference is? How is strict xhtml better than transitional xhtml. Thanks inadvance.

Member Avatar for drjohn
0
98
Member Avatar for harsh93

Hi everyone... I m designing the web-site right now. But one proble is to make the corners rounded. I dont want the css help which call the image as rounded corner.... Is there any css you know which directly rounded the corners in the page... Thanks . With regards...

Member Avatar for harsh93
0
96
Member Avatar for packetpirate

I am having trouble with the ads that T35's Free Hosting places on their member's pages. They insert the ads via Javascript just before the closing <body> tag. My problem is that they're floating off to the right of my web layout. I tried shrinking my layout and they went …

Member Avatar for packetpirate
0
95
Member Avatar for TahoeSands

Normally, I post all the information and code snippets that I can muster when asking a question, but this time I will throw "caution to the wind" and just pose the scenario/question... Right now there is an application running and displayed on my screen, the Firefox Web Browser. I want …

Member Avatar for TahoeSands
0
139
Member Avatar for Heba Emara

Hello I'm developing a website using Google Web Toolkit GWT and I want to use the Model View Presenter design pattern. I've read that the relation between view and presenter is a one to one relation.. My main page of the website consists of three main parts, or maybe 3 …

0
47
Member Avatar for dskumar_85

hi frndz ........ i want to create a media player in web application which supports all the video and audio formats . if u know any website url to view the design and components . plz reply me......

Member Avatar for Ezzaral
0
92
Member Avatar for Majaheni

Hi everyone my name is Majaheni, I interested in web design, Im new in the industry. Looking foward to working with you guys, sharing ideas. Sharp sharp

0
25
Member Avatar for nik3kin

Hi, for some reason when ever I go onto google, yahoo or any search engine, the only results I get are that of phishing and scam sites. This started happening just after I had removed three virus' (one of those scan ware things that pretend to be anti-virus') that had …

Member Avatar for nik3kin
0
248
Member Avatar for jimdj

Where do you secure a website? Is it done one the host or is it done at design time, or both. And how do you do it. Thnx

Member Avatar for Lusiphur
0
86
Member Avatar for drewpark88

Hey Guys, I have a thin image that I would like to repeat-x for my footer. So far I have had no luck....not sure what the problem is. I am using wordpress so the footer is in a "footer.php". I am using the wordpress get footer to retrieve the footer, …

Member Avatar for drewpark88
0
101
Member Avatar for o2o

Hi guys, i'm working on a newsletter that i will be sending out to clients, it works like a charm if i preview it in the website, however it doesn't look good in the email. to make it clearer, i attached 2 jpg files, good and bad please take a …

0
45
Member Avatar for donnybrookus

Running Vista on cox and Firefox. also have a wireless LAN with a IBM laptop running XP also on firefox. I get Server not found errors repeatedly on both computers. However, the frequency is random. The computer, either one, may error 10 or more times in a row, then not …

Member Avatar for techsheaven
0
107
Member Avatar for choover12

i need help, i am making a web browser in vb 10 and i have a built in media player and i want to make a play list. i got it to work with a listbox but not anything else. For the menustrip [CODE] Private Sub PlaylistToolStripMenuItem_DropDownItemClicked(ByVal sender As System.Object, …

Member Avatar for choover12
0
564
Member Avatar for perroned

Hello DaniWeb, its Danny here :-) In my program I will open several web pages in IE or default browser. I already know how to do that. But I wuld REALLY like to be able to open a URL in an already open page. Like instead of always opening a …

Member Avatar for ToRtUgOxX
0
70
Member Avatar for kamunyu ndungu

Hey my name is Martin; currently am a student at Digital Age Institute in Kenya. [B] Kindly suggest me of a book/a link(website) that i can look at to help me create good looking site like the links below..[/B].. [COLOR="Green"]http://www.gatorade.com/default.aspx#home [COLOR="Green"][url]http://www.mercedes-amg.com/webspecial/sl65blackseries/[/url][/COLOR] [url]http://www.breathe.com.au/[/url] [COLOR="Green"][url]http://www.tomhoops.com/commissioned.html[/url][/COLOR] [COLOR="Green"][url]http://www.robertdannphotography.co.uk/#begin[/url][/COLOR][/COLOR] thank you

Member Avatar for Akill10
0
79
Member Avatar for Connavar3

Hi all I have made a small mailer that I would like to send out to our clients. Previously we have sent images in a mail, but that, I think, is not the way it should be done :P So now I have made this mailer, and it displays in …

Member Avatar for Connavar3
0
176
Member Avatar for intelliscence

Hi, All Is there any software that can standardize the css compatible for all web browsers? Intelliscence Web & Software Development Outsourcing [url removed]

Member Avatar for Kieran Y5
-1
34
Member Avatar for Night N Gail

Hello, I'm a newer web developer and I was working on a small project for myself. I defined a class called "garnish" and made a div that class. Then I placed a table in the div that contains my text. When I place text in the div, it is properly …

Member Avatar for almostbob
0
89
Member Avatar for AngelicOne

I'm having trouble putting a markup tag as text on a radiobutton. I'm having a question for example, "what do we use for putting up a horizonal line in html?". Then a radiobutton should have multiple choice which contains markup tags like "<hr>" but the problem is, it's being detected …

Member Avatar for diafol
0
86
Member Avatar for manojwali

Any Free and feature-rich Web- Authorization tool for Web-Publication. The Tool should support templates and should be according to latest w3c specifications, please help. I have signed at geocities and tripod Web-hosting site for free accounts. Should I use the in-built tools or upload my designed website. ( Any Suggestions …

Member Avatar for manojwali
0
122
Member Avatar for djkasmira

So, I have a problem on my myspace for my music account (myspace.com/djkasmira) There seems to be a 2 or 3 pixel black line through my table on the banner (or marquee) at the top of the page. The black line appears between my 2 table rows. Now I'm not …

Member Avatar for djkasmira
0
131
Member Avatar for churva_churva

how to right a text inside an image please.what is the tags? thanks...

Member Avatar for packetpirate
0
80
Member Avatar for FOOLY

Does the music have to be a certain type, such as mp3 or mp4? The Flash file is simply an animation. Thank you! Edit: Sorry for the misspelling!!! I meant, "an Adobe Flash file," not "a Adobe Flash."

Member Avatar for Lusiphur
0
132
Member Avatar for srky

Please help me ,How to solve this error Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the …

Member Avatar for Lusiphur
0
149
Member Avatar for tictac58

Hi, [B]There is a possibility that the server reset and there is nobody that can log in to system. I dont want my webpage stop working at this state.so I want it do its main job. The main job of this webpage(ASP.NET) is sending request to a client (via TCP …

Member Avatar for tictac58
0
95
Member Avatar for levsha

Here is what I have: [CODE]<script type="text/javascript" src="http://www.polycysticliverdisease.com/html/swfobject.js"></script> <div id="flashcontentab3445" align="center"> You probably do not have the Flash Player (<a href="http://get.adobe.com/flashplayer/">Get Adobe Flash Player Here</a>) installed for your browser or the video files are misplaced on your server!</div> <script type="text/javascript" src="http://www.polycysticliverdisease.com/html/easyflvsvab3445.js"></script>[/CODE] Here is the .flv file: polycysticliverdisease.com/html/debbie.flv How do I …

0
52
Member Avatar for D4n1sD

where can I find a so good looking and functional code block for my wordpress site? [CODE]code block[/CODE]

0
69
Member Avatar for NickRx

This is what I want my outcome to look like [url]http://teh-shepherd.webege.com/[/url] Tried changing to css, but i cant get positioning done right [CODE] <div id="nofade" align="center"> <b>block 1</b> </div> <div id="fade80"> </div> <div id="nofade" align="center"> <b>block 2</b> </div> <div id="fade40"> </div> [/CODE] [CODE]#nofade { position:static; background-color:transparent; position:absolute; z-index:3; } #fade40 …

Member Avatar for Asiic
0
82
Member Avatar for President007

Hi, Im making a website by designing in Photoshop and then slicing and pasting in to Dreamweaver. My problem is; im trying to paste my slice in to Dreamweaver, instead of pasting right after the last slice it keeps going to the following line...:s Any help would be appreciated.

Member Avatar for President007
0
79
Member Avatar for GameGuy

Hello, I'm reasonably new to HTML. I just wanted to ask, how do I upload images to my website through an FTP. I have written all the code which is needed to get images on the page itself, it's just that images won't show up on my FTP and any …

Member Avatar for packetpirate
-1
81
Member Avatar for deepshikha.joha

I made this page and keep on getting error on the same page and webconfig file..... Errors Error 1 'Culture' is not a member of 'ASP.emergency_plan_error_aspx'. Error 2 'UICulture' is not a member of 'ASP.emergency_plan_error_aspx'. Error 3 'InitializeCulture'is not a member of 'ASP.emergency_plan_error_aspx'. Error 4 'CreateResourceBasedLiteralControl'is nt a member of'ASP.emergency_plan_error_aspx'. …

Member Avatar for rohand
0
196
Member Avatar for Nyight

Alright so I want to force a new session but I'm not even sure how to use the code I was given to do just that. I have 2 web browser controls in one app that need 2 different sessions. Can this code do what I need it to? If …

0
76
Member Avatar for jg440

Hey everyone This is my first post on DaniWeb. The info on here is great!!!! Ok here is my question. I am self hosting a website on one of my computers running MS Server 2003. Using ZoneEdit.com I am able to port forward to another port my web server is …

Member Avatar for duodu
0
1K

The End.