Waseem_Sajid Profile

Join Date:
2012-07-23
Blogs Owned
1. technology News
all concern to latest and modern blogs and technology alerts 2012.
Latest Blog Posts
- Windows DreamScene with Live Movie MakerOrignal Source:http://codingvilla.com/windows-dreamscene-live-movie-maker-single-article-626.aspx The facility of Windows DreamScene is only available in Vista which allows the user to set video as desktop wallpaper. Installation First you need to do...
- Heap Sort in C#Orignal Source:http://codingvilla.com/heap-sort-in-csharp-single-article-625.aspx Before proceeding towards heap sort, we must be familiar with the process “Heap”. Heap Heap is a binary tree that is implemented as an array.
- Quick sort in C#Orignal source:http://codingvilla.com/quick-sort-in-csharp-single-article-624.aspx Quick Sort Quick sort as its name is the fastest sorting algorithm. It operates by partitioning the array into two sub arrays. We can make its partitions by se...
- Merge Sort in c#Orignal Source:http://codingvilla.com/merge-sort-csharp-single-article-623.aspx Merge Sort Merge sort is efficient to use when you have enough memory because it takes two different sorted arrays and create a third array which contains all the...
- Insertion Sort in C#Orignal Source:http://codingvilla.com/insertion-sort-csharp-single-article-622.aspx Insertion Sort Insertion sort is more efficient to use when elements of array are lesser in number or nearly sorted. In insertion sort an element is compared w...
- Windows 7 Style Automatic Defrag in XPOrignal Source:http://codingvilla.com/windows-7-style-automatic-defrag-xp-single-article-620.aspx This facility is not available in the XP so here we are going to tell you how you can set it in the way that it will defrag like vista, windows 7. Basi...
- Truncate string in C# - CSharpOrignal Source:http://codingvilla.com/truncate-string-in-csharp-single-article-619.aspx Truncate String: Truncate string is used to show the specific part of the string. If you want to truncate the string then you have to specify that s...
- Remove HTML tags from string using regular expression - C#Orignal Source:http://codingvilla.com/remove-html-tags-string-csharp-single-article-618.aspx# HTML Tags: Html has very simple and logical format. Html is a simple text and by using tags we can format this text, for example if we want bigger t...
- Encode XML string in C#Encode: Encoding is the process of putting a sequence of characters into a special format for transmission or storage purposes. In this article we learn that how we can encode an xml string. Encode XML String: You can easily...
- Count Number of Lines in string in C#Orignal Source:http://codingvilla.com/count-number-lines-string-csharp-single-article-616.aspx Count Number of Lines in String: String has many lines and sometimes we need to count those lines. To understand let us consider this example first...
- Dell Vostro 470 Review, Price,SpecsOrignal Source:http://codingvilla.com/dell-vostro-470-review,-price,specs-single-news-781.aspx Customers expectation to Trade for,convey technology solutions that lend a hand them.today we are grabbing our discussion about their another hit...
- Lenovo ThinkStation S30 Review, Price, SpecsOrignal source:http://codingvilla.com/lenovo-thinkstation-s30-review,-price,-specs-single-news-780.aspx The new Lenovo ThinkStation E31 workstation -based the new IVB architecture processor Intel Xeon E3-1200 V2 series , with the high freq...
- HP Omni 27-1015t Review, Price,SpecsOrignal source:http://codingvilla.com/hp-omni-27-1015t-review-price-specs-single-news-779.aspx Features: 2nd Generation Intel Core i5-2400S Quad Core 2.50GHz 8GB RAM 1TB Hard Disk Drive Slim Slot SuperMulti DVD /-R/RW Dri...
- Editing Older Articles - Impact on SEOOrignal Source:http://codingvilla.com/editing-older-articles-impact-on-seo-single-blogs-31.aspx Every blog contain go halves of old and dirty posts in some profound, grimy loft. While some will say that it is simply cautious to cleanse them to permit...
- Change Mouse Pointer Size Windows 7Orignal Source:http://codingvilla.com/change-mouse-pointer-size-windows-7-single-blogs-30.aspx Now it is easy to make large or your choice base size of mouse. Settings: Click on the ‘Start’ button ‘settin...
- How To Transfer and Play iTunes Music in AndroidOrignal Source:http://codingvilla.com/how-to-transfer-and-play-itunes-music-in-android-single-blogs-29.aspx Here are sharing you some ways to connect with the knowledge how to. Via USB Via Google Play Via SD Card Di...
- Check white spaces in string in C#Orignal source:http://codingvilla.com/check-white-spaces-string-csharp-single-article-615.aspx White Spaces in String: To check white spaces in string we use the method ‘IsNullOrWhiteSpace’and it is a static method. It check...
- Check null or empty string in C#Null or Empty String: To check whether the string is null or empty we use the string class and its method is ‘IsNullOrEmpty’ it takes a string as parameter and check string reference is null or empty. It is a Boolean method and it...
- Pad String in C#Orignal Source:http://codingvilla.com/pad-string-csharp-single-article-613.aspx Pad String in C#: Padding a string means you can add spaces or characters to the right or left side of string. C# provides us two types of pad methods that...
- Justify & Align Strings in C#Orignal Source:http://codingvilla.com/justify-align-strings-csharp-single-article-612.aspx Justify & Align Strings in C#: Usually we need four types of string alignment that are Left align, right align center align and justify. And we cho...