Search results

  1. satheesh

    What is your fav chocolate?

    My Fav Chocolate:5 Star Chocolate.
  2. satheesh

    Sub-Domain or Domain.

    Sub-Domain or Domain. Which one you like?
  3. satheesh

    Which software is best to Create a Java File?

    Which software is best to Create a Java File? Like NetBeans.
  4. satheesh

    Read a txt file in java.

    Read a txt file in java. Copy the code below and paste it. import java.io.*; class Showfile { public static void main(String arg[]) throws IOException { int i; FileInputStream r; try { r=new FileInputStream("C:/Documents...
  5. satheesh

    Open a NotePad in Java.

    Code: class Notepad{ public static void main(String arg[]){ Runtime r=Runtime.getRuntime(); Process p=null; try { p=r.exec("notepad"); p.waitFor(); } catch(Exception e) {...
  6. satheesh

    Create a tmp file using java.

    Copy the Code Below and Paste it. package satheesh; import java.io.*; class CreateTmp { public static void main(String arg[]) { File f1=null; try { f1.createTempFile("Satheesh",".tmp"); } catch (IOException e) {...
  7. satheesh

    PHP or JSP.

    Which one is best? And Which one have high Speed?
  8. satheesh

    Java Tutorial for Beginners.

    Java Tutorial for Beginners. Download a java from in this link http://java.sun.com/javase/downloads/index.jsp. 1.Install it. 2.Click Start->Run->cmd. 3.Open the bin directory with in the Java Example:cd C:\Java\jdk1.5.0_10\bin. 4.Type "edit Simple.java" and press enter to create a new...
  9. satheesh

    Opera Mini or Opera Mini Beta.

    Which one is best for Phone?
  10. satheesh

    Best Free Software.

    Tell some Best Free Software. Winrar FileZilla Flash Get AVG
  11. satheesh

    Explain about .htaccess?

    .htaccess means wahat? How to Use? What purpose to use?
  12. satheesh

    FTP or File Manager?

    Which one is best?
  13. satheesh

    What is your fav subject?

    What is your fav subject? My Fav Subject:Computer and Maths.
  14. satheesh

    Shape Tween in Flash

    Shape Tween in Flash 1. Create a new document and Select the first frame. 2. Draw a Rectangle and Select the 20th frame. Right click and select Convert to blank Key Frame. 3. Draw a Ploystar and Select the 40th frame. Right click and select Convert to blank Key Frame. 4...
  15. satheesh

    Example for Masking a image.

    Example for Masking a image: 1.Load a picture to flash. 2.Draw one circle on above and select the whole circle. 3.Right click on it and select Convert to Symbol. 4.Set them name and press ok. 5.Set them instance name =”mask”. 6.Select the first frame and press F9. Type like...
  16. satheesh

    Create a text Field during execution in flash.

    Create a text Field during execution: Example: this.createTextField("my_txt", this.getNextHighestDepth(), 150, 150, 150, 20); my_txt.type = "dyanmic"; my_txt.border = true; my_txt.html = true; my_txt.htmlText = "<u><b><i>By Satheesh Kumar</i></b></u>";
  17. satheesh

    Load a another swf movie in to flash player.

    Load a another swf movie in to flash player. Example: Create an empty flash document. Save and publish it. Create a 2nd flash document as you like. Save and publish it. Note: Both are in same directory. Open a first empty flash document. Select the first frame and...
  18. satheesh

    Send data from flash to PHP

    Send data from flash to PHP Send Data in Flash. Code: var my_lv:LoadVars = new LoadVars(); my_lv.playerName = playerName_txt.text; my_lv.playerScore = playerScore_txt.text; my_lv.send("setscore.php", "_blank", "POST"); Action Script Explanation: var my_lv:LoadVars = new LoadVars(); ->Create...
  19. satheesh

    Help pls.

    In X10 Menu it ask Request Account Unsuspension. Why? But i am not suspended.
  20. satheesh

    Write your opinion about X10hosting?

    No.1 Great website,X10hosting. I like this site. Write your opinion about X10hosting?
Top