13,937 Topics

Member Avatar for
Member Avatar for Smart_Viral

VPS (RAM:3GB) vs Dedicated server (Core2Duo 2.13GHz, RAM:2 GB) Which one have the best performance?

Member Avatar for platinum8
0
215
Member Avatar for jovypinoy

Hi guys, This is what I wanted to do. 1. When I hover my mouse on the sidemenu. It will change it background color. Here is my codes. [code=css] #main-sidebar { width: 185px; float: left; padding-right: 10px; } #article-sidebar { color: #0b73b7; font-size: 14px; font-weight: bold; } #article-sidebar li { …

Member Avatar for jovypinoy
0
93
Member Avatar for zack654

Hi everyone, I am making lots of HTML and CSS and I have huge problem with resoultion when I want to create fluid layouts or sites for higher screen resolution ( even 1280x800). My resolution is 1024x768. So, I saw many on line resolution checkers, but I can't upload code …

Member Avatar for |-|x
0
78
Member Avatar for saurabh2007

This is a simple question but since I am having problems with it, I am asking it here. I have a div inside a file called head.php in my index.php, when i do <? include ("head.php"); ?> and then do something like <div style="margin:0 auto; width:900px"></div> it shows the two …

Member Avatar for saurabh2007
0
119
Member Avatar for xDancinPoptartx

I am making an webpage where you get two random photos and you click using the arrow keys which one you like best and that one stays and goes on the versus the next random photo. I got it so far when you start the page it sets two random …

Member Avatar for xDancinPoptartx
0
105
Member Avatar for djjavo

Hi I am doing some coding with the WebBrowser element and was wondering if there was a way to create custom error pages i.e. if something goes wrong it navigates to this page instead of the default IE8 one. I did a quick google but got nowhere. If anyone has …

Member Avatar for djjavo
0
172
Member Avatar for |-|x

I originally posted this over on the [URL="http://wordpress.org/support/topic/incorrect-page-content-passed-to-plugin-in-firefox"]WordPress forums[/URL], and got no responses. Eventually I figured out what the problem was and fixed it, but thought I'd repost here in case anyone else is experiencing similar issues (I couldn't find any related articles in my initial search on the symptoms.) …

Member Avatar for cereal
2
205
Member Avatar for tqmd1

Dear Sir, I have following codes [CODE]<div id="button"> <ul> <li><a href="index.html"><img src="images/home.png" align="middle">&nbsp;&nbsp;Home</a></li> <li><a href="products.html"><img src="images/product.png" align="middle">&nbsp;&nbsp;Products</a></li> <li><a href="directors"><img src="images/director.png" align="middle">&nbsp;&nbsp;Directors</a></li> <li><a href="contacts.html"><img src="images/phone.png" align="middle">&nbsp;&nbsp;Contact</a></li> <li><a href="feedback.html"><img src="mail.png" height="24" width="24" align="middle">&nbsp;&nbsp; Feedback</a></li> <li><a href="links.html"><img src="images/home.png" align="middle">&nbsp;&nbsp;Links</a></li> <li><a href="#"><img src="help.png" align="middle">&nbsp;&nbsp;about Us</a></li> </ul> </div> [/CODE] In IE6, Image in menu displays …

Member Avatar for |-|x
0
116
Member Avatar for aaloo

i am getting confused that which one can be implemented >sending data out from flash to php via xml or >sending data out from flash to xml via php i know we can load data directly from xml to flash but i dont know how to send data from flash …

Member Avatar for sufyan2011
0
124
Member Avatar for aaloo

this is my xml file [ICODE]<myxml> <a> I can load XML like the wind! </a> <b> I can load XML like the storm! </b> </myxml>[/ICODE] i want to trace "I can load XML like the wind!" in flash movie.for this i am using this syntax that is not working .somebody …

Member Avatar for sufyan2011
-1
93
Member Avatar for aaloo

this is my php code [CODE]<?php $i=0; echo "t$i=pp&"; ?>[/CODE] and this is my as2 code [CODE] myData = new LoadVars() myData.load("http://localhost/exercise/0.php") myData.onLoad = function(succes){ if(succes){ a.text=myData.t$i; //this is not working } else trace ("Error loading data") } [/CODE] as you can see i want to send variable"t$i" from php …

Member Avatar for sufyan2011
-1
118
Member Avatar for code07

i need help.i want convert xml file to css file.following code how to write with css i need some site and how to do this code in data.css <?xml version="1.0"?> <Table> <Name> <person>Pahanperera</person> <person>SenaiSatharasinghe</person> <person>WarunaWikramage</person> <person>AshaniAbeysinghe</person> <person>MohanMunasinghe</person> </Name> <NicNo> <include>892650718V</include> <include>915623542V</include> <include>841521452V</include> <include>865153125V</include> <include>872360123V</include> </NicNo> <Age> <in>22</in> <in>20</in> <in>27</in> <in>25</in> …

Member Avatar for Dandello
0
86
Member Avatar for OmniX

When using this HTML code: You get a rectangle where the location is stored, and a button labelled "Browse..". I would like to redesign the "Browse.." button and I was told this would have to be done using mainly javascript and abit of css (I thought it would be the …

Member Avatar for jstnjns
0
599
Member Avatar for kimmi_baby

Hi, I'm looking for a great tutorial that shows how to create a HTML/PHP form that emails once it has been submit. Any help would be appreciated! I'm also using a PHP includes. The contact form is in there. Am i still able to get the contact form to work?

Member Avatar for Dandello
0
50
Member Avatar for pritaeas

I am looking for some experiences with embedding video's in my website. Until now I had only externally linked video's (which included their own players). Now I have to embed my own. So far I've seen HTML5, Flow player, JW Player and VideoJS. Any recommendations ? Added: Also found [URL="http://praegnanz.de/html5video/"]this …

Member Avatar for pritaeas
0
121
Member Avatar for aaloo

this is my as2 code , i m trying to get variable t outside the onload function but failed , somebody help me !!! [CODE]$i=0; myData = new LoadVars() myData.load("http://localhost/exercise/"+$i+".php") myData.onLoad = function(succes) { if(succes){ var t:Number =myData.total_pages; a.text=myData.t1 b.text=myData.t2 c.text=myData.t0 tp.text=t } else trace ("Error loading data") } next_.onRelease …

0
106
Member Avatar for luweegee
Member Avatar for Stjerne

Hi, I'm doing a project right now where we're going to develope a website. I'm responsible for the design/CSS. [url]http://www.stud.hio.no/~s181104/test/index.html[/url] This is what I've done so far, but there seems to be some bugs. Whenever I zoom out, the footer wont be sticked at the bottom of site and the …

Member Avatar for Dandello
0
79
Member Avatar for p0l4rb34r

I'm at uni beginning a web design course and we are starting to learn HTML 5 and CSS. I have previous experience with CSS and HTML but i haven't built for mobile devices or tablets, only for the desktop. I don't know loads of stuff, but i understand the basics …

Member Avatar for p0l4rb34r
0
159
Member Avatar for fishcik

Hello everybody. Yesterday i formatted my Pc. There was a website which i checked everyday. Everything seems to work fine in IE but not in Firefox. [url]www.haberlink.com[/url] that is the site. In the right of the page there is a slide show for images. That doesnt show up in Firefox, …

Member Avatar for drjohn
0
138
Member Avatar for rhenig

Hi, I have a checklistbox in a table's cell. This checklistBox get its values dynamically from the database, by using DataBind(). Currently, all the results are listed in a long list. I would like to define a fixed height (or a max-height), and have a scrollbar in the list to …

Member Avatar for DanyalRaja
0
1K
Member Avatar for siva28

[url]http://www.parithi.com/[/url] please visit this site... How to develop these first page..what kind of design tool is used? I develop own site , so these type of front page design i needed. please reply.. flash is ok for that?

Member Avatar for walid86
0
166
Member Avatar for aaloo

i want to know that how to make a dynamic website in flash which can send and receive data from server.i want to make a blog in flash.so what languages are needed to implement this ?

Member Avatar for aaloo
-1
132
Member Avatar for pawan768

Please Any help me , I need Free JSP hosting with MS SQL (Data base) for one month as a trail basis to check my Project Work ! Please Help me out!

Member Avatar for peter_budo
0
246
Member Avatar for tqmd1

Dear Sir, I have following codes [CODE]<html> <style type="text/css"> #button { position: absolute; top: 220px; width: 150px; border-right: 1px solid #508fc4; padding: 5px 5px 15px 1px; margin-bottom: 10px; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; background-color: #90bade; color: #333; } #button ul { list-style: none; margin: …

Member Avatar for simplypixie
0
99
Member Avatar for kimmi_baby

Hi, I'm having a few problems wanting to highlight the current tab in the navigation. I'm wondering if this could be because I have different stylesheets for some pages? Can this affect the way it works? I'm still using the same code in each stylesheet for the navigation... I'll post …

0
154
Member Avatar for lsvife

could anyone help why hover doesnt work on some of my link. below is my code! thnks in advance!!! [ICODE]a:link {color:#FF0000;} a:visited {color:#00FF00;} a:hover {text-decoration: underline;} a:active {color:#0000FF;}[/ICODE]

Member Avatar for Dandello
0
114
Member Avatar for Buter23

Hi, I have a problem with a search box not displaying all of the fields in Internet Explorer 7. All seems to work okay in 8, 9, Firefox, Safari and Opera... Can anyone offer any advice? Search box is close to the top of this url.. [url]http://www.lastminutetheatretickets.com/[/url] the style sheet …

Member Avatar for stbuchok
0
245
Member Avatar for lukemaister

Hi All, I have lately encountered quite a few problems with the problem I'm about to describe. I think it would be good for all of us to know the solutions if anytime we encounter this problem. I know my content is larger than the screen and I have a …

Member Avatar for Dandello
0
113
Member Avatar for rievan

Hello I am having issues with a script.. I am trying to have an array carry a bunch of vimeo codes. What I want to do is make it so that when someone clicks a button created by the array they are able to see a vimeo script open in …

0
81

The End.