20,737 Topics

Member Avatar for
Member Avatar for DoomS

Hey I've been having this problem of my browser redirecting randomly after a search on google and yahoo. It would even pop out an internet explorer window when I have nothing runing or clicked. This all started after picking up a XP Guardian Pro or so type of fake anti-spyware …

Member Avatar for crunchie
0
184
Member Avatar for dominique7

Hi, I think the problem is simple enough to understand, but if you'd need it, I would set up an example. I'm quite ok with html and css, but I'm not fully comfortable with "float" I use it float: left (or right) to produce text colums, but now I got …

Member Avatar for dominique7
0
201
Member Avatar for bigdawg26

I would like to change my overall font a few sizes larger on my website. I am having a major brain fart. The site is as [url]http://www.bam-creator.com[/url] . I'll post the CSS below to see if maybe you can tell me what I am doing wrong. I change the font …

Member Avatar for scottloway
0
138
Member Avatar for seung

Hi guys, I had a home ubuntu web server I was running which just died due to RAM failure. To keep the site going, I took out the HDD and swapped it on to another machine I had laying around. Luckily, I was able to boot it with no problem, …

0
141
Member Avatar for Kikay19

I am trying to build a website for my husbands business, does anyone know any good ways to go about doing so... building one using our own pictures and what not? Either going about doing it ourselves, or using a website from online.

Member Avatar for untitledking
0
190
Member Avatar for aique

Hi!. I'm trying to get a connection from a Java application to a MySQL database. When I execute the method getConnection(url, user, pass) this is what I get: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'mysql.user_objects' doesn't exist I have executed the perl script called mysql_install_db with the result: C:\Archivos de programa\MySQL\MySQL Server 5.1>perl scripts/mysql_install_db.pl …

0
71
Member Avatar for Naggelos

Hello, I'd like to say hello to everyone first. I was reading a few threads and this forum seems great, and I was wondering if anyone could help me. I'll just right into it. I'm really starting to hate IE :( I'm a web design student, and have been trying …

Member Avatar for almostbob
0
127
Member Avatar for phpDave

Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is do I need to create 2 images for the 2 background sizes or can I create 1 image for both …

Member Avatar for untitledking
0
95
Member Avatar for nccsbim071

Hi everybody I am developing an application in asp.net mvc where i need to have Chat application intergrated in the web page. The chat application should be able to support group chat, private chat, simple file transfer and user should be able to create their own rooms. Can u people …

Member Avatar for nccsbim071
0
514
Member Avatar for kevindougans

[url]http://www.foodinthecity.com/[/url] in firefox the page starts displaying funny after you scroll down on the middle products section. in chrome it almost displauys right but you can see its out by a few pixels... but the weirdest thing is that on our development server it works fine in firefox but we've …

Member Avatar for kevindougans
0
94
Member Avatar for gruffy321

Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but …

Member Avatar for gruffy321
0
143
Member Avatar for Techwriter10

Steve Ballmer, [URL="http://www.guardian.co.uk/technology/2010/mar/03/microsoft-bing"]speaking[/URL] at the [URL="http://searchmarketingexpo.com/"]Search Engine Marketing Expo[/URL] this week, credited Google with being the first company to get internet search done right. Google certainly wasn't the [URL="http://searchenginewatch.com/2175241"]first internet search engine[/URL]. Yahoo!, InfoSeek, Excite and Alta Vista to name but a few, came along long before Google emerged in …

Member Avatar for 3oltan
0
595
Member Avatar for maverick_ymca

Hi, Here at my organization we'd been using an app which worked perfectly fine on the current 5.5 tomcat. But now we wished to upgrade our server to version 6.0 . The problem is that the application almost refuses to start up. I had this web.xml modified to comment out …

Member Avatar for ~s.o.s~
0
99
Member Avatar for jackthechemist

Greetings, I have some questions regarding my router's configuration settings. I have a Linksys broadband-N wireless router. First, I'm connecting via DHCP, so I'm not specifying any IPs, and have always used the default DNS server(s) (sometimes ipconfig shows more than one DNS server from shaw) that I get from …

Member Avatar for jackthechemist
0
132
Member Avatar for JigneshManek

hello, i have used the following code for file upload: [CODE=php] $id=100; $upload_dir = "images/"; do { $photo = $_FILES['photo']; switch($photo['error']) { case UPLOAD_ERR_INI_SIZE: $err2 = "Server doesn't allow the image size.. Please select a smaller one.."; break 2; case UPLOAD_ERR_PARTIAL: $err2 = "The image was not transferred successfully.."; break …

Member Avatar for JigneshManek
0
156
Member Avatar for PanzerFaust

Can anyone help me make an animated picture. Im not talking about a cartoon person but take like the scene of a movie and put it in a picture? Like this he took a WWII movie and inserted it in a picture. I have adobe photoshop CS2 if that helps …

Member Avatar for stonemethew
0
245
Member Avatar for powelly90

hi, when ever i apply a lighting effect on photoshop elements on my computer, faint lines appear throughout my image. I have asked numerous people and nobody has an idea, anyone got any suggestions? much appreciated

Member Avatar for stonemethew
0
92
Member Avatar for ukndoit

We are an American company, doing business world wide, we have a lot of members coming on board in Russia, Estonia, Latvia, Africa and lots of other places. They are all asking for us to translate the web pages. So I programmed in a language translator, where we can give …

Member Avatar for ukndoit
0
171
Member Avatar for jobojo

Good morning everyone. I am trying to develop a Web site with a search feature that will search a MS SQL database based on text entered into the "Last Name" text field of the search form. I have the search feature working somewhat however, there are some additional tasks which …

0
92
Member Avatar for cmills83

Hi I am developing a site with something like below as the structure. The nav container holds a flash nav swf. I built a toned down lightbox effect and the popup is the center of that. Safari, FF pc, IE6, IE7 all work fine, but firefox mac still layers the …

Member Avatar for mentalmango
0
111
Member Avatar for bru77

Hi, I have created a site using dreamweaver which includes spry tabbed panels. These display perfect locally but when uploaded all the content for the individual tabs displays on the main page instead of inside it own tab content area: [URL="http://www.mongey.ie/communications"]http://www.mongey.ie/communications[/URL] I have uploaded the SpryAssets folder to the server …

0
49
Member Avatar for phpDave

Hi, I trying to use one of two style sheets depending on screen size but it is not working. Here is the code: [CODE]<script type="text/javascript"> if(screen.width>= 900){ document.write('<link href="main.css" rel="stylesheet" type="text/css" />'); }else {document.write('<link href="small.css" rel="stylesheet" type="text/css" />'); } </script>[/CODE] It disables the style sheets altogether. Not sure why. Any …

Member Avatar for phpDave
0
229
Member Avatar for rexusdiablos

Hi All, I created a png image in photoshop (a silhouetted star with a transparent background). I then imported it into flash 8 to use it as a mask layed over another image (jpeg of mountain terrain). Herein lies the problem: The png is behaving like its fully non-transparent (the …

Member Avatar for pixelpaintr
0
219
Member Avatar for kwinscher

Hi, I designed a website for a small magazine. I put all the files on their server and their web person was the one to upload everything to GoDaddy. Anyway, so I had made changes to the contact page and those changes wouldn't show no matter what we did. I …

Member Avatar for kwinscher
0
110
Member Avatar for jasystweb

My page is not displaying correctly in Internet Explorer. Its displays properly in all other browsers. The issue: Internet Explorer When the page is loaded-- Internet Explorer places DIV tags between the the <LI> elements on my page and in other areas of the controls which have been dynamically added …

Member Avatar for Airshow
0
241
Member Avatar for freggel2

What am i doing wrong? My iframe background stays white. It must be black. Can anyone help me plz? [code]<HTML> <HEAD> <TITLE>Untitled-1</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body { background-color:#000000; } --> </style></HEAD> <BODY BGCOLOR="#000000" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <!-- ImageReady Slices (Untitled-1) --> <TABLE WIDTH="1024" BORDER="0" CELLPADDING="0" …

Member Avatar for Airshow
0
618
Member Avatar for sutt0n

Ok, I have this one page that has a frameset with two frames. The left frame loads fine, and the second frame loads fine in Firefox and submits the form automatically like I need it to, but when it loads and submits (yes, it is a body onload form submit) …

0
57
Member Avatar for bboyle

When I have a hidden input field on my webpage and I use the tab key to traverse my fields, the cursor always moves to the hidden input field. This means that I have to press tab twice to move to the next visible field. Is there any way that …

Member Avatar for hoffman408
0
251
Member Avatar for Angelvoice

Hello, New Friends! I'm new here. What a marvelous world you all have here! Thank you for this fantastic resource! I am honored to be part of your community! /me tips my halo to all. 0:-) I need help getting my desktop shortcuts to work again. I've got the latest …

Member Avatar for doreen2k
0
478
Member Avatar for MDanz

I've got a 101px x 101px div with a background image and words of text. I've attempted to make the whole div a hyperlink but it only made just the text a hyperlink. if you check my website [url]http://www.stackway.com/stack.php[/url] , when you click the word then the correct hyperlink comes …

Member Avatar for drjohn
0
142
Member Avatar for asemakula

Hullos, I really need your advice on this, I just got to know that i can use Tomcat directly to as a web server without going through IIS, on any port 80, 8080, ... for my JSP/servelet application to be accessed on internet. I am running a rackspace cloud server …

Member Avatar for gbarnas
0
149
Member Avatar for samarudge

Hey, I have a table defined like [CODE]<table width="100%"> <tr> <td>Some Content</td> <td>More Content</td> </tr> </table>[/CODE] This table displays something like [CODE] |------------------------|------------------------| |Some Content | More Content | |------------------------|------------------------| [/CODE] The columns of the table will automatically resize based on there content however I want the first collumn to …

Member Avatar for samarudge
-1
93
Member Avatar for DICKDOUG76

I Recently purchased a new computer which is running windows 7, at the same time i upgraded my previous laptop to windows 7 as well. on the same network the upgraded laptop works correctly, however the new computer I purchased has random web pages that are unaccessable. Ive reset and …

Member Avatar for gerbil
0
149
Member Avatar for kezia_kristina

Hi all, I want to set the text on the right side of image to bottom in a div tag. depict like below: ______ | img | | | |_____| The text is here at the bottom of Image But after trying some CSS code (using 'vertical-align:bottom'), I always got …

Member Avatar for xoinas
0
368
Member Avatar for AlcatrazLogan

Hi, I'm developing a web service that will be running alongside a server. They'll be sharing similar classes and data and I was wondering if there would be a way to launch a JFrame for the server when the web service is deployed?

0
77
Member Avatar for JRM

I'm stumped. I have a box model that is controlled by css in other parts of a CMS. For simplicity, lets say it's like this: [CODE] <div.a> <div.b> <table> </table> </div> </div> [/CODE] I wish to print the raw table in the midst of the divs without the CSS margins …

Member Avatar for JRM
0
74
Member Avatar for grisha83

Hey guys, I am trying to do the basic :hello world" in PHP When i compile the code, my browser doesn't display "hello world" it is giving me an error: "You tried to access the address [url]http://localhost/PhpProject1/index.php[/url], which is currently unavailable. Please make sure that the Web address (URL) is …

Member Avatar for diafol
0
221
Member Avatar for bluewaker

Heya guys, Recently, my computer was infected by a trojan, and using a forum topic found on another forum, I seemed to have removed it, using the safemode+smitfraudfix+ewido spyware remover combo. However, I still receive some pop ups, some slowing in running and sometimes, explorer won't load when I click …

Member Avatar for michaelkeenan
0
519
Member Avatar for phoenix_dwarf

Hi, I'm trying to use a repeater with an unordered list to display some data. It does work but I want to display only 4 columns on a row and then if there are more to show it should automatically move to the next row. Here is my code snippet …

0
73
Member Avatar for sammer021486

My menu is a very large menu and editing it on each individual page is very time consuming (~160 lines of code per chapter and there are 11 chapters). So I am wondering if I can place my menu into another html document and then call/import it to the currently …

Member Avatar for sammer021486
0
107
Member Avatar for RonnyProgrammer

Hello Everyone again, I would like to ask if anyone can give a quite a good knowledge about Web design .I mean, I know html ,css and basic levels of asp.net . i can create websites but when i see them web world, like this website and big big website, …

Member Avatar for jbisono
0
150
Member Avatar for chickenlord500

I have a .flv file (and also the original .mov from which the .flv was created) that i have imported into a new .fla - I also have created a button and assigned actionscript to the button that links to a new web page. The button works correctly. My issue …

Member Avatar for JasonHippy
0
152
Member Avatar for ajijacobm

hi,I'm using a dynamic photogallery in my project.Now i'm having problems with xml updation.The xml file which is being used by the flash is dynamically updated with data from a table that each time xml is changed.But the problem is flash is not using the updated xml file.It uses the …

Member Avatar for JasonHippy
0
88
Member Avatar for jellybeannn

Hi everyone, I've got a DepartmenstList and CategoriesList user controls, which works with stored procedures, when the a department is selected, only then is that departments categories listed. What I need help with is, when a department is selected I want the categories to display as a submenu to the …

0
63
Member Avatar for designforweb2
Member Avatar for bme563

MY internet explored will not display any web site firefox will. I need explorer to connect to remotely connect to my office LAN. any suggestions?

Member Avatar for mjdodd
0
71
Member Avatar for fallendream

hey, to start with heres the backdrop; me and a friend from school have a year to create a fully working web browser and for this i think C++ would be best. heres where i need help, i have no experience with C++ and i need to learn it from …

Member Avatar for jadkins
0
570
Member Avatar for delbois1651

Hi, I am in the early stages of creating a website located on a subdomain at http://www.kcssmusic.cbmultimedia.net It functions properly in all browsers except IE7 and previous releases. I think it is most likely a CSS related problem, but I am not sure. The problem is on rollover for the …

0
78
Member Avatar for liveanswer

I just finished a six month long conversion to Mura CMS and I love it. Unfortunately we've gone through some changes and our new IT director is suggesting that Joomla is a better option for us. I'm wondering if anyone has used both and can offer solid pros and cons. …

Member Avatar for liveanswer
0
73
Member Avatar for happygeek

Google has today launched a new Beta version of the [URL="http://www.itpro.co.uk/blogs/daveyw/2009/03/22/google-chrome-stands-alone-at-pwn2own/"]Chrome browser[/URL], adding brand new privacy controls into the mix. You have to admit it's great timing, what with Microsoft this week making the 'browser ballot' screen available in European version of Windows giving users the option to [URL="http://www.daniweb.com/news/story253418.html"]switch from …

Member Avatar for Tech B
0
1K

The End.