TrackerX Blogs

All about the World of Binary

See also: Other Geeks@INDC

November 2005 - Posts

Symbiotic Design has created a plugin for Maya, a popular 3D modeling tool, that will export 3D images as XAML for use in Windows Presentation Foundation. The latest version works with the November CTP of WinFx and includes support for textures, materials, and transforms.

 

Why export Maya to XAML? This will allow for 3 dimensional interactive user interfaces. It will not be long before all applications incorporate XAML in one aspect or another. This tool provides the designer with a bridge to the developer.

 

The plug-in is freely available on Highend3D.com Future versions promise to include animation, baked textures, and a Mac OS X version. 

 

Wah kalo gini kedepannya di perusahaan Solution Developer bakal ada lowongan baru nih, 3D Artist for UI, hahahahhaha….

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments
Microsoft has released Office 12 Beta 1 to more than 10,000 testers in a private beta

Microsoft has released Office 12 Beta 1 to more than 10,000 testers in a private beta. Included in the Beta is Office 12 Professional, FrontPage 12, Groove, OneNote, Project Professional, Visio Professional, SharePoint 3, and the new Office Server product.

 

Beta 2, which is tentatively scheduled for March of 2006 will be available to MSDN subscribers as well.

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments
There is a new web project template, it’s a WIKI web project template based on ATLAS

There is a new web project template, it’s a WIKI web project template based on ATLAS

 

To download just click here http://msdn.microsoft.com/asp.net/info/future/atlas_wiki/

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments
At last, my domain is up again after a week... Because of that my private e-mails are down, so I can't participate in dotnetindonesia mailing list for a week (when I press the send and receive button in outlook, I receive more than 200 mails from the dotnetindonesia mailing list),and now it's community time !!!
Share this post: | | | |
Posted by ricardoalexander | with no comments
After spending quite some time reading, learning, understanding and using the new and COOL C# 3.0 , I can't wait to write some article about all the new extension and improvement in C# 3.0, so just wait for the article to come... Tell you what, this language is the FUTURE !!!
Share this post: | | | |
Posted by ricardoalexander | with no comments
In

In .NET 2.0, there is a new namespace to handle all the transaction in .NET called System.Transactions, this namespace has combined all the library for transaction in .NET including ADO.NET. The usage is also very simple and support multi-threading and transaction concurrency. I will show a simple code to handle a transaction in ADO.NET using this new namespace.

 

This is the code :

 

First we must add a reference to System.Transactions and then we must include the namespace System.Transactions by

 

using System.Transactions;

 

and then the interesting code is like this...

 

using(TransactionScope tScope=new TransactionScope())

{

try

{

SqlConnection con=new SqlConnection("...");

SqlCommand cmd=new SqlCommand("...",con);

con.Open();

cmd.ExecuteNonQuery();

con.Close();

tScope.Complete();

}

catch

{

throw new Exception("...");

}

}

 

You can see that there is no need to set the transaction manually to each connection and then begin connection bla bla bla, all the transaction will be handled if the code is between the scope of using(TransactionScope tScope=new TransactionScope()), and as we can see that there is one new class call TransactionScope that will handled the transaction if the code is between this scope. And also you can see that we never called RollBack because if there is an error/exception, the RollBack will be called automatically. Cool Right... , and also using transaction in our application will be a lot more easier, but this is just the beginning, interesting??? Just start googling for some cool article about this cool namespace, ciao...

 

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments

 

For those people that still didn’t know what AJAX is, this is it….

 

AJAX, hmm , AJAX ini kependekan dari Asynchronous JavaScript And XML, this is a set of technology that uses a communication technology like SOAP ,XML,etc to send and receive an asynchronous request/response to the server, and then leverages presentation technologies like JavaScript, DOM, HTML, ,CSS, etc to process the response. This technology enabled callback in your application. But to simplify the meaning : AJAX is a technology that enable your web app to call your server side script (ASP,ASP.NET,PHP,etc) from your client side script (javascript,vbscript,etc) without refreshing the page so that your web will have a request and a response without refreshing and causing the page to flicker, so it will be like win app, cool right, microsoft has the same technology being develop now for the ASP.NET called ATLAS, so just wait for this cool tech to come

 

 

For More Info :

 

http://en.wikipedia.org/wiki/AJAX

 

http://msdn.microsoft.com/library/en-us/dnaspp/html/ASPNetSpicedAjax.asp -> using ajax in ASP.NET (run in 1.1 and 2.0), just try it

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments
Like the title said, Visual Studio 2005 Wallpaper, cool… , just click here

Like the title said, Visual Studio 2005 Wallpaper, cool… , just click here

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Microsoft has created a set of SQL Server Add-ons called a "Feature Pack" for SQL Server 2005

Microsoft has created a set of SQL Server Add-ons called a "Feature Pack" for SQL Server 2005. This set of tools includes ADOMD.NET, an API for working with Analysis Services as well as a command line query utility. It also features datamining viewer controls, the SQL Server 2005 JDBC driver, and a data provider for SAP.

 

Untuk lebih lengkapnya :

 

· Microsoft ADOMD.NET

· Microsoft Core XML Services (MSXML) 6.0

· Microsoft OLEDB Provider for DB2

· Microsoft Operations Manager 2005 Management Pack for Microsoft SQL Server 2005

· Microsoft SQL Server 2000 PivotTable Services

· Microsoft SQL Server 2000 DTS Designer Components

· Microsoft SQL Server Native Client

· Microsoft SQL Server 2005 Analysis Services 9.0 OLE DB Provider

· Microsoft SQL Server 2005 Backward Compatibility Components

· Microsoft SQL Server 2005 Command Line Query Utility

· Microsoft SQL Server 2005 Datamining Viewer Controls

· Microsoft SQL Server 2005 JDBC Driver

· Microsoft SQL Server 2005 Management Objects Collection

· Microsoft SQL Server 2005 Mobile Edition

· Microsoft SQL Server 2005 Notification Services Client Components

· Microsoft SQL Server 2005 Upgrade Advisor

· Microsoft .NET Data Provider for mySAP Business Suite

· Reporting Add-In for Microsoft Visual Web Developer 2005 Express

 

 

Untuk linknya just click here :

 

http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en

 

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments
SSWI, a web interface for the popular Visual Source Safe is now v1

SSWI, a web interface for the popular Visual Source Safe is now v1.5, di versi ini SSWI sekarang mendukung integrasi langsung dengan Visual Studio, untuk lebih lengkapnya http://www.componentworkshop.com/ , and also there is a new version of Peter's Date Package, now v1.1.10, untuk lebih lengkapnya http://www.peterblum.com/DateControls/Home.aspx

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments
Untitled Document

Microsoft will release SP (Service Pack) for both VS2003 and VS2005 in the early 2006.

This is the predicted date :

     

  • VS 2003 SP1 is scheduled for April 2006.  MS have done much of the work for this release already.
  • VS 2005 SP1 is scheduled for the first half of 2006.  MS will be more specific about the date in a few months.

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

Genius is nothing but a great aptitude for patience

 

Share this post: | | | |
Posted by ricardoalexander | with no comments

Put this config in the web.config file

 

<urlMappings>

   <add url="~/Biography.aspx" mappedUrl="~/ListBooks.aspx?genre=Biography" />

   <add url="~/Fiction.aspx" mappedUrl="~/ListBooks.aspx?genre=Fiction" />

</urlMappings>

 

This will redirect the url to the mappedurl but still the address in your addressbar will still show the url not the mappedurl, simple but usefull

 

 

 

Al3x4nd3r@hotmail.com

Ricardo Alexander (TrackerX)

 

Genius is nothing but a great aptitude