About This Blog

This blog contains the information about
Programing skills
New Technologies
New Software
Information about Computers
Hardware help





Pages

Friday, December 31, 2010

Microsoft Expression Studio 4 Ultimate


Hello, Friends to day i am going to tell you about  amazing web designing tool that will blow your senses

it is " Microsoft Expression Studio 4 Ultimate"

It contains the Features like


Top 10 Features

1. Revolutionize the speed of prototyping

SketchFlow enables you quickly create an effective prototype to present ideas, user interface flows, screen layouts and application functionality to your clients.

2. Enable interactivity without writing code

Behaviors are powerful building blocks of interactivity that bring a project to life by adding control of transitions, interactivity and animation to your applications.

3. Accelerate the creation of effective UI with sample data

Accelerate the speed and flexibility with which you can create your application designs through the effective use of sample data. Generate design time data on the fly, import via XML, or create from C# objects, then seamlessly swap for a live data connection at any time.

4. Fast, flexible, seamless: a workflow that adapts to you and your team

Expression Blend, Visual Studio, Silverlight and .NET provide the most impactful and seamless workflow on the market today. Ideas are taken from concept to completion with speed and flexibility, challenging you to deliver innovative applications to your customers on time and within budget.

5. Professional tools save time, creating web sites that deliver results

IntelliSense and color-coding for HTML, CSS, JavaScript, and PHP make your editing and debugging more productive. Generate elegant, modern CSS layouts with state-of-the-art, editable design surface with the ability to directly manipulate positioning, sizing, margins and padding.

6. Advanced visual diagnostics speed debugging

Debug web pages with Snapshot Preview, which shows rendered page changes while you code, and SuperPreview, which displays your page on multiple browsers on your development machine.

7. Rich standards-based web design with the essential technologies

Expression Web supports PHP, CSS, HTML/XHTML, XML, XSLT, JavaScript, ASP.NET, ASP.NET AJAX, Silverlight (video, animation, and Deep Zoom), Windows Media, Adobe Flash, & Adobe Photoshop files.

8. Prepare video for Silverlight

Encode a wide array of video file formats, stream live from webcams and camcorders, or screen capture your PC with Expression Encoder. Make simple edits to video files and enhance your media with overlays and advertising. Choose encoding settings, including IIS Smooth Streaming, choose from a range of player templates and publish rich media experiences with Microsoft Silverlight.

9. Team Foundation Server integration

Share your Expression Studio project files with your colleagues by using check in and check out functionality with Microsoft Team Foundation Server interoperability (sold separately).

10. Adobe Photoshop and Adobe Illustrator import — Utilize your traditional design assets

Powerful importers enable a smooth integration with the workflow visual designers are using today. Photoshop files can be imported layer by layer, regrouped and individual elements retain their original formats, layers, layer positions, editable text and vectors.



--------------------------------------------------------------------------------------------------
It is a commercial software you have to buy this software

the microsoft corporation will gives you trail version for 60 days

it contains sub softwares
                  1.Expression Blend® 4 
                  2.Expression Design 4 
                  3.Expression Encoder 4 
                  4.Expression Web 4 
For download this software visit this link below

http://www.microsoft.com/expression




and for technical information visit this link below


http://www.microsoft.com/expression/products/StudioUltimate_Overview.aspx




and visual assistance watch this video below






 


 

Thursday, December 30, 2010

About NetBeans


Hi,Friends today i am going to tell you about NetBeans IDE

Net beans ide is the integrated development environment for development for many application 

we can use the language support of

1.javaSE
2.java EEE
3.java WEB
4.java Me
5.PHP
6.Groovy
7.SOA
8.WebServices
9.Ruby
10.C/C++



And it provides the webservice through  GlassFish



and it is very flexible like  microsoft dotnet environment




if you want to download the latest version of netbeans  visit this link  given below


http://netbeans.org/index.html


and for technical information click this link below


http://wiki.netbeans.org/TestSpecifications




 

How to Run PHP Scripts

Hi, Friends to day i am going to tell you how to run PHP scripts on  you comoputer and develop programs on php.

To Run PHP you must need webserver

and for running webserver you may need
1.Apache web server (or)
2.wamp server


these two web servers are freeware you can download freely from the internet




Now i will tell you with "WAMP Server"




Download the wamp server from the  wamp official site or from other site


http://www.wampserver.com/en/download.php


and install it in your system

For verification if the "wamp"  is installed correctly or not open the browser
and type   http://localhost/index.php
if it show the php configuration then we can think that it is installed correctly




after installation you can see the wamp server icon in the tray


and go to path    C:\wamp\www


and create your folder with your project name


and create the php scripts and save in the folder


For Execution 
Go the browser and in the URL  type like below


http://localhost/project/example.php




For Further information watch this video below


ur's ............... pavan









Apple-ipad

Hi, Friends to day i am going to give review about new product

Apple -ipad

it is a awesome product from the Apple company as usual 
it has a great structure and performance that we cant imagine


and its specifications are give below website


http://www.apple.com/ipad/specs
and visual assistence watch this video given below



Tuesday, December 28, 2010

How to shutdown a computer Remotley

Hi, Friends to day i am going to tell u how to shutdown a  computer remotley


For requirements are
1. your computer and the computer which you want to shutdown must be in a network(Lan)
2.You must know the name of that computer (or)
3.  You must know the ip address of that computer



To know the name of the computer which you want to shutdown there  two methods

1. You have get the name manually ( right click on mycomputer go to properties and select computer name tab)
note:You have to go that computer manually and know the name manually
2. you can the name remotley  ....
            Go to mycomputer right click and go to manage option
           and select "computer management"option and right click on that and select option
             "connect to another computer"
             expand the advanced button and select browse button
             you can find the computer on the network......

..........................................................................................................................................

Now it is time for shutdown a system remotley

go to "run" which is start button
and type  "shutdown -i" which out quotations
then it will opens the shutdown interface window
and click "add" button ..
You can add any number of computer to it
to add computer you just do it like this

For Example the computer name is    systemnumber12


so you write like this    //systemnumber12 (or if you know the computes ip address you can mension the ipaddress like     192.168.2.123 )
on the dialogue box
and select option what do you want to do with this computer
     1.shutdown
      2.restart
      3.logoff




and give some message and click ok




you can now see that the computer will shutdown with in 20 seconds






enjoy


urs.................pavan


for extra help  vist this video below




 

How to create a Folder with out name

Hi, today i am going to tell you how to create folder without name




Right click on the desktop or any other folder and select new folder


press F2 to change the name of the folder


click and hold the "alt" key and enter 0160 number .


and release the "alt" key now you can see that a folder without name has been created


what happend was 0160 is the ascii value for "space" value and we cannot see the space . so
the folder name was not visible to us.




enjoy urs...............pavan

Reading and Writing data from excel file using java program

For handling excel files 
Apache software foundation has created a project that handles the microsoft office packages
that is "Apache poi "
This package contains the jar files which will contains the classes that can handle the microsoft office package

for downloading this package go to


http://poi.apache.org/download.html

and download   poi-bin-3.7-20101029.zip

it is a binary package contains the jar files

and you have to select packages importantley
poi-3.6-20091214.jar , poi-contrib-3.6-20091214.jar ,poi-scratchpad-3.6-20091214.jar


and if necessary other jar files also (note: the version may be veried)


and copy them and past them any folder that you like  and place the path in the classpath variable


For example :
if i have my folder in D drive with folder name "poiexample" and you have past the path like this


d:\poiexample\poi-3.6-20091214.jar;d:\poiexample\ poi-contrib-3.6-20091214.jar; d:\poiexample\poi-scratchpad-3.6-20091214.jar


so now you are ready to execute the programs 
write programs in java to handle the excel files and execute them

some of the examples are given below you can download them



https://docs.google.com/leaf?id=0B0zRF8bx4GdJZGMzOTk3Y2EtOWZlMC00YTc0LWI1YjMtOWZhMDc0ODliM2M5&hl=en&authkey=CNHw68UG


and


https://docs.google.com/leaf?id=0B0zRF8bx4GdJNThmMzQxODUtYjY3ZS00MWZmLTk1YzktZTdlYmFlMjYyZGUw&hl=en&authkey=CLeBqPIE


and enjoy programing


urs...........pavan

Monday, December 27, 2010

How to know email id is exist or not

It is very simple to find out whether the email id is exist or not

go to the website


and enter the email id in it ..........
urs..............pavan

Importent Web sites that you want

For Freeware softwres
        1.www.filehippo.com
        2.www.cnet.com
        3.www.sourceforge.com
        4.www.fileguru.com
For Hacked softwares
           1.www.warez-bb.org
           2.www.dl4all.com
For Torrents downloads
           1.www.torrentz.com
           2.www.kickasstorrents.com
           3.www.torrentdownloads.com
For picture communities
          1.www.flickr.com
          2.www.photobucket.com
For videos communities
NameURLAlexaGoogle PR
Yahoo Videohttp://video.yahoo.com18
YouTubehttp://youtube.com39
Google Videohttp://video.google.com28
Windows Live Videohttp://search.live.com/video46
MSN Videohttp://video.msn.com66
AOL Videohttp://video.aol.com267
Mega Videohttp://www.megavideo.com686
Veohhttp://www.veoh.com1067
OVGuidehttp://ovguide.com3865
AltaVista Videohttp://www.altavista.com/video8488
blinkxhttp://www.blinkx.com11817
MeFeediahttp://www.mefeedia.com18335
Stickamhttp://www.stickam.com21906
Expert Villagehttp://www.expertvillage.com43216
Gubahttp://www.guba.com46276
Flixyahttp://www.flixya.com52325
Search for Videohttp://www.searchforvideo.com149306
uVouchhttp://www.uvouch.com180744
Cliptahttp://www.clipta.com194584
Video Surfhttp://www.videosurf.com290496
SuTreehttp://www.sutree.com605965
Clip Shackhttp://www.clipshack.com779975
Sproosehttp://sproose.com1043825
FFWDhttp://www.ffwd.com1675855
Video Crawlerhttp://www.videocrawler.com2040687
Clip Blasthttp://www.clipblast.com2070975
Juicecaster.comhttp://www.juicecaster.com3136155
Dabblehttp://www.dabble.com4174805
Trookerhttp://www.trooker.com7153315
Panjeahttp://www.panjea.com8043535

       

For java ,jsp,sturts tutorials
         1.www.roseindia.org
          2.www.w3schools.com  

Sunday, December 26, 2010

Open Source Software for Email Service

For the users who wants to develop an email service here is the open source software

"Apache James"

It is  working  with telnet service 

For the implementation Apache James

First you have to download the apache james software

you can download from the site

http://james.apache.org/download.cgi

Or
http://www.softpedia.com/get/Internet/Servers/E-mail-Servers/Apache-JAMES.shtml

After download follow these instructrion

Installing James 2.2.0



Information
none

Operating system used
Windows XP Home Edition Version 5.1 SP 2

Software prerequisites
Java 2 Standard Edition (J2SE) SDK, version 1.3 or higher.

Note: If J2SE SDK 1.4.x is installed, please remove xerces.jar from Phoenix's lib dir. This is because J2SE SDK 1.4.x comes with xerces, and Phoenix may object to two versions in the classpath.

Procedure
  1. Download and unzip james-2.2.0.zip
    e.g.: C:\Tools\james-2.2.0
  2. Start James, enter command:

    C:\Tools\james-2.2.0\bin\run.bat

    You should see:

    Using PHOENIX_HOME: C:\Tools\james-2.2.0
    Using PHOENIX_TMPDIR: C:\Tools\james-2.2.0\temp
    Using JAVA_HOME: C:\Tools\java\j2sdk1.4.2_01

    Phoenix 4.0.1

    James 2.2.0
    Remote Manager Service started plain:4555
    POP3 Service started plain:110
    SMTP Service started plain:25
    NNTP Service started plain:119
    Fetch POP Disabled
    FetchMail Disabled

  3. If James is started for the very first time, it unpacks the contents of the C:\Tools\james-2.2.0\apps\james.sar file and creates directory C:\Tools\james-2.2.0\apps\james
  4. Make the following changes in the C:\Tools\james-2.2.0\apps\james\SAR-INF\config.xml file:

    • Change the Remote Manager Service administrator account.

      The default login/password for the Remote Manager Service is root/root.
      For security reasons change this:

      <administrator_accounts>    <account login="jamesroot" password="jamesmysecret"/> <administrator_accounts>
    • Set email services for a particular domain.

      If you want James to provide email services for a particular domain, for example mobilefish.com, add the following:

      <servernames autodetect="true" autodetectIP="true">
         <servername>localhost</servername>
         <servername>mobilefish.com</servername> </servernames>
    • Enter the ip address of your DNS server.

      <dnsserver>
         <servers>
            <server>192.168.1.254</server>    </servers>    <autodiscover>false</autodiscover>    <authoritative>false</authoritative>
      </dnsserver>


      To find the DNS server, type:
      ipconfig /all

      you should see:
      DNS-servers . . . . . . . . . . . : 192.168.1.254

      Note:
      If you have installed James on an development environment and you have not setup your own DNS server you can do the following:

      • Open your hosts file: C:\WINDOWS\system32\drivers\etc\hosts
      • Add the following lines:

        127.0.0.1 smtp.mobilefish.com
        127.0.0.1 pop.mobilefish.com

      Now you can still send out email to any address.
      However you can only receive email if it is send and received from within the mobilefish.com domain.
      See guide Setup mail client to communicate with James SMTP server.
  5. Access the Remote Administration Tool: telnet to port 4555:

    telnet 127.0.0.1 4555

    You should see:
    JAMES Remote Administration Tool 2.2.0
    Please enter your login and password
    Login id:
    jamesroot
    Password:
    jamesmysecret
  6. Once logged in, you should see:
    Welcome root. HELP for a list of commands

    Note: If you type help, you will get the following list of commands:

    command Description
    help Display this help.
    listusers Display existing accounts
    countusers Display the number of existing accounts.
    adduser [username] [password] Add a new user.
    verify [username] Verify if specified user exist.
    deluser [username] Delete existing user.
    setpassword [username] [password] Sets a user's password.
    setalias [user] [alias] Locally forwards all email for 'user' to 'alias'
    showalias [username] Shows a user's current email alias
    unsetalias [user] Unsets an alias for 'user'.
    setforwarding [username] [emailaddress] Forwards a user's email to another email address.
    showforwarding [username] Shows a user's current email forwarding.
    unsetforwarding [username] Removes a forward.
    user [repositoryname] Change to another user repository.
    shutdown Kills the current JVM (convenient when James is run as a daemon).
    quit Close connection.



  7. Add the following users mailboxes, type:

    adduser johndoe johnsecret
    adduser joesmoe joesecret
    adduser bugzilla bugzillasecret
  8. Close the telnet connection, type:

    quit
  9. To setup James as a windows service:
    C:\Tools\james-2.2.0\bin>wrapper -i ..\conf\wrapper.conf

    you should see:
    wrapper | James Mail Server 2.1 installed.

    To remove James as a windows service:
    C:\Tools\james-2.2.0\bin>wrapper -r ..\conf\wrapper.conf

    you should see:
    wrapper | James Mail Server 2.1 removed.

    Note: To get more information about the wrapper command, type: C:\Tools\james-2.2.0\bin>wrapper
  10. To stop James, press CTRL+C.

 


How to install Apache Tomcat

Apache tomcat server is a webserver for executing  servlets , jsp programs
For installing apache tomcat the requirements are
1.jdk (java development kit)
2.apache tomcat webserver

jdk can be downloaded from the the site


and create the  JAVA_HOME  path in the environment variables
and download the apache tomcat webserver from the site


download the installer for windows version from that site
for installation and configuration see the video below



How to execute php programs in apache tomcat

It is best practice to use servlet , jsp and html pages with  apache tomcat web server.
 But if we need to execute some programs which are in php or to use the new technologies in php with combination of jsp,servlets 

we have new technology called "javabridge" it contains the jar file which will act as a bridges for java code to php code and execute them 

for downloading javabridge software visit






extract the downloaded file and copy the javabridge.war file in to the webapps folder 


and for installation instruction visit






Enjoy..................... ur's pavan kumar