User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 455,996 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,845 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 500
Search took 0.06 seconds.
Posts Made By: vishesh
Forum: Graphics and Multimedia Aug 3rd, 2008
Replies: 2
Views: 1,126
Posted By vishesh
Re: Flash - Side Scrolling Photo Gallery?

Use all. All are building blocks of making a complete site, among which CSS is damn necessary. JavaScript is also very useful tool. To make a dynamic site, err I mean one with database access, server...
Forum: Graphics and Multimedia Jul 5th, 2008
Replies: 2
Views: 601
Posted By vishesh
Re: flash video

Goti File menu > Import
Forum: Graphics and Multimedia Jun 16th, 2008
Replies: 7
Views: 852
Posted By vishesh
Re: Flash Intro

use getURL() (http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html) function. Use this function ion layer action panel of last frame.
Forum: HTML and CSS Jun 12th, 2008
Replies: 3
Views: 400
Posted By vishesh
Re: I'm New.

Well there is nothing like advanced HTML. Its very straight forward markup language. Same with CSS. Its very easy to learn them all and know what they do but the thing is that you should know how to...
Forum: Graphics and Multimedia Jun 12th, 2008
Replies: 5
Views: 816
Posted By vishesh
Re: movie clip in flash

Then this would work:


movieclipname.onRollOver = function(){
stop();
}


I removed this because if you use that it will stop the clip playing inside that movie clip will stop, not the current...
Forum: HTML and CSS Jun 12th, 2008
Replies: 11
Views: 1,594
Posted By vishesh
Re: Flash Plyer HTML

Enclose your code inside [code] (http://www.daniweb.com/forums/announcement143-4.html) tags to make it more readable and presentable.
Forum: Graphics and Multimedia Jun 11th, 2008
Replies: 4
Views: 3,188
Posted By vishesh
Re: Anyone know of a good free flash editor?

> Sothink SWF Decompiler

Its a decompiler not compiler.
Forum: Graphics and Multimedia Jun 11th, 2008
Replies: 6
Views: 860
Posted By vishesh
Re: Flash

Err....start with google'ing for tutorials. There are loads.

Use Adobe/Macromedia Flash, its the best and complete solution.
Forum: Graphics and Multimedia Jun 11th, 2008
Replies: 6
Views: 844
Posted By vishesh
Re: Graphics with any code...

NO I dont think you could do so. Those who charge for images, put a big [SAMPLE] stamp on the image.
Forum: Graphics and Multimedia Jun 11th, 2008
Replies: 5
Views: 816
Posted By vishesh
Re: movie clip in flash

Create a layer over the tween if both exist in same layer. Otherwise if would be simple. Posy if I not very clear.


on (rollOver) {
_movieClipName.stop();
}
Forum: Graphics and Multimedia Jun 11th, 2008
Replies: 2
Views: 531
Posted By vishesh
Re: Help me

Well I recommend to start with Flash and some graphic manipulation program like Photoshop. Otherwise try to google things.
Forum: Graphics and Multimedia Jun 11th, 2008
Replies: 1
Views: 570
Posted By vishesh
Re: flashmovie loader

If you want a hyperlink to another webpage tryout getURL() (http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html). Otherwise for another frame try...
Forum: Graphics and Multimedia Jun 11th, 2008
Replies: 4
Views: 3,188
Posted By vishesh
Re: Anyone know of a good free flash editor?

Well, there is nothing free for flash development when you want full featured, powerful tool. If you want some simple things tryout SWFTOOLS (http://www.swftools.org/). Otherwise spend few bugs on...
Forum: HTML and CSS Jun 11th, 2008
Replies: 11
Views: 1,594
Posted By vishesh
Re: Flash Plyer HTML

Try this handy tool.

http://www.kirupa.com/developer/flash5/flash_html.htm
Forum: Graphics and Multimedia Jun 2nd, 2008
Replies: 4
Views: 548
Posted By vishesh
Re: GIMP or Photoshop?

I'm a very good in graphics but I think, GIMP is pretty good image editing software and its worth learning. It has gained good reputation in community and the best freeware. Suffice most of my needs....
Forum: HTML and CSS May 29th, 2008
Replies: 4
Views: 430
Posted By vishesh
Re: How To Do A Navigator

Also as far as I know Visual studio just got good support for ASP.NET and nothing else, so dont use it.
Forum: Site Layout and Usability May 28th, 2008
Replies: 13
Views: 1,985
Posted By vishesh
Re: Dreamweaver Layout Problem

> how would i make a website that isn't absolute dimension?

For this I would say learn and practice. You will know yourself. Learn HTML/xHTML, CSS(if you want then JavaScript too), practice them and...
Forum: Site Layout and Usability May 27th, 2008
Replies: 13
Views: 1,985
Posted By vishesh
Re: Dreamweaver Layout Problem

> How do i make the site fit to all resolution screens

It wont fit in all resolutions because, you have specified absolute dimensions to every image and table, the everything is constant. Also if...
Forum: Site Layout and Usability May 27th, 2008
Replies: 13
Views: 1,985
Posted By vishesh
Re: Dreamweaver Layout Problem

> that didn't get rid of the problem with the layout having big gaps

Have you followed instructions exactly as what I said, cause my solution works well with Firefox2, Opera9, and IE7. Try again,...
Forum: HTML and CSS May 27th, 2008
Replies: 4
Views: 430
Posted By vishesh
Re: How To Do A Navigator

> Erm . Need Help With Navigator.

What??? Explain your problem clearly. Do you think other members will understand what you ask with that single line. Show what you have done, and you will surely...
Forum: Site Layout and Usability May 27th, 2008
Replies: 13
Views: 1,985
Posted By vishesh
Re: Dreamweaver Layout Problem

> I have never done this before so i dont know what to do with that css Syntax

Well, its simple. Just add following lines anywhere between the <head></head> tags.

<style type="text/css">
...
Forum: Site Layout and Usability May 27th, 2008
Replies: 13
Views: 1,985
Posted By vishesh
Re: Dreamweaver Layout Problem

Could you post link to the page or a bit of with which you have problem so that we could help better.

Well you may try this. Use following CSS properties and see if it works.

{
border-width:...
Forum: Graphics and Multimedia Mar 19th, 2008
Replies: 2
Views: 815
Posted By vishesh
Re: Flash - View different in firefox

Well, don't keep height and width attribute empty. It will surely result into undefined behavior.
Forum: C Mar 16th, 2008
Replies: 2
Views: 322
Posted By vishesh
Re: need help with c

> convert my c program so it works on a linux system or mac
Don't use any non standard functions. Dont use conio.h, since that is DOS library. So replace getch() with getchar() since later is...
Forum: Site Layout and Usability Mar 8th, 2008
Replies: 4
Views: 714
Posted By vishesh
Re: 100% table width scrolls left to right in Windows 2000

>Windows 2000 platforms.
It really doesnt matter, tell the browser with which you are encountering problem.

Also, I really cant solve the problem without looking at source code or the webpage, so...
Forum: Graphics and Multimedia Mar 8th, 2008
Replies: 4
Views: 956
Posted By vishesh
Re: actionscript: selfcontained images' slideshow

>can multiple files' linkage be done in an automated (smart) way?
I think and am pretty sure that isn't possible.

But one thing I want to say is that you shouldn't put 50 images in one swf. If...
Forum: Site Layout and Usability Mar 5th, 2008
Replies: 22
Views: 3,959
Posted By vishesh
Re: web design software

I like HomeSite+(shipped with DW) and UltraEdit. Basically what I want is auto-indentation, intellisense and syntax highlighting.
Forum: Graphics and Multimedia Mar 5th, 2008
Replies: 4
Views: 956
Posted By vishesh
Re: actionscript: selfcontained images' slideshow

By self contained do you mean pictures embedded in flash, as library clips and dynamically load it?? Please be more clear.
Forum: C++ Mar 4th, 2008
Replies: 16
Views: 959
Posted By vishesh
Re: What Language(s) SHould I Learn

> ok i think i will learn C++, what is the best compilier to use?

I say, try many compilers to make your code portable. And yes compiler must be compatible with standard ansi c++. So don't start...
Forum: C++ Mar 4th, 2008
Replies: 16
Views: 959
Posted By vishesh
Re: What Language(s) SHould I Learn

> ok i think i will learn C++, what is the best compilier to use?

I say, try many compilers to make your code portable. And yes compiler must be compatible with standard ansi c++. So don't start...
Forum: Graphics and Multimedia Feb 20th, 2008
Replies: 2
Views: 457
Posted By vishesh
Re: Text as links

I think SwishMax supports ActionScript. So try getURL() (www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html) function.

I have never used SwishMax,...
Forum: HTML and CSS Feb 1st, 2008
Replies: 7
Views: 769
Posted By vishesh
Re: Text Editor & Web Design

I use UltraEdit or Dreamweaver. Here's (http://www.thefreecountry.com/webmaster/htmleditors.shtml)a list of free editors or, try these free editors.

HTML-Kit (http://www.htmlkit.com/)
AceHTML...
Forum: Graphics and Multimedia Jan 23rd, 2008
Replies: 11
Views: 2,490
Posted By vishesh
Re: its possible to puplish animation on the web!!

There are sevral. What services do you want from your service provider?? I mean you like nagging ads, or want PHP support etc....

www.2ip.com
www.110mb.com
Forum: HTML and CSS Jan 14th, 2008
Replies: 2
Views: 786
Posted By vishesh
Re: fieldset + input type="submit" buttons

Post your code. What I can say by assuming, is that at you set different border size for different events.
Forum: Graphics and Multimedia Jan 13th, 2008
Replies: 1
Views: 622
Posted By vishesh
Re: how to get global variable of other movie??

Nice Question. Never thought of that. Anyway after doing a bit of experimenting, I come to this conclusion.

As soon as external movie is loaded, you could retrieve the data ( not necessarily global...
Forum: JavaScript / DHTML / AJAX Jan 11th, 2008
Replies: 3
Views: 601
Posted By vishesh
Re: please help me

Its because the receiver's computer doesn't have Arabic character set installed.
Forum: Graphics and Multimedia Jan 11th, 2008
Replies: 1
Views: 1,054
Posted By vishesh
Re: Free Web Templates

> I need good template free of charge or there is a any technique
Mambo (www.mamboserver.com) and Joomla (www.joomla.org/)

> any technique that I can download from monster template and after edit I...
Forum: C++ Jan 11th, 2008
Replies: 4
Views: 594
Posted By vishesh
Re: how to display results in c

Use you command promt and run. Or if you want to run it directly add std::cin.get() at the end of main() to wait for a keystroke. However this wont work under certain circumstances as mentioned here...
Forum: C++ Jan 4th, 2008
Replies: 3
Views: 432
Posted By vishesh
Re: Use of brackets for variable types

This is typecasting (http://www.cplusplus.com/doc/tutorial/typecasting.html), i.e. changing a data from one type to another. Both are same and works same. Enumerators are nothing but named integer...
Forum: Graphics and Multimedia Jan 4th, 2008
Replies: 11
Views: 2,490
Posted By vishesh
Re: its possible to puplish animation on the web!!

The movie is a Shockwave movie. The movie requires shockwave player in system, which is perhaps installed in yours. Apart from that Shockwave movies requires certain extra things called Xtras for...
Showing results 1 to 40 of 500

 
All times are GMT -4. The time now is 9:43 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC