Search results

  1. G

    How to create "Crysis" like 3D cam style UI for web page?

    Thanks for your reply. But the parallax effect is not what I am looking for. Mine is completely different. Something like this - http://uniswf.com/home/demo
  2. G

    How to create "Crysis" like 3D cam style UI for web page?

    I want to create a UI with 3D camera style (like the ones in Crysis 2 & 3) for a web page. That is, moving the mouse pointer moves the entire plane. I hope you can understand what I mean. I would prefer not to use any plugin (except Flash maybe), because I don't want to force the users to...
  3. G

    Animated glowing border using CSS/ JS?

    Okay. Could you please tell me how to use CSS3 transition to create the continuous glow effect? I'll leave out IE users. ;-)
  4. G

    Animated glowing border using CSS/ JS?

    Hello. Is it possible to use JS to automatically and continuously change a particular CSS property? I want to create an animated glowing border whose glow continuously brightens and dampens (using 3 properties to achieve this effect - border, box shadow, inset box shadow). Please note that I am...
  5. G

    Dynamically change site background

    I want to keep changing the background of a web page after a certain user defined time period (5 seconds, for instance). I would like it to work for both background images and solid colour backgrounds. How do I achieve this using CSS only (JS only if it is absolutely necessary)? If possible...
  6. G

    Get equal heights for 3 column web page

    I am making a 3 column web page - 2 sidebars on either side (having fixed content) and a main content block in the centre (having dynamic content). It'll be like a blog; when a user is first using it, the main content block will contain very little stuff. So its height will be less than those of...
  7. G

    How to create Virtual world?

    @Sharky: Thanks for your reply. By the way, is it possible to host such a site in my own computer and access it from my friend's laptop via LAN wires (just as certain games, like NFS Most Wanted, are played over LAN)? Since I only need to test the features, I don't actually need to put it...
  8. G

    How to create Virtual world?

    Currently there are a few virtual world websites, like SecondLife, EntropiaUniverse, IMVU, ActiveWorlds, GoJiyo and Kaneva. My question is - how are such websites created? Is there any tutorial? An overview regarding this will also help. And where can I host them for free? I will need to test...
  9. G

    Cannot print variable name in PHP file

    I want to save the following line in a file in PHP: <?php $value=15; ?> For this, I am using the following code: $myFileHandle=fopen($myurl,'w'); // $myurl = URL of the file $myData="<?php $value=".$value."; ?>"; // $value = 15 fwrite($myFileHandle,$myData); fclose($myFileHandle); But when I...
  10. G

    How to sell my eBook?

    Well, the above sites seem to be good. I'll do a bit more research on them later; I am currently taking my college exams.
  11. G

    Identifying non-genuine copy of Windows 7

    Solved Case solved. Moderators, please close this thread.
  12. G

    Identifying non-genuine copy of Windows 7

    Hello. My friend has Windows 7 Ultimate in her laptop. Recently it has started flashing the 'copy of Windows is not genuine' error. Now as far as I know, this is because of installing the Update for Microsoft Windows KB971033. I asked her to check the list of installed updates from the Control...
  13. G

    Newbie seeking design advice

    Yup, go for a MySQL database. It's easy to learn, too.
  14. G

    How to sell my eBook?

    Okay. Thank you.
  15. G

    How to sell my eBook?

    Hello, I am currently writing an ebook on After Effects which I would like to sell in the near future. Now, I do not have enough money to opt for a service like Clickbank for the selling purpose (I am a college student). So how can I sell the ebook? By the way, I do have a personal site...
  16. G

    How to create Apple iPhone web page slide show effect

    @nathanielcjohnson1394: Thank you. The demo looked best in Opera and Firefox 11. In Chrome, the window was going black during the transitions. In IE10, the transition was not shown. Slide directly jumped from one image to the next.
  17. G

    How to create Apple iPhone web page slide show effect

    Thank you for the pointers. I'll see what I can do.
  18. G

    How to create Apple iPhone web page slide show effect

    Thanks for the advice. But the slide I am talking about is a bit different from most of the others I have seen so far. In this case, the images seem to behave differently - they seem to be linked to one another. For instance, in a particular image, there are two iPhone models (a black and a...
Top