20,737 Topics

Member Avatar for
Member Avatar for stunbliss

hi, i'm new here n i wanna know how i cn open a mobile page on my mozilla browser

Member Avatar for caperjack
0
108
Member Avatar for newbiecoder

Hello, I am currently designing a website with Flash and I am curious about its usability on mobile devices, especially mobile phones. My second question is if I make an HTML website and it has a Flash video, can it be seen on mobile phones? Thanks a lot!

Member Avatar for vishalbandre
0
117
Member Avatar for maxum

I read a few similar posts on here regarding web browsers not being able to access the Microsoft website. Some of them are solved, but I have been having this same issue and after trying EVERYTHING I have been able to read on this forum and others to solve it, …

Member Avatar for jingda
0
453
Member Avatar for tobeeornot

Hi, I am trying to push the text down in the main content container so it aligns neatly beside the image. I know I could incorporate the cup and tin image into the background and do it from there but I want to do it using css. Any suggestions? Here …

Member Avatar for tobeeornot
0
116
Member Avatar for RavaliSravya

hii at first i installed mysql on my pc and i have uninstalled that... now im trying to install it again and it asks for a current root password. eventhough i provide the password at the end im getting error no :1045 can any one help me regarding this Thank …

Member Avatar for Arkinder
0
68
Member Avatar for Gerbiler

Ok, so this problem may have been asked before, but no one seems to have my exact problem. When I put a set of inline <P>'s inside an inline div and then put the width to 100%, instead of expanding to the width of it's parent element it sticks at …

Member Avatar for Arkinder
0
4K
Member Avatar for minitauros

Hello there, I'm trying to create a rewrite condition for a set of rewrite rules. Currently this is what I have: [CODE]RewriteCond %{HTTP_HOST} ^/?forum [NC] RewriteRule ^([\w]+)/([\w]+)/?$ index.php?p=$1&s=$2 [NC,L,C] RewriteRule ^([\w]+)/?$ index.php?p=$1 [NC,L][/CODE] What I want is to redirect [url]http://www.mywebsite.com/PAGE1/PAGE2[/url] to [url]http://www.mywebsite.com/index.php?p=PAGE1&s=PAGE2[/url], except when the URI starts with "forum" (for …

Member Avatar for leakbali
0
96
Member Avatar for johny20

Hello guys, I try to implement a chat application using PHP + MySql. The problem so far is that when I am chatting, I "lose" inputs when a small part of the page goes to be updated. On the other web browsers (Chrome, IE, Opera) I have some delay but …

Member Avatar for johny20
0
86
Member Avatar for kj6art

I am working on a website divided into your basic format with divs. In firefox it looks exactly how I planned and wanted with IE this is not the case. Its almost like the navigation div is a block element and it is taking up the entire width. I don't …

Member Avatar for kj6art
0
145
Member Avatar for vectro

One WordPress site on one of my servers is giving an incorrect HTTP response code when a page can not be found. On the end-user side, the user sees a custom 404 page. But on the web-server side Apache is giving a 200 or 300 response (not sure which one) …

Member Avatar for vectro
0
202
Member Avatar for skald89

Someone is asking me to create a metallic background for their website. Currently the background color is #404040. I tried using a gradient image and a gradient css generator. With both it creates a certain height and then repeats the gradient. I want to say I can't do it and …

Member Avatar for Arkinder
0
83
Member Avatar for marathon

My new Dell Latitude runs Windows 7 Professional. I previously worked under Win XP Pro. The previous (XP) machine was used as the development platform for a website, which mined a database using Perl scripts. I need to recreate this functionality on the new machine, but it appears that Perl …

0
61
Member Avatar for AngelicOne

know that building webpages should be built with something like "master pages" wherein when you go to another page the headers, navigations and footers would not load(same), only the content. How could I do this using only XHTML? I'm just doing this in notepad.

Member Avatar for Arkinder
0
68
Member Avatar for kemkoi

Allright, I've searched around for really long but I can't seem to get any solution... The thing I want is to make my link float to the right but it stops like 50 px from the end here's my HTML code [CODE]<ul id="fullylinked"> </a> </li> <li> <style type="text/css"> <!-- A:link …

Member Avatar for Arkinder
0
177
Member Avatar for WoW Me Web Girl

hey everybody in my site the links are set to a certain color thats fine. but i have some links in a div tab that i want to be a different color then my body links. ive seen sites have two different color links before. any help would be greatly …

Member Avatar for leakbali
0
112
Member Avatar for captainSheepdog

Good morning all, I recently started an entry level job creating web pages in ASP.NET/C#. I've been getting along fairly well but when I began doing cross-browser testing on a site I just finished, I discovered that while the site renders fine in IE, only the master page is rendering …

Member Avatar for captainSheepdog
0
92
Member Avatar for Fortinbra

Right now, I'm pushing my boss to update our company policies regarding HTML output and code standards. I have a custom validation tool built into my web browser (Google Chrome), and very few areas in DaniWeb get flagged for validation errors. Being as the drive for standards differs from company …

Member Avatar for Fortinbra
0
137
Member Avatar for sid78669

I have the following code I am using to writing and reading cookies: [code=Javascript] //Get Villages from cookie function getVillageFromCookie(villageCount) { var currentVillage = -1; var villagesCookie = getCookie("tw_ratio_villageCount"); if (villagesCookie!=null && villagesCookie!="") { currentVillage = villagesCookie; } else { storeCookie("tw_ratio_villageCount", villageCount, 1); currentVillage = 1; } return currentVillage; } …

Member Avatar for stbuchok
0
189
Member Avatar for SasseMan

Hi! I am using a vpn connection to connect to my work network, which I use for remote desktop, which is working fine. I now want to be able to access the same stuff at home that I can access at work. I can for instance write "wiki" in the …

Member Avatar for lasitha2005d
0
275
Member Avatar for hamzamuradkhanh

Sir, i m developing a new web browser as my project in java.I have done the initial coding but when i run google homepage on my simple web browser,it shows me some html code online.how to get rid of this code?.i have also attach the view of this problem,plz look …

Member Avatar for teo236
0
183
Member Avatar for Mosdaboss

So what's wrong? Well a new tab tab keeps randomly opening up in the browser that I'm using. If I have no browser open then it just defaults to IE. At first the spacebar key opened a new tab. Then it would open a new tab by itself nonstop. Now …

Member Avatar for caperjack
0
291
Member Avatar for tobeeornot

Hi all, I am new to this forum. It looks very helpful. Any solutions to this problem would be greatly appreciated. I have created a main nav area set just below the header container to reveal rounded rollover images as buttons using css but I am having a lot of …

Member Avatar for tobeeornot
0
227
Member Avatar for lewashby

I'M working my way through a python book and I've just come to a section on python web programming. Here's what it's had me to do. Create a folder called "public_html" in my home directory "developer", note that this is in linux system. Inside that folder create a file called …

Member Avatar for TrustyTony
0
148
Member Avatar for aneelkumar

hey frnds can any one tell me how to make a browser that is voice enable browser mean that browser will accpets the voive commands of the user..if anyone know then send me the source code in C# plz

-2
132
Member Avatar for sean6219

Hello,I tried to make a blog and I inserted a horizontal drop down menu into my blog.However,when I do so,the content slider sort of splitting out and it dropped into my post section.I was told by the people from here that this problem is caused by some javascript problem.Can you …

Member Avatar for sean6219
0
154
Member Avatar for Lightninghawk

Hi Everyone, It's official I'm back. I've started adding input instead of randomly popping by and asking for some assistance. So in my disappearing act I managed to do the whole military thing, grab a few associates degrees make a lot of money.. lost in all in a really bad …

Member Avatar for jingda
0
191
Member Avatar for ushajase

how to insert flv into html? Now i am using this script. [CODE] <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="723" height="445" id="FLVPlayer"> <param name="movie" value="FLVPlayer_Progressive.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Halo_Skin_3&amp;streamName=images/Welcome_Message_Final1&amp;autoPlay=true&amp;autoRewind=false" /> <param name="swfversion" value="8,0,0,0" /> <!-- This param tag …

Member Avatar for ushajase
0
121
Member Avatar for al2henry

I would welcome suggestions on how to update 20 or so pages on a weekly basis without copying and pasting content and some code to every page. I change an element "Next Event" & an accompanying "Enviro Quote" frequently, and manually updating and proofing every page takes much too long …

Member Avatar for al2henry
0
144
Member Avatar for jemz

Hello To All,:) can you help me please how can i make the front page in the daniweb?.is it possible in HTML only because i have not yet tried using CSS,also the Buttons on top like Hardware & Software,Software Development,Web Development and etc..there is submenu will come out when i …

Member Avatar for jemz
0
149
Member Avatar for Fortinbra

I've done my own research on the subject, but I want to see what others think. I have a web application (intranet) that is currently written in ASP.NET 2.0. We're needing to update the UI so that we have more freedoms with it. (We are currently in the 10th circle …

Member Avatar for Fortinbra
0
168
Member Avatar for dantheman50_98

Hi There, I'm trying to figure out the best method of marking up this list of images with captions. The images vary in height and the captions are aligned to the right of the images, sometimes with two lines of text and as close to vertically centred with the image …

Member Avatar for Arkinder
0
188
Member Avatar for barriegrant1

when uploading an image to the website i get the following error message: [CODE] Server Error in '/' Application. A generic error occurred in GDI+. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and …

Member Avatar for barriegrant1
0
2K
Member Avatar for sasneb

Hi, I am stuck with few problems related to JSP - Java applet file write and database connectivity issues. 1) Calling the applet class from JSP works in the web browser. But the file write code written in applet does not work when called from JSP ( It works if …

0
51
Member Avatar for newbie14

Dear All, I have page here [url]http://183.78.169.53/tyre2/page4.html[/url]. I have manage put label into the first two tyre images as RI11. But the problem now I cant make both of them to be align together on one line with the blue image of the T-join? How can I make it look …

Member Avatar for Arkinder
0
140
Member Avatar for bribissell

I am making a page which pulls from the user's browser their preferred language, via the Request.UserLanguages....which returns a two letter code (ex. "en") or detailed code (ex. "en-GB"). I basically get the string of user languages (they are in order of preference) and store them in a string array. …

Member Avatar for bribissell
0
325
Member Avatar for Pro2000

Hello everybody.. I've been thinking what the best programming language to be used with the internet is.. In addition I want not to use ASP 'cause my web server works on Linux. Is C# better than ASP.net to download files automatically from the internet, update and retrieve information from databases …

Member Avatar for Pro2000
0
308
Member Avatar for askhari139

the software installed in my pc is windows xp.yesterday i downloaded google chrome and set it as my default browser .till then my default browser was internet explorer 6,from then onwards my system is taking longer than usual to start.. can anybody please help me in this matter ... I'm …

Member Avatar for harrydenwt
0
114
Member Avatar for clarey bear

Hi, I am having trouble opening popular websites such as hotmail, ebay or facebook. I can open most other sites without issue. They time out and internet explorer says it can not display the web page. I am operating Windows 7. I googled the problem and it looks like its …

Member Avatar for harrydenwt
0
210
Member Avatar for ghosh22

Hi..I am a newbie in JavaScript.I have two forms (in two different webpages) all with radio buttons. A user cannot select more than one option from each form. My plan is to pass the user input from both the forms to a perl script which would then query a MySQL …

Member Avatar for Arkinder
0
86
Member Avatar for mwenyenia07

i am new to javascript and jquery. i want a code that can load images from file, then display them one by one repetitively and randomly and possibly a text alongside each signifying something-what you call flash animation

Member Avatar for Arkinder
0
79
Member Avatar for astnrocker

This is for an assignment in school. All of our HTML has to be W3C validated. I'm still getting one error. On line 32 specifically. This is what it's saying: [I]"Line 32, Column 43: end tag for "select" which is not finished <select name="choiceBox" size="7"></select>✉ Most likely, you nested tags …

Member Avatar for Arkinder
0
96
Member Avatar for MylesDBaker

Dear All, I am running into issues integrating an image with content and automatically integrated background colors. Currently my style sheet has the following definition: [CODE]body { background:#657491 url("http://www.baylor.edu/content/imglib/144243.gif") no-repeat top; margin: 150px 10px 10px 10px; font-family: verdana, arial, helvetica, sans-serif; color: #657491; font-size: 11px; }[/CODE] When I integrate my …

Member Avatar for Arkinder
0
231
Member Avatar for samsons17

hello.. i am making this website for my client...and now i am having trouble when he said that the website layout appear to be messy a little bit in his computer. He is using mac book to view it while i am using just the normal windows pc. The problem …

Member Avatar for almostbob
0
131
Member Avatar for deecoup

[url]http://www.sitepoint.com/forums/[/url] – PR7 [url]http://forums.digitalpoint.com/[/url] – PR7 – Post requirement prior to sig link [url]http://forums.seochat.com/[/url] – PR6 [url]http://www.daniweb.com/forums/[/url] - PR6 [url]http://www.zymic.com/forum/[/url] – PR6 [url]http://www.googlecommunity.com/forum/[/url] – PR5 [url]http://www.smallbusinessforums.org/[/url] – PR5 [url]http://forums.site-reference.com/[/url] – PR4 [url]http://www.websitebabble.com/[/url] – PR4 [url]http://affiliate-marketing-forums.5stara...grams.com/[/url] – PR4 [url]http://www.geekvillage.com/forums/[/url] – PR4 [url]http://www.dreamteammoney.com/[/url] – PR4 [url]http://www.wickedfire.com/[/url] – PR4 [url]http://www.v7n.com/forums/[/url] – PR4 [url]http://www.webdigity.com/[/url] …

Member Avatar for Mellisa82
1
2K
Member Avatar for jemz

Hi, Can you help me please, I am just a beginner in making website..my problem is when i use the ctrl+mouse scroll just like when you zoom-in or zoom-out your webpage, my webpage will be destroyed the background of my website will go to left side if i will zoom-in …

Member Avatar for jemz
0
83
Member Avatar for muppet

I'm running a webpage dashboard on a TV on the production floor of our factory so workers can see their live uptime, scrap etc. I need the page to refresh when new data is available. I want to load a page in a hidden iframe every x seconds, if the …

Member Avatar for muppet
0
168
Member Avatar for Fa3hed

this is code which opens new window link in same programe [CODE] Private Sub WebBrowser1_NewWindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser1.NewWindow ' This will be triggered only when link tries to open in new window. ' That means active element in web document will always be a …

Member Avatar for pocohontus
0
1K
Member Avatar for samsnov

my shortcut link icon is not appearing at the tab window when the window is open, I dont know what is wrong,I have the icom in my graphic file named (image),and I named the icon (favicon), do i have any thing to do with css,below is how I typed the …

Member Avatar for almostbob
0
81
Member Avatar for waluigi

Hi, my problem is that I've got menu and want to have separators beetwen every <li> [CODE] ul#nav li { display: inline; font-size: 1.3em; background: url(img/2/separator.jpg) right no-repeat; padding: 10px; } [/CODE] but when I add [CODE] ul#nav li:first-child { background: url(img/2/separator.jpg) left no-repeat; } [/CODE] it shows separator only …

Member Avatar for ko ko
0
77
Member Avatar for tori

Hi I use IE7 on win XP sp3 From today I get this annoying msg (pic is attached) everytime I open a new tab, (It is not possible to be saved, since it finds nothing) How is it possible to get rid of that? Thanks

Member Avatar for jingda
0
124

The End.