Jump to content

virtualadz

Members
  • Posts

    489
  • Joined

  • Last visited

Posts posted by virtualadz

  1. @dcole.ath.cxI received it for free, pre-installed with the pc, double-checked the items but no support documents found. Moreover I tried what you pointed out: Desktop (in the taskbar) > System Settings > Network and then edited the connection under the devices tab. filled in the details for the LAN connection. but when I checked with FF, it couldnt open the url.

  2. Does any1 know how to make a new internet connection in linux. Been googling for seconds now (cant stick with linux more than that) but its all too confusing. Is there any wizard or sort of functionality. I have redhat fedora linux.btw: i havent bought the lunix os, got it free with along with a pc :)Thanks

  3. i have an flv video file which I want to convert to either mpeg, avi or any other wmp supported format. Is there any free software that does it ? I have found only one (that is Moyea) but it costs much for my one time use. Basically, what I want is to have the video on the full screen (which the flv player doesnt allow) but after converting it to either mpeg or avi, it will be possible to have the video playing on the whole of the screen.Thank u. :)

  4. I have a count down timer in Roman Numerals which has currently the days, hrs, mins, n secs in different boxes I would like to club the counter digits all together, but have run out of ideas to do so.Though in the simple numbers counter (23:09:23:43), I have it clubbed together:

    var counter:String = days + " " + hrs + " " + min + " " + sec;	time_txt.text = counter;

    whereas the roman version has

    days_txt.text = convertToRoman(days);	hours_txt.text = convertToRoman(hrs);	mins_txt.text = convertToRoman(min);	secs_txt.text = convertToRoman(sec);

    I just want to make the roman version of the counter to have the digits all in one box just like the simple numbers one. Can anyboyd throw some light on it.......Thx !!!

  5. You could try Oscommerce, works on PHP n Linux too. Plenty of help in the support forums (if not main hoon na). Yea, a bit (just a bit) difficult to install after which you set sailing. And yes.....the thing you were talking about paypal.....they provide only buttons for small enterprises otherwise act as payment processors.TC.

  6. You want to download a .fla file or .swf file?If you want a .fla file......just go to the link and the browser will automatically ask you to take the reqd action (save it, cancel it bla bla)Or make a link to that file in an HTML page, and then use save link as or save target as (the same can be done for swf files)Certain swf files are like....ummmm well you need a software called flash catcher .........to download certain swf files (maybe dynamic ones) :)

  7. Hey, Thanks for the info, I got an idea of what will be the result in Flash 5, Though I think i will have to get flash 5 from somewhere to get the real pic.

  8. Well, I have just begun with Photoshop or say graphics in the broader sense. Surfing through online tutorials isnt much of a help when you want to be learn the basics and be able to create designs on your own. Before I go out and buy a book, I did love hear to your suggestions for books on Graphic Design (Photosop). Though am not a newbie and know the little basics quite well, I am not kind of a pro. I have CS2, so please suggest the best quality of book. I have these two books in mind:Photoshop down and dirty tricksPhotoshop CS2 Visual EncyclopediaWhat do you think of them ?Thanks.

  9. Ok, I got the tab menu to work. Just one more thing.I have this code for the tab menu:http://practicewriter.com/?1196FNow if you have a look at the ebay template: virtualadz.com/secure/menu2.htmlThere at the top left you will see a image named "Warranty Information"Now what I want to do is that link that image to the respective tab i.e when I click on the imageIt takes me to the "Warranty Information" tab directly.You can see the tabs at the bottom of the page.So the respective tabs should open when I click the relevant images.So Maybe I should add this code onclick="showTab(1)" to my warranty image so that the warranty tab opens. Anyone got any idea about this.

  10. I want to play for example divx/avi-files in a flash-window? Normally, when such a video is embedded into a HTML-page MediaPlayer is loaded and plays the video.But how can I achieve this with Flash?

  11. yeah that's right, taking user input means inviting hackers too. But i dont have anything to do with database. Just want to use the PHP for header n footer and some other functions.

×
×
  • Create New...