Posts
 
Reputation
Joined
Last Seen
Ranked #861
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
94% Quality Score
Upvotes Received
31
Posts with Upvotes
28
Upvoting Members
24
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
15 Commented Posts
0 Endorsements
Ranked #344
~50.1K People Reached
Favorite Tags
Member Avatar for vinomashwin

I want to know how to create a registration page and login page ... any tutorials about this and i need some complete web templates too(not just home page)... can any one help me.....any ref plz

Member Avatar for diafol
-5
3K
Member Avatar for fielding

I am trying to get the text (not value) of a selected item in a select box <option> and display it elsewhere on the page. I have to admit im totally new to this so im going to need an explanation on plugging in a JQuery file... Thanks!

Member Avatar for ololol
0
3K
Member Avatar for sneixum

hello.. newbie want to ask.. :) how to make floating ads with flash or image content in the top and also in the bottom of the website screen? when website page is scrolled, the ads will not move from their place, not even a bit.. you know i'ts hard to …

Member Avatar for shiqar
0
116
Member Avatar for ibnyadam

HI, I want to make custom button for facebook like, I have an image of medal, i want to use this image, when user click on this image, facebook like action is call. and post in his profile. A normal like button with my medal image. [CODE]<iframe src="http://www.facebook.com/plugins/like.php?href=www.carbonated.tv&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" …

Member Avatar for asem.yousif
0
2K
Member Avatar for SSIG33

I have youtube videos that show up in different locations on my site in the form of streams... the stream widths are variable so I have youtube movies at 100% width and 365px fixed height... But.... now I have a super narrow stream and the youtube videos are super tall …

Member Avatar for macneato
0
164
Member Avatar for GrEEfInd

Hey everyone, new to this place but i was hoping someone cuold tell me if theres somewhere where i can just copy and paste a code into my website for a comment box or something along those lines?? cause i'm not a web developer or software designer so i'm pretty …

Member Avatar for Noahv11
0
644
Member Avatar for jltjr

I'm having a problem with the images taking the opacity from the wrapper div. Could someone bale me out of this one? You can view the site here:jltjr(dot)com/studiocarvel/ My wrapper css follows ~Thanks, JT [CODE] .wrapper{ width:960px; margin:0 auto; background-color:#000033; line-height:1.5em ; padding:15px 3px 15px 15px; left:50%; right:50%; -moz-opacity:0.90; -khtml-opacity:0.90; …

Member Avatar for jltjr
0
177
Member Avatar for davy_yg

This is the css for it's navigation. Just one more thing that I would like to add. I would like a box background for each navigation item [B]before[/B] the cusor is place on top of the navigation. What else do I need to add in the css. At this point …

Member Avatar for macneato
0
126
Member Avatar for varoluscu_prens

Hi there; I've faced a problem in CSS. Firstly,I want to give the HTML side which I want to style with CSS: [CODE] <ul id="upperMenu"> <li><a href="link1">Menu1</a></li> <li><a href="link2">Menu2</a></li> <li><a href="link3">Menu3</a></li> <li> <a href="link5">Menu4</a> <ul> <li><a href="#">Sub-Menu1</a></li> <li><a href="#">Sub-Menu2</a></li> <li><a href="#">Sub-Menu3</a></li> <li><a href="#">Sub-Menu4</a></li> <li><a href="#">Sub-Menu5</a></li> <<li><a href="#">Sub-Menu6</a></li> </ul> </li> <li> …

Member Avatar for macneato
0
173
Member Avatar for Graycode

At [url]http://sodesigns.co.uk/roots/[/url] Depending on the browser, depends on whether the font inside the posts displays correctly. It's all meant to be Arial and the Header font H1-H2 and the body text is also Arial at 13pt. How can I do this as a mass change? There is 3000+ posts so …

Member Avatar for Buppy
0
99
Member Avatar for urge

I'm having a tough time eliminating an annoying line break/space in IE. Here's the full code for the page (located at vidora.info): [code] <html> <title>Vidora.info - The Way Browsing Should Be</title> <body topwidth="0" bottomwidth="0" marginwidth="0" marginheight="0"> <table width="100%" height="100%" cellpadding="0" cellspacing="0"> <tr> <td valign="middle" align="center"> <table align="center" cellpadding="0" cellspacing="0" border="0" …

Member Avatar for SaranganIndia
0
245
Member Avatar for trixma

Hey guys, I'm trying to vertically center-align text on a button but no matter what it always shows up too low. Here's my CSS [CODE].fb8 { background: url(button.png) no-repeat; border: none; outline: none; color: #bbbbbb; height: 22px; width: 105px;}[/CODE] and this is my html: [CODE] <input type="button" value="Login" class="fb8" name="btnLogin" …

Member Avatar for ko ko
0
122
Member Avatar for Arjun_Sarankulu

I have created a HTML Page With Three images Follwing is my code [CODE] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style9 { font-family: Arial; font-size: 12px; } .style10 { font-size: 11px; color: #FFFFFF; } .style12 { font-family: Arial; font-size: 11px; color: #FFFFFF; } .style13 …

Member Avatar for RoyalElite96
0
102
Member Avatar for Dean_Grobler

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. …

Member Avatar for Dean_Grobler
0
143
Member Avatar for WigglesMcMuffin

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 { …

Member Avatar for WigglesMcMuffin
0
145
Member Avatar for debasishgang7

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..!!!

Member Avatar for macneato
0
74
Member Avatar for devinodaniel

I have a site the generated a row of data from MySQL db. The parent element DIV is called "enclosure". This shows up as hidden when page loads. I have a link "show/hide" that I'm using to show the data when click using jQuery. My problem: Since all the rows …

Member Avatar for macneato
0
200
Member Avatar for kuri88

I need to split the area code out of the () so it only displays numbers using the substring method. Below is the code I have done so car. [code] <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>No Title</title> <script type …

Member Avatar for edith135
0
96
Member Avatar for caltech
Member Avatar for Joshua Kidd

Hello all, Is there any way that I can count the number of lines in one column in a table? Such as I want to count all the names in this column on First name: [url]http://www.globalvirtualairlines.com/MyPages/web%20app.php[/url] How would I do so? Thanks in advance! :)

Member Avatar for macneato
0
74
Member Avatar for caltech

They should work, I don't know. Example: [CODE]<a href="http://www.endofdreamz.com" title="End of Dreamz" target=_"new">Website</a>[/CODE] Yeah so what's the story tried switching stuff around I don't know tried alt... I don't know. The webpage address is [url]http://nickelheroes.com/collaborators/collaborators.php[/url] I really want to get these to work so that I can just have it …

Member Avatar for macneato
0
100
Member Avatar for Egypt Pharaoh

How can I add a jquery code block like this [CODE]<td><tt> Name: '.$_POST['name'].' </tt></td> </tr> <tr> <td><tt> Surname: '.$_POST['surname'].' </tt></td> </tr> <tr> <td><tt> E-Mail: <a href="mailto:'.$_POST['email'].'">'.$_POST['email'].'</a> </tt></td> </tr> <tr> <td><tt> Message: <br><br> '.$_POST['message'].' </tt></td> </tr> </table> </body> </html>';[/CODE]

Member Avatar for macneato
0
54
Member Avatar for jdam7459

Is there any way for me to get a .php file to open in a web browser without a server?

Member Avatar for Arcrammer
0
1K
Member Avatar for mithesh

hi I need to display date which is stored in database and need to format and display on web page the current format is (Y-m-d) I need to display as (d-m-Y); On the web page pls anybody help me with the php script I will paste my code: [CODE]<?php $d=$_POST['sdd']; …

Member Avatar for antonyruban
0
8K
Member Avatar for sreein1986

I have a small doubt in CSS style sheets what is use of float tag in css? and why it using ??? please reply me

Member Avatar for Arkinder
0
109
Member Avatar for bkendall

In case any of you have not seen it yet [URL="http://www.iconbuffet.com/people/new?ref=bkendall"]Icon Buffet[/URL] is a great icon community check it out and if you decide to get a free account I will promise to send any of my fellow designers anything they need and help ya out :)

Member Avatar for Jia22
0
109
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
95
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
81
Member Avatar for johnsign11

Hi all, Can someone tell me how we can dd External style sheet to our HTML document???

Member Avatar for macneato
0
61
Member Avatar for hindu times

Hi there, I initially thought I had some problem with my Javascript code for resizing an iFrame, but upon further look it seems that something is wrong with the below page. For some reason my iFrame on this page ([url]www.rjt-online.com/video2.php[/url]) won't recognize the height of the content (the content is …

Member Avatar for hindu times
0
124