20,739 Topics
![]() | |
I have a program to write as part of assignment for class, using C++ of course and using functions. Basically I have to write a Resistor Colour Code Calculator which will allow a user to input the colours and it would give them a value as well as a tolerance … ![]() | |
Hey everyone, I'm having some troubles gathering a color palette I like. I need 2 for companies my Dad owns and wants developed. Just simple sites with a little info and contact stuff. I was wondering if anyone has seen any good sites that might have some colors I can … | |
Hi, My computer is running very slowly and I get numerous errors such as: Windows Security Alert Your Computer is making unauthorized copies of your system and internet files. Run full scan now to prevent any unauthorised access to your files! Click yes to download spyware remover My task manager … | |
I have used mod_rewrite in .htaccess (on Apache web server) so that dynamic pages are treated as static html. The mod_rewrite itself is working fine, so where I had 4 parameters on the URL (php scripts), its now a single html file, eg. product-1-2.html. However, whilst most of my website … | |
![]() | I am using Firefox 2.00 with Auto Update [I]Disabled[/I] or other Updates also. But when i start this browser it starts send receive process as i can see in Network status and uses lot of bandwidth (till when nothing any site opened)and then if i close it till it appear … |
In the last period of time i noticed that when i open any site contain flash, i found this flash surrounded with a gray border and if i pointed on it i found this message (click to active). But i noticed also that this did not in some other sites … | |
![]() | Hi, I'm learning perl and web application now. I have a xml data as shown below. <?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> <photos page="1" pages="102" perpage="2" total="508"> <photo id="1969474222" owner="20137329@N04" secret="8ebd15f901" server="2185" farm="3" title="allen-iverson-dunks" ispublic="1" isfriend="0" isfamily="0" /> <photo id="1952424144" owner="7974492@N03" secret="a18966828b" server="2241" farm="3" title="Celtics vs. Nuggets" ispublic="1" isfriend="0" isfamily="0" … ![]() |
Hello to all you wonderful folks who have helped me in so many ways (i wish there was a face with its lips puckered) Anyway, I'm trying to insert a company logo that was created in Photoshop into a datasheet created in CorelDRAW 12, but no matter what format I … | |
Hi everyone, I am making a small web site to post images onto. The images that I have are all over 1024x768 pixels in size. I want to make an index page with smaller versions of the images that the visitor can click on that will open up the larger … | |
I have too much graphics in my future web site (I've done it in Flash format). But I don't know how to compress such files. Help me, please! <SNIP> | |
I would like to make animated files for my website, Do I need to fork over 699 dollars for adobe or are their alternatives. Liveswif has been inactive for over two years. Any help would be appreciated. | |
Hello I want to send one HTML mail having swf using outlook 2003 / 2007. I have hosted the HTML & other files on server. The outlook shows swf when activeX control is activated in outlook 2003. If activeX control is not activated, I want to display image in place … | |
Hi all. Marc here from South Africa. Hope to get some advise about web design. I hope i explain this correctly. Subject: Linking pages within the same site. I am using Blue Voda for practice. Question: I have created 5 pages. I have given a name to each page. The … | |
When Earl Jordan saw the blinking money icon in his tyBit(TM) toolbar he couldn't believe he had won cash just for being a tyBit(TM) subscriber. "I read about the loyalty program but never thought I would win," said Jordan. "Now when I search it's like online gaming and adds excitement, … | |
Dear all, I get problem with this ASP.Net form. As you can see in the sources, I have Check Box (ChkAllCustomer), Combo Box (CmbDept) and Command Button (CmdLocateCustomer). And to avoid postback I use JavaScript event instead of Anthem.Net. Everytime user clicks ChkAllCustomer.Checked = true, CmdLocateCustomer enable property is set … | |
I'm in the process of converting many sections of my web to templates (for use with Contribute) so I can get away from all of that mundane editing. Each page has a header, navbar, and body, with only the body being editable in the template. When viewed with Firefox, every … | |
ok... here's the deal... i'm building my own site, but i'll handle lots of databases and files, so, hosting my page using an external server, meaning, "renting" space in a server, i'd prefer having the information in my own server... so, how do i connect my server to my domain? | |
Hi everyone im getting this error when i try to execut the code via a browser, its a SOAP call to a footprints webservices server written in php, well it only shows me this error. I pasted the entire code below minus my username and password, :) I also have … | |
How to save password in internet explorer..? In case if i am having a proxy server which has username and password. Whenever if i am opening a browser i will prompt me to type username & password for the proxy server. Even after i check the option save password in … | |
I just had a client request for me to attach a word document to a web site and not as a pdf. I do not think that that can be done. Am I correct??? :-/ :-/ | |
Hi All, I am giving blink option in html, but its not giveing any output. my cde is <blink>February, 2008</blink>. I am checking in Internet Explorer. Can u help anyone. Cheers:- KavithaKesav | |
Can anyone help, I am trying to access my place of work from home without much success. I can log in, it then says: 'Welcome to the Radian Citrix Portal, please note that to use this service you must install either the Citrix Web Client (using the link below) or … | |
A day back Microsoft announced Silverlight 1.0 final release for Mac and Windows. A cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the web. Some of its features include: * Built-in codec support for playing VC-1 and WMV video, and … | |
Years ago, Macromedia realized that Flash was attracting application programmers, but it also realized it was an awkward fit. Not only was the programming environment unconventional, ActionScript and the Flash Player only weakly supported the data handling, business logic and application management needed in full-scale Web applications. The company's response … | |
Ever Since i got my first NSIS Error, anything i download has this error, saying my files are corrupt. And this game i play doesn't work either for some odd reason, i believe i have some malware or virus. Here is a Hijackthis Log: Logfile of HijackThis v1.99.1 Scan saved … | |
I'm a newbie to css and I've hit the wall :( I would like the user of the web page/site to scroll down the page and still have the navigation bar shown at all times. I've managed to do this, however, the text scrolls over the top of the navigation … | |
Am using Exchange 2003 and Outlook 2003 client. When I try accessing my exchange mailbox thru the web ii get a screen with ...loading text that hangs there forever. The folders like inbox and others dont show. What I checked so far: my application pools under IIS and execution rights … | |
Recently I have been doing some Jscripting and whenever i do a document.writeln it gets all wierd on me:?:. look a this code for example: [COLOR=Red]Function write { if (document.mytext == null) { document.writeln("There used to be no text here."); } }[/COLOR] if i hooked this up to a onload … | |
Hi all, Is there any site for checking statistics of my site url. Please let me know if you know that type of site. Thanks! | |
No one is answering this anywhere I go, and it's pretty important. And probably an easy answer. I've tried a BUNCH of codes already and I'm all google-d out. All I need is a vertical scrollbar. That's it. I need it for this page, and a few others: [url]http://helpmemeetjoejonas.com/index/?page_id=12[/url] See … | |
Hi guys, I would appreciate all the help I can get in solving my problem. I was surfing the web when my explorer.exe crashed out of the blue. It kept trying to restart explorer.exe - thinking this was a one off thing, I restarted my computer only to find out … | |
Im having this problem with my web design. Check out this site where I uploaded it [url]http://ivatanako.awardspace.com/[/url] Problem is, the side bar's last 3 divs where visible both on OPERA and MOZILLA FIREFOX. However, when I tried it own Internet Explorer 7, this three divs where hidden, Why is this? … | |
hi, I am going through this tutorial and i am stuck, here is my problem i can read the images from the db but it displays the same image(the first image inserted). here is the code: [CODE] <script runat="server"> Public Sub Page_Load(sender As Object, e As EventArgs) ' Create Instance … | |
hello, I am very new to python scripting and would require some help. Thers a product called Ajaxterm which makes use of python scripts and Ajax that I am using. It's a web based unix terminal emulator. I have set this up to work correctly. But there are some unicode … | |
Hi, I want to enable PVII in dreamweaver as i m unable to access this option: Commands --> Studio VII --> Apply Return False Fix by PVII. Waiting for urgent reply, Thankx in advance Regards, | |
Hi guys. I know that the web has this magical thing called JavaScript which makes making some types of web pages much easier. I was wondering if you could help me by providing a code snippet or something for this situation: I am making a site for my art teacher … | |
Can anyone identify which editor/program/ide this ASP generated code may have come from? Thanks a million if you can! [CODE]<html><!-- InstanceBegin template="/Templates/standard.dwt.asp" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>*sniped*</title> <!-- InstanceEndEditable --> <link rel="stylesheet" href="Assets/css/layout.css" type="text/css"> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->[/CODE] | |
:!: For only some web sites such as Yahoo, CNET(will not load at all), Gamespot, and others, the pictures and ads and such will not load. Any ideas? I have tried using many other browsers such as Mozilla, Slimbrowser, Opera, and Netscape and none have worked. Does anyone know what … | |
Hi, I am working on a project at the moment, using flash mx 2004. I need to get it finished by the end of the day hopefully! I have a list of 5 items. Each of these buttons bring you to another frame within the scene Each of these items … | |
Hi I am trying to connect a Flash client socket (XML) to a php socket server (using Flash 8 and php 5). My php socket server responds correctly when I connect to it with a php client socket but fails when I try to connect with the flash xml client … | |
ok i want to make a scroll bar for this page [url]http://willpull22.remnetworks.com/EMA[/url] i am making this site for a friend and his band here is the previous site that someone else made [url]http://www.geocities.com/eatingmranderson[/url]. now if you vist the link you can see that i have an events side i would … | |
I'm developing this page: [url]http://www.colorado.edu/its/policies/policies5.html[/url] Viewing on Firefox creates a weird style problem. To see it: 1. Click on Draft Policies 2. Click on Description for University E-mail as Official Correspondence There is a gap between the second to last line and the last line of text. Does anyone know … | |
Hey guys I am trying to sort out a problem with a site I am making [URL="http://www.colourlight.net/Rapid_Site/index.php"]http://www.colourlight.net/Rapid_Site/index.php[/URL] I have gap just under the welcome content box header. See screen attached I have attached a screen of my dreamweaver view as well Any ideas why? Cheers Matt | |
Hi, I don't know if I am in the right board or not cause I don't know if my question deals with html, css, or javascript. When I surf, sometimes I see a small "printer" icon with word "print" beside it, usually it is placed at the bottom of the … | |
Hello, first post here so excuse me if i'm breakin some (un?)written rules. I've read all the stickys and the other post concering this, and I'm still having problems what i've done and noticed: Run Avast many times, catching some infected .tmp files but not helping I've tried booting into … | |
i just joint this forum and would like to get help in corel drawin and how it works pls reply i need your help | |
hello there, uhhmmm...anyone here could give me an idea or point me a reference on how web server application are created (console based) using c++...i'd be using threading, processes, synchronization and http protocol... a reference to any website or books would be nice...thank you... | |
Hi, I am new to mysql connectivity using jsp. but i have tried it with MS Access nd it worked out for me. I have installed jdk1.4, Tomcat5.0, mysql 4.1 and mysql_connector_odbc_3.51.21_win32.msi. For the following code i am getting error code 500.. I have set the Env paths as path … | |
I've contracted a couple of Trojans - one was Zlob.MediaCodec, which I think is gone now, but am not sure; the other is Smitfraud, which I see by other threads is active right now. Symptoms: white desktop background; blue icon titles; other stuff may show up that won't go away. … | |
I have a simple php file for example: [CODE] <? header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=file123.xls"); header("Pragma: no-cache"); header("Expires: 0"); print "test"; ?> [/CODE] What I want to do is export php result and save it in excel file. If I run this from web browser like IE,firefox, I have no … |
The End.