13,937 Topics
![]() | |
hey people . i am trying to set a cookie but when ever i try to set it, it says : [CODE]Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\signup\conf.co.signup.php on line 13[/CODE] please help me with this. this is my code: [CODE] <?php error_reporting(-1); if(isset($_COOKIE['logedin'])) … | |
Dear All, Thanks for your interest, i want to develop a plugin for internet explorer (6 to onward) in C#. Kindly guide me in this regard. | |
Hi, this is weird. I copied a website my computer from ftp, then to the other folder of my computer. Try to go to localhost/darzelis - and see a content without styling. Checked google chrome console: Resource interpreted as Stylesheet but transferred with MIME type text/html. FreshMedia.css:-1 When I view … | |
Hello, I have this simple layout: [url]http://www.jahosapstot.cat/test/test.html[/url] As you can see the vertical div ("col"), wich is set at height 100%, is longer than the viewport, making the scroll bar to appear. This does not happen if the horizontal div ("menu") does not exist (it adds the "menu" height to … | |
I am Trying to design a footer which will Always be in the center bottom of a page.The dynamic page i am working with is Extending as visitors are posting new comments.And after a certain time the footer is getting overlapped by comments posted.How can i design a footer which … | |
I have this code: I'm trying to have my program download all the images (that contains "jpg") from a site. [CODE]Dim doc As IHTMLDocument2 = DirectCast(WebBrowser1.Document.DomDocument, IHTMLDocument2) Dim imgRange As IHTMLControlRange = DirectCast(DirectCast(doc.body, HTMLBody).createControlRange(), IHTMLControlRange) For Each img As IHTMLImgElement In doc.images If img.nameProp.Contains("jpg") Then imgRange.add(DirectCast(img, IHTMLControlElement)) imgRange.execCommand("Copy", False, Nothing) … | |
I have a question about logical search layouts. I'm currently rewriting an existing web application that tracks issues for our production product. The existing layout has all the criteria items in a table at the top of the page, buttons in a row that is centered directly beneath the table, … | |
Hello, I've attached an image of a layout for a site that I designed in PhotoShop. If you look at the Navbar you'll see that I've gave it a 'glossy/glasy' effect. Im new to web development, but I know there is no CSS on the planet that can do that. … | |
Quick question about vs + in scripts: What is the advantage of using [ICODE]<iframe frameborder="0" width="480" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&foreground=%23C2E165&highlight=%23809443&background=%23232912&hideInfos=1&animatedTitle=You+will+know&wmode=transparent"></iframe>[/ICODE]. [ICODE]<iframe frameborder="0" height="384" src="http://www.dailymotion.com/embed/video/x8n35t?theme=spring&foreground=%23C2E165&highlight=%23809443&background=%23232912&hideInfos=1&animatedTitle=You will know&wmode=transparent" width="480"></iframe>[/ICODE] Does it matter at all? Could the embed code generator have used instead? It is nothing urgent. I just thought it would be nice to … | |
Probably a simple mistake of not knowing all tags and attributes involved. I have a HTML page linked to a CSS file (I know it works, cause I can change things like background, and heading size, etc). When I try to create a navigation bar however using [CODE=css] #navigation { … | |
Should a web designer hand over? -pdf -pdf with notes -html and css -html,css, and pdf -html.css.and pdf with instructions -psd -something else Please help me out because I am very confused about what a web designer should be doing. | |
Ok guys have a look at this page. [url]http://bit.ly/eO0Iys[/url] It works fine in all browsers except google chrome. In google chrome the whole page shifts 20 pixels and back normal while loading. Any idea why it happening? I would appreciate if you give me the solution. Thanks | |
Hi, I have a web page created in Dreamweaver CS4. I have an image header that I have made work through CSS. The header looks great in the browser and in live view. Can't see it at all in Dreamweaver design view. I want to make a hot spot, but … | |
I have this: [CODE]img.decor{ text-decoration:none; border:#CCCCCC thin solid; padding: 4px; } [/CODE] My HTML: [CODE]<a href="google.com"><img class="decor" src="images/birds.jpg" /></a>[/CODE] when I hover over the image "decor" in my CSS, I would like the whole image to turn grey. I tried this: [CODE]img.decor a:hover{background-color:#CCCCCC;}[/CODE] but it doesn't work. Any ideas?? I … | |
I am working with a chat application.I am putting all chat history into a div tag.Is it possible to add a side scroll bar,by which with time the chat window will not grow bigger but one can scroll the window to view the history..!!! | |
How Can I stop Downloading From Mozilla Firefox ? | |
Dear Pros, Attached hereby is my error screen-shots, as you can see, before I refresh my page the layout is nice (see attachment beforeReload.jpg), but after I reloaded my page, the layout will have massive problems (see attachment afterReload.jpg), and if I keep reload the page, sometimes it will give … | |
Hey guys i d like to pick your brains about something.. Suppose i want to create a database for storing, lets say computer stuff, parts, hardware, peripherals etc.... Which way would be better? 1 ------ Create a Basictable with all the common fields (like ProductName, Price,Guarantee....) and then create multiple … | |
I was screwing around doing some brain storming on an idea for one of my web pages when I accidently hit save. That wouldn't be an issue except it saved the changes I made to my style.css as well! Now all my text is the wrong size and is drifting … | |
Hi I have a client for who has a html/css site. He now wants to add a video background to the whole site, that scales to fill whole screen. The video he has selected is a mp4, but even so I guess I could convert it to flv if needed. … | |
Greetings, I've created a link to make an .swf file pop up in a window. The window isn't actually a web page. It is simply linked to the .swf, making the title of the "page" the directory location of the file ie. "../../folder/folder/file.swf." Is it possible to name the popup … | |
Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE Can someone help me out so I can at least see the boxes in IE [CODE] input, textarea { font-size: 0.8em; width: 265px; border: none; … | |
So this may be a bit of a stupid question but I'm not sure I'm understanding this completely. Currently, my site uses sessions to store username and a UserID across the site; however, the session lacks the ability to remember a user should they close the browser. I want to … | |
Hi. I would appreciate if someone can help me. The url to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL] There are six main tabs on the site, with padding-right on each tab, making a gray border appear between each tab. I can't figure out why the padding does not show up on the … ![]() | |
Hello everyone, I want to create a completely round <div> using only HTML / CSS, but without border-radius. I don't want use background images, because I'll have probles resizing them and that's not cool. Is there a better solution? Thanks in advance! | |
Hey guys.. i got this kind of div structure (Hebrew website) [CODE] <div id="main" style="background: #ffffff; padding: 20px;"> <div id="sidebar" style="float: right;"> actuall sidebar </div> <div id="pagecontent" style="float: right"> some content </div> </div> [/CODE] My problem.. The contact inside the content / sidebar isn't stretching the "main" div and so.. … | |
What I am looking to do is create a custom error page. Something so that if a user try's to navigate somewhere that does not exist they get a site error page. Let me give you and example.. [URL="http://templatemonster.com/poop.html"]http://templatemonster.com/jimmyhoffa.html[/URL] or [URL="http://templatemonster.com/browneye.html"]http://templatemonster.com/browneye.html[/URL] Obviously neither of those pages exist but instead of … | |
![]() | I really don't know how to word this, but how do I create an option button that when selected it gives me a different select tag. Ex. When Friday is selected, a drop down menu for Friday hours are shown, when Saturday is selected a different drop down menu for … |
Hi all, I'm new with asp.net and I'm currently starting a project with MVC 2. As far as I know the models folder is dedicated to store the .cs of our entities and in the controllers folder you receive the petitions from views, create new instances of the entities and … | |
Hi all, I want to make scroll bars appear when I resize the window(for the entire web page). At the moment the image in the header is just cut off at both ends, with no scroll bars. What do I need to do to the following code to make this … |
The End.