5,031 Posted Topics
Re: [QUOTE=sanjay_scjp]I wanna source code SANJAY[/QUOTE] You should give proper explanition of what you are trying to do, we do not give away are work so easly. Show effort, show what you did so far... As to your question, you can convert html to pdf with full version of Acrobat or … | |
Re: I'm not in Flash programming, but principle is gone be same for all programming. Try to search for first association of "Workbook" and read from that point on or assume that this work on principle read line-by-line do an if statement to check for read content if that is [I]<?mso-application … | |
Re: [QUOTE=eltommyo]Ok, I play neopets, I also help people in neopets. I want to know if i take a picture of neopets, the caption contest picture, and add a place to put text and then use tht would that be against the law? also my guild on neopets is a narnia … | |
Re: It does work in FireFox but IE6 doesn't like it | |
Re: go to Edit than Menus and play little with setting over there | |
Re: Good idea, Flash is friendly and easy to use. I'm not multimedia guru, but sometimes I use it for some of my work. Know some guys which can do unbelivable stuff with it. | |
Re: Use Adobe Premier or Unlead Video Studio or similar base software for video editing | |
I have small code to read datas from "dat" type of file. It's read fine just when last line is done it's kick-off with error message [I][B]Exception in thread "main" java.lang.NullPointerException at CW2.main<CW2.java:26>[/B][/I] [CODE] import java.io.*; import java.util.*; class CW2 { public static void main( String[] args) { try { … | |
Re: Make a selection for a tie,invert selection and applay BW settings. What that mean? Only selected part will change | |
Re: Seem sttright forward. What is problem with it?? | |
Re: True??? He/she does not even know what is talking about, otherwise will specify what exactly he/she wish to do and what would be best technic/way to do it | |
Having strange behaving programs,at the bottom you can find them, but here is short explenation. Main program will present a menu from which you can pick operation to do. When I choose 1 it is suppouse to create file of certain name(not exactly, you have to complile score.c program and … | |
Re: [QUOTE=lana]Hi - does anyone know how to change the look of the text field form? I can't find anything that will change the color, outline, height, etc. Thanks![/QUOTE] What you mean DW??? | |
I'm getting following compile error OrderedList.cc: In member function `std::string OrderedList::find(std::string&, std::string&, int&)': OrderedList.cc:133: error: invalid conversion from `int' to `const char*' OrderedList.cc:133: error: initializing argument 1 of `std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]' OrderedList.cc looks like this [CODE]string OrderedList::find(string& … | |
Re: search google for filters in CSS-cascading style sheets | |
Re: This may help you little bit [URL=http://www.w3schools.com/media/media_playerref.asp]www.w3schools.com[/URL] | |
Re: Yes, you don't have to make image of everything. This simple shadow effects and many others can by simple achive with use of CSS and basic JavaScript. | |
Re: Sorry but this need complex solution and you will not learn in 1-2 weeks. You better ask some company and have to pay for it or do another post that you are looking for somebody who can do this sort of work for free( for funn or school project) or … | |
Re: You will not find Bryce as Corel doesn't do any support for this product for past 4-5years. Only on P2P. Also you should say what you are exactly looking for in 3D that will help as to help you... | |
Explanation is a bit long so please bear with me, solution is short :lol: We got an assigngment from uni to create word dictionary program to read an external file where each line consist of WORD and DEFINITION separated by empty space. If some word exists more than once add … | |
Re: [QUOTE=sample4u]SWF Protect can help you to Encrypt and Protect your Macromedia Flash SWF Files from ActionScript Decompilers. Current version is: v1.1 small bugs fixed. Download link: [url]http://www.sample4u.com[/url][/QUOTE] Yes budy, nice, but this is not a sale yard. You better ask Dani for permision!!! This does not need a coment: [I]Sample4u … | |
Re: What about little of brain storming from you for start?? This is not sunday market : "Password protection for 5, forums for 10..." | |
| |
Re: There is minimum people using 800x600, last time when I did my site I put size to 1024x768 which is ok with size and resolution for my laptop. | |
Re: :lol: Wow somebody was realy unfortunate. :mrgreen:Congratulation to JAM in finding his lost friend tgreer (sorry, but what is the possibility of ocurence for situation like this??) | |
Re: Looks like you just nick something from somewhere :cheesy: and don't know what to do with it :?: [B]js[/B] stand for JavaScript which is external (not included in content of site). What you have to do is downloadied and post it here and we will see what can be done. | |
Short and simple, I installed Windows XP and Solaris 10 on same disk in order to create same development enviroment like at school where we use Solaris in our labs. I got new hard disk because old one was small. Firstly with use of XP instalation CD I created partition … | |
Re: Yes, Rashakil Fol is right your tutorial is bad, if I do not know HTML this wouldn't help my at all. However you can improve it, try to see other online tutorials how they are done. Good example is [URL=http://www.w3schoools.com]www.w3schoools.com[/URL]. Good luck to you! | |
Re: Here is nice example how to do something like that, if you are happy to read the code :cheesy: [URL=http://www.creative.com/language.asp]http://www.creative.com/language.asp[/URL] | |
Re: [QUOTE=kained]i see what your saying but can't work out the code. im trying. <img src="graphics/logo1.gif" width="234" height="134" border:0px> as the img tag but it is not overiding it. what am i doing wrong.[/QUOTE] It is supposed to be like this [CODE]<img src="graphics/logo1.gif" width="234" height="134" [COLOR=Red]style="border:0px;"[/COLOR]>[/CODE] With inline declaration you have … | |
Re: Matter of preference. I f you use more Adobe products you will be more familiar with interface of Pagemaker. And oposite, if you work with Macromedia Quark will do it for you. | |
Re: This worked for me [CODE]<html> <head> <title>More javascript</title> <script language=JavaScript> function clicked(evt){ window.alert("You clicked the page element: "+evt.srcElement.id); if (evt.srcElement.id == "mycol"){ [COLOR=Red]document.bgColor="green"; myTable.bgColor="blue"; [/COLOR] mycol.innerText="haha"; } } </script> </head> <body id="mybody" onclick="clicked(event)"> <br><br> <table id="myTable" [COLOR=Blue]border="1"[/COLOR] > <tr id="myrow"> <td id="mycol" [COLOR=Blue]style="cursor: pointer;" [/COLOR] >Click this box to change … | |
Re: What do you mean by [COLOR=Red][B]spice up[/B][/COLOR] website | |
Re: I am not "pro" in Flash but you may try to do following. After selection from main index been made ad an extra line in your code which will empty your listbox of main index (empty your string variable) and then load up sub index. | |
Re: When you open your template in Photoshop, at the bottom of your Tool Bar is icon for sending context of Photoshop to Image Ready (Marked with red colour on attached image and it is part of Photoshop product). This will open your Photoshop template in Image Ready. Check your template … | |
Re: JavaScript, set up variable which will be inceased by 1, every click of your button. | |
Re: [QUOTE=yassar]Hi, I want to start learning how to create a web page from beginning, I know a little java and still working on it. But generally I am clueless about web development :o :sad: :o I am looking at some html tutorials on the web but I think some advice … | |
Re: David Shortly, I will firstly recomend to you not to use names of variables as follow if (theForm.[B]Last Name[/B].value == "") space between words which join for the name of variables are not good. Secondly please can you provide full code for this script including html, it will help a … | |
Re: There are no difference in JavaScript between platforms. Your problem can be that Mac is running only on IE5( there has not been any upgrade for past 3 years also) and you tested on pc IE6, I beleave. Last year as school project I did website cross platform but got … | |
Re: Quote from [B]w3.org[/B] [URL=http://www.w3.org/TR/1998/REC-CSS2-19980512/ui.html#propdef-cursor]http://www.w3.org/TR/1998/REC-CSS2-19980512/ui.html#propdef-cursor[/URL] The user agent retrieves the cursor from the resource designated by the URI. If the user agent cannot handle the first cursor of a list of cursors, it should attempt to handle the second, etc. If the user agent cannot handle any user-defined cursor, it must … | |
I whant to ask for small help. I'm using Dreamweaver MX 2004, which is a great tool for web developer. Me only problem is I do not exactly like the automatic closing function for HTML tags. :evil: Is there any way how in settings block/switch off this function?? :?: | |
| |
Re: Zachary, looks like people don't bother to check older treads!!! :sad: This is already 4th or 5th person in past 10 days asking same question, which you answered previously. | |
Re: I have "The Complete Reference JavaScript Second Edition" from Mc Graw Hill/Osborne. It has good explaination of basic programming terminology which never did programming before and than based on that it's goes from basic to advance scripts. Nicely put together with reference which is always useful. But this is my … | |
Re: Can you please provide better explanation of what exactly do you expect us to help you with? Why? Because I will try to explain you how to enlarge image in flash and all what you whant it from me is, how to get with click on thumbnail large version of … | |
Re: As Zachery explaned in his topic in HTML and JavaScript forum [URL=http://www.daniweb.com/techtalkforums/thread29415.html]http://www.daniweb.com/techtalkforums/thread29415.html[/URL] there isn't to much what you can do about password protection with html and JavaScript. | |
Re: Also be avare that if you did it in Dreamweaver sometimes things get funny. If you whant you can post here a link and we will have look at it. | |
Re: Hi ozeeo here is easy sample code [HTML]<div style="font-family: arial; font-weight: bolder; font-size: 24pt; height:125; width:400; filter:DropShadow(color=#c0c0c0, offx=10, offy=10)">Hello World!</div>[/HTML] for more info on similar effects you can go for example to [URL=http://www.w3schools.com/dhtml/dhtml_css.asp]http://www.w3schools.com/dhtml/dhtml_css.asp[/URL] |
The End.