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 |
Monday, June 30, 2008
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
Sunday, March 23, 2008
Tuesday, March 18, 2008
7 Incredibly Useful Tools for Evaluating a Web Design
If you are interested in analyzing and optimizing your page layout - here are some extremely useful tools that you can use to help.
read more |
read more |
Thursday, March 13, 2008
Monday, February 04, 2008
Thursday, January 31, 2008
List of SQL Server database users and permissions
Today I was doing some research as to how to list the database users and the permissions they have and came across this article which is very useful.
http://www.mssqltips.com/tip.asp?tip=1071
http://www.mssqltips.com/tip.asp?tip=1071
Wednesday, January 30, 2008
Test you site in different browsers...
If you are interested to test your website in different browsers then Browsershots is very helpful for you. Browsershots shows how your website looks in different browsers. It is very easy to use. Just go to Browsershots site and then submit
read more | digg story
read more | digg story
Monday, January 21, 2008
Introduction to C++ Programming and Graphics: Download ebook
Introduction to C++ Programming and Graphics offers a venue for rapidly learning the language by concisely revealing its grammar, syntax and main features, and by explaining the key ideas behind object oriented programming (OOP), with emphasis on scientific computing. The book reviews elemental concepts of computers and computing..
read more
read more
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...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...
-
Challenge : Yesterday I was trying to download a parquet file from the Microsoft Lakehouse on to my laptop. So I was searching for the do...