An extremely useful article explaining how to issue internal domain redirects in ASP.net, through modifying global.asax.
read more |
Friday, August 29, 2008
Sunday, August 24, 2008
Terminate User processes in SQL Server
This article illustrates how to create a simple procedure to kill many sessions at the same time, kill a range of sessions and kill all of the sessions connecting to a database.
read more |
read more |
Monday, August 18, 2008
Custom Error Handling in ASP.net C# (C-Sharp)
An article offering a nice solution on how to properly set up custom error handling in ASP.net.
read more |
read more |
Thursday, August 14, 2008
CopyFileEx With Progress Callback in 20C
This article will show you how to call unmanaged DLL functions from C#. It will specifically walk through how to call CopyFileEx with a callback to report progress.
read more |
read more |
Monday, August 04, 2008
Flash vs Silverlight: Laser Orbit
A stunning effect with a laser orbiting around the mouse! In this example, it demonstrated the difference in dispatching Event between AS3 and C#.It included both Flash and Silverlight versions with complete source codes.
read more |
read more |
Wednesday, July 16, 2008
Creating 3D and 2D Interactive Web Content
Learn and read more about this 3D platform, that is web-based (supports most common browsers)!
read more |
read more |
Sunday, July 06, 2008
Collections of Internet Resources for Software Developers
As a software developer, you need to constantly update your knowledge on new software technologies and new career opportunities for your own career development. This requires you spending time on search and find information on software technologies and career opportunities. This collection of Internet resources will help your to locate the informat
read more |
read more |
Monday, June 30, 2008
How To Watch YouTube Videos In High Quality
The technique to view youtube videos in higher quality is extremley simple and can be applied to any youtube video, it will however only work directly on the youtube website and only for some videos reportedly all after 2006.
read more |
read more |
Friday, May 30, 2008
Flash Quiz - Create your own free quiz
Want to create a quiz for your website but don't have the skills? This free software lets you quickly create and customise your very own multiple choice quiz. Just download the software and use the step-by-step wizard.
read more |
read more |
Friday, May 23, 2008
Grade your website
Website Grader is a free tool that measures the marketing effectiveness of a web site. The tool provides a score that incorporates elements such as web site traffic, SEO, social popularity, and other technical factors. This is a great tool when it comes to gaining an idea about what's working well and what could be improved on your site.
Wednesday, May 21, 2008
Scheduling a SSAS backup on SQL Server 2005
Today I had a requirement to schedule a backup on SQL Server Analysis Services. Here is the link that I found very useful for me. SSIS package to backup SSAS databases
Tuesday, May 20, 2008
Copying records from database into another -- SQL
I had this requirement today where I had to copy from a table in one database into a similar table in another database.
the code I have used in
[code]
insert into database1.dbo.table1 select * from database2.dbo.table1 where xxxxx
[/code]
where xxxx is the criteria that you need to add.
Precautions you have to tak before you do this.
Backup the database into which you are copying the record so that you can restore if something goes wrong.
Copy contents when there are no other transactions being entered into the database1
the code I have used in
[code]
insert into database1.dbo.table1 select * from database2.dbo.table1 where xxxxx
[/code]
where xxxx is the criteria that you need to add.
Precautions you have to tak before you do this.
Backup the database into which you are copying the record so that you can restore if something goes wrong.
Copy contents when there are no other transactions being entered into the database1
Sunday, May 11, 2008
Amazing Free Website Template, Table less Website
Free table less or div template of Website Brewers... Cool website layouts with psd files, ie6 and firefox compatible. Ready to used to CMS template such as Wordpress or Joomla. Other templates includes Flash Slideshow and FLA File. You can also used on static pages... CSS Style Sheet have description and comments. The images are optimize by 80%.
read more |
read more |
Thursday, May 08, 2008
Saturday, May 03, 2008
20+ Ways to Make Money Creating Online Cartoons
Various methods of using animation to make money, a few I am sure you expect and perhaps a couple you haven’t yet considered.
read more |
read more |
Wednesday, April 30, 2008
Thursday, April 24, 2008
Mastering Visual C# .NET
Mastering Visual C# .NET is the best resource for getting everything you can out of the new C# language and the .NET Framework. You'll master C# language essentials, quickly taking advantage of the many improvements it offers over C++ and see tons of examples that show you all the ways that .NET can make your programming more efficient !I have already downloaded it.
read more |
read more |
Wednesday, April 23, 2008
XML in 10 points
If you are new to XML, it may be hard to know where to begin. This summary in 10 points attempts to capture enough of the basic concepts to enable a beginner to see the forest through the trees.
read more |
read more |
Monday, April 14, 2008
Open Book Tutorial
In ten simple steps, this tutorial teaches you how to design a simple but an effect open book design that can be used either for your flash autobiography or as a splash page for your website. This tutorial can even be accomplished by beginners so go ahead and give it a try!
read more |
read more |
Tuesday, March 25, 2008
Subscribe to:
Posts (Atom)
Power BI Kids competition 2026
Celebrating the next generation of data rockstars! 🚀✨ I am incredibly proud to share that we have officially wrapped up our 8-week #PowerB...
-
40 spectacular paper designs (using amazing colors & concepts) that need to look good and be informative in order to focus users’ attent...
-
Did you know that you can connect to your Power BI Desktop Model from Sql Server Management Studio (SSMS)? If not, this blog post is fo...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...