Visit Map

Monday, November 08, 2010

Webgl - SceneJS

For making secenejs and webgl work together the following steps will be followed. This is an example.

1) Goto this URL http://sketchup.google.com/3dwarehouse/details?mid=6577336fbb374e1ee94eb85263ec76bc&prevstart=0

2) Download model google sketchup

3) Open model in google sketchup

4) File --> Export --> 3D Model

5) A file with extension kmz will be saved

6) Extract the file with 7 zip

7) Navigate to the model folder

8) A file with extension .dae will appear

9) Open the file in any text editor(Notepad,Notepad++)

10) In explorer navigate to C:\Users\Raja Sekhar\Downloads\xeolabs-scenejs-utils-ff97cdf\xeolabs-scenejs-utils-ff97cdf\tools\collada-translator

11) Copy the dae file txt and click on translate save it with .js

12) Include the file in html

Saturday, October 09, 2010

Expert status in experts exchange


e

Now i have got 50,066 points at experts-exchange. They have given me a Master grade




















#1

#2

#3






Questions Answered






Overall Points












Earned master status in experts-exchange.
Also a 50,566 points

Thursday, September 02, 2010

The stored procedure expects a parameter error

When executing your stored procedures through Sybase ace driver, you may get an error the stored procedure expects as a parameter even your passing the parameters
Ex getEmployes
assgin parameters to command
execute the command.
you may get an error saying no parameters found for the stored procedure
To resolve this error
you need to assign stored procedure as getEmployees ?,?,? (No of parameters that stored procedure takes)

Saturday, May 29, 2010

Installing sharepoint 2010 in Amazon cloud

I have installed sharepoint 2010 on Amazon cloud. Working on cloud was wonderful experience.I have taken windows 2008 server with sql server 2008 already installed on it. With sql server 2008 the config wizard was givining no memory in internal pool.So i have downloaded the setup for sql server Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (X64) .The configuaration went fine.