11,821 Topics

Member Avatar for
Member Avatar for JamieLynnSEO

Making a layout in photoshop, splicing image... How can you use a photoshop layout to benefit you in terms of SEO? Other than image alt tags and url's of course. Is this ALWAYS a bad idea?

Member Avatar for anderson1234
0
209
Member Avatar for maxelcat

Hi I have been asked to create a site for a band. They want to have a whole pile of mp3s and some sort of player. Ideally, of course, needs to work across device (and you all know I mean iPad/iPhone - so not flash). Can anyone please recomment a …

Member Avatar for maxelcat
0
121
Member Avatar for WASDted

[ATTACH=RIGHT]19572[/ATTACH]Hewlett Packard recently launched a [URL="http://www.daniweb.com/news/story331553.html"]new line of x-Series LED backlit LCD monitors[/URL]. Sitting at the top of the size chart in that line is the HP 2711x, a gorgeous 27-inch monitor that enhances the look of any desktop system. HP packs several new features and technologies into this new …

1
791
Member Avatar for Arsenic Oz

Hi there guys, I'm currently trying ti build a site and I cant seem to get the positioning of my page as I want it. Simply pu I want all the items centered instead of as they are (justified left). Here is the sauce: [CODE]<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> …

Member Avatar for SolidSolutions
0
152
Member Avatar for MDanz

i want box 1 and box 2 horizontally next to each other. I want the parent div if the content overflows to scroll and box1 and box2 horizontally next to each other. i tried below but box2 keeps going underneath box1. the scroll is necessary. [code]<div id='parent'> <div id='box1'></div> <div …

Member Avatar for scottloway
0
8K
Member Avatar for AndreRet

I can validate the captcha successfully, but when I set the button property 'Action' to 'Submit form, the captcha does not work, nor does the validation on username and password. When I set it back to 'None", Captcha works, Data not validated. The code below is quite long, but it …

Member Avatar for AndreRet
0
158
Member Avatar for AndreRet

I have the following code that checks for captcha validation in php. If successful it will echo correct etc. [CODE]<? /* This is the back-end PHP file for the How to Create CAPTCHA Protection using PHP and AJAX Tutorial You may use this code in your own projects as long …

Member Avatar for AndreRet
0
146
Member Avatar for nikita.chandra

Hi! I want to know which one is the best provider for web hosting. My requirements are: Support for servlet, jsp, html, jdbc, javascript, mysql database. thanks

Member Avatar for SolidSolutions
0
99
Member Avatar for moonL!ght

hi,im going crazy im introduced to the basics of xhtml and when i tried to insert an image it dosent appear in the browser i have checked the code 100 times nothing seems wrong thie is the simple code [CODE] <?xml version="1.0" enconding="UTF-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional …

Member Avatar for fpsasm
0
144
Member Avatar for csbsu_it

Hi guys! Over the last few months I've been trying to learn web design over youtube (yes, I know). Recently I've added a spry menu bar that works fine in firefox, but the submenu OVERLAPS ON TOP of the main menu on IE7. Can anyone offer up a fix? Note: …

Member Avatar for scottloway
0
164
Member Avatar for Joseph Schrag

I have an existing database design which I would like to normalize. Essentially, the table causing me problems is one with about 150 columns. The table holds live data for a natural gas well. So, there are columns for the various temperatures, pressures, etc. The data types of these columns …

Member Avatar for Joseph Schrag
0
166
Member Avatar for max05

need your help please how to add bgcolor to iframe? here my code <IFRAME scrolling=no SRC="http://adplex.biz/ad/view_ad.php" NAME="Ad" frameborder="0"></IFRAME>

Member Avatar for chiara_ads
0
302
Member Avatar for art_wired

Hello, I have a client who is a graphic designer and they want to know if it's possible with Joomla! to create a splash page with options to click and visit different versions of the website from the initial splash page? Would I host the four websites creating 4 different …

Member Avatar for smantscheff
0
141
Member Avatar for ruchi18

hi.. I just want to know is there any way to use flash image in java i mean i f i have java servlet web form and i want to design this form on flash image then how can be it possile please help...

Member Avatar for ruchi18
0
119
Member Avatar for deecoup
Member Avatar for junior_

Could anybody explain how is a good way to group css style rules please. I will give some examples: 1. [CODE]h1{ font-size:14px; color:blue; } h2{ font-size:14px; color:green; }[/CODE] Both have the same font-size. Should I put extra h1,h2 rule and put there font-size? 2. I use 2 different color rules …

Member Avatar for scottloway
0
90
Member Avatar for m.itch

hey i need some help with my css, on internet explorer it works but on firefox it doesn't. heres the css and html [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Four Seasons Cleaning (Super Spring Cleaning).</title> <meta name="Description" content="FOUR SEASONS CLEANING, powerwashing in the lower mainland, B.C, Canada."> …

Member Avatar for pixelsoul
0
328
Member Avatar for holarwandei

hi i am a final year student in one of the private schools in Nigeria. i have problems deciding on what my project topic should be. i have interest in web development. in my school some people have done their projects on online examination systems and college portal. i was …

0
64
Member Avatar for junior_

I think this could be an interesting post. Just write sites that you think are a good examples how css should be done. Could be a huge portal or just small site. I personally think yahoo sites could be on the list. Am I wrong?

0
34
Member Avatar for tobeeornot

I recently left my job in the UK as a project manager from a niche organisation that provides business services to public service bodies. I am thinking of sharpening my skills by doing some web development training and getting certified with some Microsoft and Adobe products and moving into Web …

0
55
Member Avatar for mangel.murti

hi all, this css hide cursor point over a link. [CODE] .bck{ cursor: url(blank.gif) , default; } [/CODE] prob is that works in FF but not in IE.... any suggestion appreciated... thnx

Member Avatar for mangel.murti
0
67
Member Avatar for Pleasant Day

I use a WYSIWYG tool to design my web pages, I want to change the part that handles sound to html5 so it will work better on another platform I want to use. I have looked at the code my editor made, this looks like the bit that needs changing …

Member Avatar for zizuno
0
190
Member Avatar for zizuno

I need help vertically aligning an image inside of a div. I have tried all various methods found on the web. I have tried table display, line height, etc. The page can be viewed at [url]http://seekretgarden.tk/view/0/[/url] . The red background is the display area of the image allowed by the …

Member Avatar for zizuno
0
90
Member Avatar for misterx100

Hi, I have a div, which contains another div, which contains a image, like so: [code] <div class="div1"> <div class="div2"> </div> </div> [/code] .div1-le has the following CSS: [code] height:100%; width:100%; margin:0; padding:0; position:fixed;[/code] This means that .div1 is the same size as the browser. Now, what I need, is …

Member Avatar for bikercyber
0
302
Member Avatar for AndreRet

I have just started designing, stuck on this. I have a few div tags that I am trying to line next to each other with a 10px spacing between them. I just can't seem to get it to align though. They are contained in another tag (center_container) with the following …

Member Avatar for RoyalElite96
0
257
Member Avatar for netclick

Wondering if anyone is able to help me locate a specific set of templates. I saw them on the net and I lost the link. Now I want to buy them. They are great designs and are about 5 of them in the following categories (from memory): Web Design Web …

Member Avatar for diafol
0
115
Member Avatar for hsmukunda

Hi html layout not rendering properly in internet explorer. I have attached the screenshot of the layout rendering in firefox and internet explorer. Please see the area of red rendering in internet explorer and gap between yellow bar and red in firefox where as the same gap is not rendering …

Member Avatar for hsmukunda
0
124
Member Avatar for ankit.pandey3

[CODE]<html> <head> <title>Index</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="pro_dropdown_2/pro_dropdown_2.css" /> <script src="pro_dropdown_2/stuHover.js" type="text/javascript"></script> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (Index.psd) --> <table id="Table_01" width="1400" height="769" border="0" cellpadding="0" cellspacing="0"> <tr> <td rowspan="4"> <img src="images/Index_01.jpg" width="198" height="768" alt=""></td> <td colspan="10"> <img src="images/Index_02.jpg" width="1002" height="315" alt=""></td> <td …

Member Avatar for ankit.pandey3
0
113
Member Avatar for simplyit

iam doing computer engineering and currently in 3rd year and i am making a web based agricultural forecasting system using some web services for getting information about weather forecasting,location of the region etc. i have also collected the available data about my region which may be helpful for my application. …

Member Avatar for smantscheff
0
167
Member Avatar for thijscream

hi, i'm strugling with some difficulties. i can't seem to get something to work. [CODE]<table id="wijn"> <tr> <?php $query = "SELECT id, domein, naam, streek, substreek, jaar, type, smaak, formaat, prijsnormaal, prijs6, prijs12, prijs24, afbeelding from wijnen WHERE kleur = 'rood'"; $result = mysql_query($query) or die('Error : ' . mysql_error()); …

Member Avatar for thijscream
0
137
Member Avatar for massivefermion

Hi I know it may seem like a homework question.But I have to ask it.I wanna build a site but have problem with the page design.You know I don't know enough HTML to get exactly what I want.Also I can't use page design softwares because they don't support farsi.So I …

Member Avatar for Tommymac501
0
75
Member Avatar for hermann87

Hi, I have a [B]table of tables[/B], and those tables grab their contents dynamically so their <tr>'s and <td>'s change height dynamically. I was wondering if there is any CSS property or way to keep their <tr> heights fixed because depending on the content they grab their heights change. Thank …

Member Avatar for shaya4207
0
52
Member Avatar for nsahi

I am developing a website, and I have no web designing or computer programming knowledge. After reading up on web design, I have found out that I should use XHTML over HTML. I was just wondering whether I need to learn HTML to understand XHTML.

Member Avatar for shironui
0
142
Member Avatar for akshayinbox

Hello. I've learned programming in Visual Basic 6 followed by turbo C++. I was able to make COMMERCIAL software using VB6 but not with C++. The thing is I need to learn a language (for software development) that has syntax and logic similar to C++ BUT COMES WITH AN INTERFACE …

Member Avatar for John A
0
234
Member Avatar for diafol

Hi all. Not sure if this is the right forum, but it seemed the most appropriate from the list. I'm helping to develop a ghost-themed site. As it deals with an urban legend, we're pretty sure that kids will come across it, but don't want them to visit. There's really …

Member Avatar for diafol
0
167
Member Avatar for Fortinbra

I've been using DaniWeb off and on for a few years now, but this is the most active I've been with it. I realized today, that out of my numerous postings and replies, I've not yet introduced myself. I go by Fortinbra everywhere I can online. Even my PSN(playstation network …

Member Avatar for AndreRet
0
106
Member Avatar for AndreRet

I have an image on top of my logo image, used for login purposes in my index.html page. The logo code works perfect in loading my index.html page when clicked on. The code - [ICODE]<div id="Logo"> <div id="lmenu5"> <a href="Login.php"><img src="Images/Top Menu/Login.png" alt="Login or register." name="Login" width="130" height="43" id="Login" title="Login …

Member Avatar for AndreRet
0
114
Member Avatar for dlr258

I created a drop down nav bar which works fine in FF but wont work in IE here you can see that the menu loads fine in IE if the nav bar html and css are in their own file with no other html or css [url]http://www.tulsaview.com/new/navtest.php[/url] here is the …

Member Avatar for dlr258
0
232
Member Avatar for gahhon

For i'm facing assignment problem, i would like to ask the way to insert fancy or common ways to insert slide show into html web site. Thanks in advance.

Member Avatar for shironui
0
73
Member Avatar for dwlamb

Good day, I've run into a problem with list items displayed inline (i.e., horizontally) using Safari for Windows. If you [URL="http://dwlamb.com/cssproblem/loggedin.html"]follow this link, you'll find an uploaded static version of the problem[/URL]. Viewing it in IE7-8 and Firefox (Windows & Linux), the page yields as it should. The 4 menu …

Member Avatar for dwlamb
0
231
Member Avatar for IllBeTheJudge

Hello I have been looking around for a solution to my problem but I don't seem to have hit the right one. Not sure really whether this is a jQuery issue either, as opposed to an html / css one, but here goes: Simply put, I have a navmenu whereby …

Member Avatar for IllBeTheJudge
0
1K
Member Avatar for Webbanditten

Hi im having this problem, i have this danish tv website [URL="http://www.dr.dk/NU/popup/live#/DR1"]http://www.dr.dk/NU/popup/live#/DR1[/URL] thing i dont know if your guys can see it but anyways its page content is: [ICODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>DR NU</title> <style> *{ margin:0px;padding:0px; } html,body { height:100%; background-color:#000; …

0
67
Member Avatar for Daniel Liwonde

I wonder how the rounded corner rectangle like those at Google home page are created. I want anyone who can help me with the code or any method on how the rounded coner rectangles are created and how they are included on a web page. any help is greatly appreciated

Member Avatar for jalarie
0
66
Member Avatar for kylestudent

Hey, i recently took a HTML course in high school, and i like it a lot and im starting to create my own websites on my own time, but ive ran into a pretty important (well i think its important) part of my website is the layout like how do …

Member Avatar for Arkinder
0
76
Member Avatar for clarkthe

could someone help me figure out how to make something i want it to look like this [url]http://clagnut.com/sandbox/csstabs/?writingtext=csstabs[/url] along the lines of the tabs with sub menus. but i want to to switch the submenus with a hover on the top links. i tried frankensteining some code from this [url]https://www.servage.net/blog/2009/03/20/create-a-cool-css-based-drop-down-menu/[/url] …

Member Avatar for Arkinder
0
67
Member Avatar for puvi

Hi frens.. i came across few beautiful website templates but could not recognise, if it is flash based or not. can anyone here please tell, how to find out or where do i have to look, to know whether the template is flash based or not. thanks ppl

Member Avatar for pixelsoul
0
65
Member Avatar for slfisher

Google said on Wednesday that it was killing its Wave collaborative development environment, citing lack of interest, according to published reports such as [URL="http://online.wsj.com/article/SB10001424052748704017904575409873762885194.html?mod=googlenews_wsj"]in [/URL]the [I]Wall Street Journal.[/I] Blog entries from Google appeared as recently as July 27; in fact, the Google Wave [URL="http://googlewave.blogspot.com/"]blog [/URL]does not yet have any information …

Member Avatar for SSLMatrix
1
271
Member Avatar for Arcrammer

I'm looking for cool code editors for Windows 7 Ultimate 32bit. If you have any please tell me! I am using... [LIST] [*]Adobe Dreamweaver CS5 [*]Intype [*]Notepad++ [*]ConTEXT [*]Notepad 2 [/LIST] I don't really give a frogs fat aśś when it comes to how heavy the program is. Whether it …

Member Avatar for Joshua Kidd
0
119
Member Avatar for ShandyElliott

I'm mentally stuck. I'm trying to create 3 divs side-by-side with the 2 outter divs containing a repeating background in opposite directions of each other with a fixed width middle div. The background image for the left div needs to begin its alignment where it meets the middle div and …

Member Avatar for ShandyElliott
0
360
Member Avatar for elneco

im using css transtions on a site and they are behaving oddly on Safari 5.0.3. Anyone else having this kind of issue? The initial and hover states work fine but after you mouse out, some of the original properties are lost or the regular and hover states are mixed together...idk …

Member Avatar for elneco
0
179

The End.