20,737 Topics
![]() | |
A friend's computer. He downloaded a bunch of crap in an attempt at antivirus protection. Clicking on malware popups. He paid money to RegTool. Can someone please assist this aspiring PC/Security nerd in cleaning his dirty logs? :) It would be greatly appreciated. I am currently running Microsoft Malicious Software … | |
Hello, I am trying to get my 'logo' (which is just css text based) to be level as my navigation. I am having trouble with this, it is always above my navigation. I'd like my logo to be left, and the navigation right. I'm sure its something very simple, a … | |
I have created a simple website with my first attempt at css but seem to have problems with the right float. Web address & css are: [URL="http://www.corporate-event.com.au/"]Address[/URL] [URL="http://www.corporate-event.com.au/style.css"]CSS[/URL] Browsers being viewed: Mozilla 3.6.3 IE 8 Mozilla on my PC appears fine but IE is ok except for the inconsistent right … | |
I dont know what happened my jquery menus are not working at all.......particularly the hover opacity effect is not working.....it was working 2 days ago i dont know what have i messed with.......here is the full page code.......[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; … | |
Hi guys, i am populating a datalist with data from an SQL Server database, in the database images are stored in BLOBS. i am getting these images out using a handler. im populating the datalist with data from a table which contains the image and other attributes, which has all … | |
Hi everybody, who knows a really good tutorial about how a complex Joomla template is made? ![]() | |
A friend has a website and said I could post my business card on it, but that I needed a HTML script. Any help? | |
I am looking for a good C++ example of a simple MySQL client program written in C++ and runs on Linux, using MySQL++ libraries that does the following (no threading): Accessing Option File Contents, ~/.my.cnf, in user home folder to read settings (load_defaults). Constructing and sending the sql statement that … | |
Basically this is what I have: [code] <div style="float:right; width:500px"> <table width="100%"> <tr> <td>Input Text:</td> <td><input name="textInput" type="text" value="<?=$phpVariable?>" style="width:100%" /></td> </tr> </table> </div> [/code] In every web browser besides IE what this does is make the width of the input field the full width of the column. However, in … | |
Include content from one page to another with HTML Code. On the page that you want to put content on just insert <!--#include virtual="YourURL"--> <html> <body> <!--#include virtual="YOUR URL" --> </body> </html> ![]() | |
Hello Friends, I am learning to code in ASP.Net (so forgive silly errors!)... Presetnly trying to perform the functions of edit and delete using Repeater. The Code is: Libraries that I am using [CODE] using System; using System.Collections; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Web; using System.Web.Security; … | |
[url]http://arnotinteractive.com/mayakaimal/httpdocs/recipes_coconutTEST.html[/url] In IE7/Windows the left vertical navbar disappears. I have used every hasLayout trick I know. Can anyone put a finger on it? I'm working with legacy code to complicate matters... Style sheet: [url]http://arnotinteractive.com/mayakaimal/httpdocs/alt_styles.css[/url] Help! I'm swamped! bb | |
Hi there ! I'm building my first GC extension, and I am having a problem using this function. I would like to get the url of the current tab, and to do so (after some google research, of course), I use the [I]chrome.tabs.getSelected()[/I] function. Here it is in my code … | |
Hello to all webdesigner experts, I'm just a newbei in webdesigning world, as I only know how to Change/edit the existing codes for my own desired content, but in myself I can design basic layout only using basic HTML and CSS, I subscribed to a shared webhosting and they provide … | |
Hello, I'm an intermediate web designer and i've recently put up a site for my business but for some reason i can't figure, IE won't display images that other browsers will... [url]http://www.19grams.co.uk/Pub/pub.html[/url] Any ideas? | |
I have been thinking about becoming a webdesigner in the past few month, I have designed few simple websites for friends using HTML. But it seems like to make a living as a web designer is a way of the past. AMAZON.COM offers hundreds of Template for business owners to … | |
Windows XP system was running fine until IE (6) stopped working. On a fresh logon from powerup - IE will open like normal - but hangs up system and IE freezes if i clink a link or change the page. From then on I can't open new IE, I can't … | |
i wanted to know how can i make an economical web mail server on my home PC having windows XP. I wish to use this feature at a website and give users a mail interface where they can send n receive mails.with something like [email]abc@abc.com[/email] can someone guide me with … | |
Which is the best, cheapest reseller web hosting provider on the web? | |
Hi, I have a small application that reads an access database. I'm able to load the data, but it's in ascii. I created a function that does the conversion but for some reason I can't figure out how to implement it correctly. Where do I call the AsciiToString() function? Here … | |
hey Guys, I would like to appologise if i have posted this in the wrong place, searched and searched and this was the best section i could find. I have a couple of adult domains which im looking to get up and running, just wondering if anyone knows of anything … | |
I'M a single parent, 24, and I have a full time job in a factory. That's pretty much killed any change for me to go back to school. I love the computer field and I've been playing around with C# and Python for a little bit and I'M also a … | |
Hi everybody Have a little problem here. I have a webpage with this code [code] <iframe name="myIframe" id="myIframe" height="2000" width="1000" frameborder="0" scrolling="no"></iframe> <form id="myForm" method="post" action="link" target="myIframe"> <input type="hidden" name="banner" value="link" /> <input type="hidden" name="type" value="1" /> </form> <script language="javascript"> document.getElementById('myForm').submit(); window.scroll(182,111); </script> [/code] And I want to click on … | |
Hi I have an ActiveX component (docview.dll) with executable path in project file pointing to a dir but registered for a different directory. When deployed on the web server a C++ COM component won't load anymore even it does NOT reference the dll. I modified VB project so the path … | |
hi everyone, i'm new in web design. i want to design my own template and maybe i'll use a cms in the future. So, what i don't like in joomla is that adapting a template for joomla is too complicated, isn't it? Any suggestions about good cms, which one is … | |
Bing > Alexa Rank > 23 Baidu > Alexa Rank > 8 Yandex.ru > Alexa Rank > 26 SoSo > Alexa Rank > 44 That's alot of traffic from these search engines, how do you guys optimize for these markets? | |
Hi guys, I nedd help with my html and css. I've created a navigation menu. My code for the menu is below. [CODE]/*TOP MENU PROPRITIES STARTS HERE*/ #main-container { width : 970px; min-height : 400px; display : block; overflow : hidden; margin : 0 auto; } #main-top { width : … | |
Hi, I have a code here as in the following: [CODE] <div id="main"> <h1>Test</h1> <pre>Test Only</pre> </div> [/CODE] Here is the CSS: [CODE]#main { width:55%; border:0; padding:4em 2em 4em 24em; } #main h1 { color:blue; padding-top:1.75em; font-size:24px; padding-left:6em; font-family:Garamond,Arial,sans-serif } #main pre { font:bold 12px helvetica,sans-serif; padding-left:4em }[/CODE] For some … | |
Hello, I've been trying to figure out how to create a layout similar to the one on [URL="www.worldofwarcraft.com"]www.worldofwarcraft.com[/URL]. What i'm looking for is a way to have the two side images "shrink" when the browser is made smaller. Could anyone help me out please? If someone is wanting to write … | |
Hey Guys, Thought I solved the small issue I am having with my nav bar. I made a sprite image and I am using css to position the buttons. One of the buttons (autos) is not positioned in the right spot. It needs to be next to the other buttons. … | |
Hi This is John I'm currently developing web based application for a company.And Iknew about Web design,Visual Basic.Net,mysql,php,java,c++,System analysis...etc.[B]But my question is i don't have any adea how to tart, What is the necessary component(based on knowledge,software,hardware) must i have.[/B] This system has many data base,There may be a transactin … | |
Apparently, because my site uses cookies, a SetCookie header is sent with every page on my site...well I don't want that as Google PageSpeed sees that as a huge slowdown...so I either have to create a cookieless doamin to serve all of my content, or preferably, I'd like to suppress … | |
Hi, I'm having some problems with a webpage's layout in (surprise) older version of IE. I've tried a number of proposed solutions I found on the net but nothing seems to work - anyway, here's the code: [CODE]======THE CSS====== * { margin: 0px; padding: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: … ![]() | |
Hello everyone. I am building a web application having various tables and 4-5option buttons in each table. When user check on one of these option buttons then the option is saved at server. I want whenever user returns the option marked by him earlier should be preloaded. For example if … | |
hi guys, I'm designing a website - [url]www.pchristou.com[/url] - to showcase some of my work but am having an issue when using an image as the background. For some reason, when scrolling in Firefox its not smooth (in particular, when clicking the anchor links at the top) however, other browsers … | |
Lets say i have a jsp page which invokes a servlet. Now I want the servlet to forward this request to someother secured jsp page which i have configured to be secured in my web.xml. The problem is the jsp pages opens as secured if I open it directly from … | |
Ok so I have several years web design/dev agency experience and want to start working freelance, eventually fulltime. What are some good sites where you can bid on bigger company web projects? There are dozens of freelance sites with low budget projects and low talent designers/devs to bid on them. … | |
Hi, I am trying to do a three level suckerfish dropdown menu (live top navigation menu). However, I want to make it semi-transparent. It works fine in FF, Chrome, etc. However, there is an IE bug where if an element is transparent, then any children of that element cannot render … | |
I need some help. I am currently creating an event caledar. First there is a web page that a person would input information for an event there were holding with the dates and times. This information would be stored in a SQL Server database. Then a link is given to … | |
The following code works fine in IE8 and Firefox 3.5. Any idea why it does not work in Chrome ? Tried it both in localhost and on my web server -- no success. In the header: [code = php] <?php if((isset($_COOKIE["unique_id"]))&&isset($_COOKIE["users_resolution"])){ $screen_res = $_COOKIE["users_resolution"]; $unique_id = $_COOKIE["unique_id"]; } else //means … | |
Say I have a main page called advertisement html and a iframe on a templet page. I need to get a page within the site call add_pages to load into the frame when ever the advertisement page is loaded. I to have several other pages load into the iframe whenever … | |
Hi there Guys and Gals I am looking for some help, is there anywhere on the internet where I can find Pure CSS Code to replicate the main menu on the John Lewis webside. Have a look at the following link [url]http://www.johnlewis.com/[/url] the same kind on menu is on [url]http://www.next.co.uk[/url] … | |
Hello friends, i am not able to get data into database after clicking button. following is code for that. please help me for this problem This is .aspx file codes ============================== [code] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Default2" %> <!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 … | |
Hello All, I am working with a web page an d i have a small problem. Presently i have a page, which shows the data in the form of a grid view. basically it shows the schedules for a game. In that gird view, i have a button called recap. … | |
Help me please, I have a problem on my user page. As you can see, the boxes are moving into strange places, the badges should float on the right. Example: [url]http://www.stickmin.com/User.php?ID=2[/url]. But on pages where the description isn't long, it works right: [url]http://www.stickmin.com/User.php?ID=1[/url]. Thanks, please tell me what is wrong. … | |
i am tring to update but their neither any error displayed nor the data is update in the table plz help its urgent......i m using updateparameters.add ......thank u [code] using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using … | |
Any Drupal users out there?? I have created several articles ("Article1", "Article2", etc) and I want to display them on the page called "Projects". Someone told me to look at "views". I went to "structure->views" and there are a bunch of options such as "archive", "backlinks", "comments", etc. but I … | |
I have bought a domain.And i have enabled email frwarding for this domain. Eg [email]niks@domain.com[/email] All emails from [email]niks@doamin.com[/email] will be forwarded to [email]niks@gmail.com[/email]. Till this i am done. If i want to send an email with the email id [email]niks@domain.com.How[/email] can i do it??? So that the person receiving … | |
I want a quick link to start learning about Drupal in Windows Vista OS and how to install and create account in Drupal. I want to learn how to develop web pages and how to add the content to pages and how to see the content of pages and story … |
The End.