10,650 Topics
| |
How can we know seo updates for Google? Please give url. | |
hey i have a question how do i get my funktion to work in the design.cs? namespace Visma_projekt { public class BlackJack { public string[] Cards = new string[51]; public void SkapaKort() { System.Console.WriteLine("Ehhhh"); } } } i want to call the funktion from this code visma.cs into the form1 … | |
Ive putted 2iframes of same site, in my website the problem is the site's logo and home, contact, links.., they are appearing in both frames and I dont want to show the same site logo and the home, contacts links. How to do this? Is it possible? Here's one article … | |
I have been trying to make my websites looks and when ever i make a top banner that spreads across the page, it looks ugly and childish. Can someone tell me how to make a nice banner like daniweb which is appealing. | |
I have used following mod_rewrite rules: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %(REQUEST_FILENAME) !-l RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] to get **www.myweb.com/newyork** from **www.myweb.com/index.php?url=newyork.** Now I trying to get pretty url for this page www.myweb.com/itemdetail?itemid=1000 to www.myweb.com/itemdetail/1000 I have been trying several mod_rewrite rules, but I have not … | |
good day fellas, i just curios if there such thing as like below: style.css @media handheld, only screen and (max-width: 767px) { ->link to another css file } cause actually i want to detect if its a mobile then it will link to another stylesheet that i made for mobile … | |
Hi, I am new in css programming and I would like to edit a css.file. I downloaded a template from [Click Here](http://www.os-templates.com/free-responsive-templates/rs-fusion) but I want to make smaller the image slideshow, put it to the top of the div container and next to the slider to make a new div … | |
can anybody tell me how to create **Two Column Responsive Web Design** | |
Hello I want to create an image galery. When someone selects the images then the image is showing. I want when the user click on the half->right side of the image then goes to the next image otherwise (half->left side) goes to the precious image. How i can cut an … | |
Hi, None of the images that I try to add using HTML, CSS are being displayed on Chrome. I have tried methods like clearing cache and other tweakings of my browser but no use. Is there some code that I need to include to ensure that images are being dispalyed … | |
I do not know much code but have figured out alot of the past day setting up my first site but now I am perplexed and need help. I created the html code using NVU and like it. The issue is with a form I created to gather some information … | |
I want to use regular expression to clean-up some CSS files. I used a Friebug add-on, CSS Usage, to analyse some CSS from a jquery demo. Exporting the files, this add-on places 'UNUSED' at the front of a declaration and rule. Below is a sample of the output. html #demo-config-menu … | |
How many validators are used in ASP.NET? Please give name. | |
Hi everyone :). **Strange situation** with this code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <body> <div align="center"> <div style="width: 500px; background-color: blue"> <div style="width: 200px; float: left"> <p>Some text.</p> </div> <div style="width: 210px; float: right"> <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/13/DuskyDolphin.jpg/220px-DuskyDolphin.jpg" alt="Dolphin"> </div> </div> </div> </body> </html> Display in **IE** (9) is … | |
hi all. i am having problems getting my CSS file to link in with all my pages. the navigation section looses its bg image. here is the code i am using for the navigation <div id="navigation"><p id="P_navigation"> <ul id="List_nav"> <li><a href="xxxxxxx.html" class="top_nav">xxxxxxx</a></li> <li><a href="xxxxxxx.html" class="top_nav">xxxxxxxxx</a></li> <li><a href="xxxxxxxx.html" class="top_nav">xxxxxxx</a></li> <li><a href="xxxxxx.html" … | |
What is HTML Headings? How many types of HTML Headings are and Why we use ? | |
How many keywords we can put in a website and how many characters should be in a keyword ? | |
WARNING NOOB ALERT!!! I hope I am posting in the right place. A little about me I am a Firefighter/Gamer/self proclaimed technerd. I made a site for a Group of other Firefighter/Gamers. Should say mudding my way through making a site. I need some help getting info from one place … | |
I have a question for professional web designers. Do I must make my website compatible for smaller devices such as IPhones, or is that a nice "extra" thing to do? I dont really know how, as I never did before, so before I spend hours on this, I want to … | |
I was just at school which has IE8 on their computers so I decided to test my website, and for some reason my links aren't clickable. I was using HTML5 so I switched the doctype to XHTML Strict, which didn't solve anything. I tried messing around a little bit with … | |
I want to know if it possible for a code to automatically format a video once uploaded by a user to my website. | |
Hi, I have a client with static website, now he needs to have a automated news updating facility, so he can just add the news headline or title to a text file, which will be updated to the front page and all the inner pages. I have tried the object … | |
anyone who have idea for multimedia project ????? need help thanks | |
Hey! I am an experienced programmer (php, javascript, mysql, some ajax) who is looking for an experienced and competent graphic and/or web designer with whom to create a text-based RPG. I will assume the financial risk and the programming responsibilities. I need someone to make the banners, logos, icons, and … | |
Hello ! I'm new to Web Developing, and I'm trying to make rather simple template. By following this tutorial, first part of it (top extendable header and background) went ok, but the second part (adding top, centered logo) is not placed correctly- it's placed a little downwards and probably a … | |
I have background color **#025E7A** I tried lots of color combinations but unable to create eye catching layout. Please help for creating two colum layout with color combination (left sidebar 25% width) | |
I have a simple html/css page (attached) that uses a jquery function to enlarge images on hover. However, no matter how I try and manipulate the z-index of each html element, the enlarged image is always behind all other html elements. I have trid to change the css class .image … | |
I have a question about the drop down lists in html that I have, I want to find a way that I could display a different drop down list depending on the value of the drop down list above. Say I had a drop down of clothes and the person … | |
I have made a sign up form which asks user to enter his personal + Academic details and EMPLOYMENT INFO, i am done with personal and academic details section and also designed EMPLOYER INFO section but as u know that it isn't necessary that every person would have employment experience … | |
Hello Friends, does anyone has worked on media queries? css3? I have a client who is looking for media queries.... I want to know about that before start my project. What could be the sizes & if I should use server side code to detect for the device first to … |
The End.