20,737 Topics
![]() | |
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 … | |
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 … | |
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 … | |
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, … | |
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. | |
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 … | |
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 … | |
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 … | |
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 … | |
[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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
![]() | 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 … |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
![]() | 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" … |
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) … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
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 … ![]() | |
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 … | |
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 … | |
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 … | |
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, … | |
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 … | |
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 … | |
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 … | |
| |
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? | |
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 … | |
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 … | |
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. … | |
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 … |
The End.