<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-842933510787748717</id><updated>2011-11-27T15:20:23.273-08:00</updated><category term='Amarpreet97'/><category term='Murtaza Jarwar'/><category term='Computer-Export'/><title type='text'>Computer - Technology</title><subtitle type='html'>Teach Computer and Tachnalogy and Make Your Fature Bright in IT</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mjarwar.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>65</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-8957516940715568313</id><published>2010-11-27T10:39:00.001-08:00</published><updated>2010-11-27T10:39:56.525-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Network Optimisation Tips &amp; Works For Your Business</title><content type='html'>I believe that every man or woman has an idea on network optimisation. Precisely what does it mean in a literal sense? Now, it's really a very important piece in the successful running of an marketing information setup. Network optimisation as fashionable method is building all the time. Whilst still being it can have tremendous potential. Under a scenario if your work stress is ever-increasing, it's really a really important option for a commercial enterprise, ecommerce site or other small to medium sized commerce or big business enterprise.&lt;br /&gt;&lt;br /&gt;Knowing the on line area I could say for sure that the trend is mainly evident throughout the uk. This challenge shows up as a result of lack of a fitting capacity of fibre wires. Along with the constant growing of competitiveness in the industry world, big benefit of all the accessible IT applications, continual development of published websites etc- the matter on the economical condition foundation gets a dilemma. I have to get your awareness that each entrepreneur usually spends all around 12percentage of the company`s financial plan on various IT support professional services which matched to network optimisation or application delivery. Naturally, they spend cash and want high-speed rewards. And yet, whilst you spent your dollars on something important, wait and get the end results in some time period. Because IT support services is not just a moment job, but have got to be structured and developed especially very carefully by the experienced team of experts. Whenever a boss realizes the requirement of such customer support, understands its style, targets and functions, she or he really can rely on it, this provides you with the required time to operate the business, enlarge it, promote it and letting them perform their own tasks notably effectively.&lt;br /&gt;&lt;br /&gt;All of gadgets like for example software package, hardware as well as several other facets are focused towards the growing the protection and safeness of your own computer files. So they increase productiveness and consolidation in your working operation as each doc has its own place and is safeguarded.&lt;br /&gt;&lt;br /&gt;Customers may also use such a network with in just one organisation and keep control of it in a very fitting way preferred to them. It performs all in all through the help of LAN or this means that it is termed a specific local area networking that works!&lt;br /&gt;&lt;br /&gt;The earlier you understand this, the more quickly you adopt the proactive and efficient method. It is far better that you develop your direction networking hierarchy; so as you will spend less time on unneeded objects and add on in period and increase earnings. A properly operated optimized networking produces particular top of the class finish items. If you do not have it, or are planning on that- network optimisation or application delivery you have to emphasis on today. Assist your time really works and implement innovative strategies!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-8957516940715568313?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8957516940715568313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8957516940715568313'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/network-optimisation-tips-works-for.html' title='Network Optimisation Tips &amp; Works For Your Business'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2491008794352546190</id><published>2010-11-16T08:56:00.000-08:00</published><updated>2010-11-16T09:05:14.428-08:00</updated><title type='text'>PHP Script Image of the day</title><content type='html'>In this script shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something else you want. You don't have to change image everyday just change images once a week.&lt;br /&gt;&lt;br /&gt;What to do? &lt;br /&gt;&lt;br /&gt;1. Find what today is? using date function and keep answer in variable name "$today".&lt;br /&gt;2. Compare $today with name of the day. &lt;br /&gt;3. Display "Today is " ... " and display image of the day. &lt;br /&gt;4. test it. Try to change your machine date and see the result! &lt;br /&gt;&lt;br /&gt;$today=date(l); // Find what today is? using date function&lt;br /&gt;&lt;br /&gt;// If today is Monday displays message "Today is Monday" and displays image1.gif&lt;br /&gt;if($today==Monday){ // Compare $today with name of the day.&lt;br /&gt;echo "Today is Monday";&lt;br /&gt;echo "&lt;br /&gt;"; // Line break &lt;br /&gt;echo ""; // images keep in forder "images" &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;If You want to show 1 month 31 images replace with this code&lt;br /&gt;&lt;br /&gt;$today=date(d); // display date "01", "02", "03"..."15", "16" ....&lt;br /&gt;if($today==01){ .......&lt;br /&gt;&lt;br /&gt;elseif($today==15){ .......&lt;br /&gt;&lt;br /&gt;until $today==31 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;############### Code &lt;br /&gt;&lt;br /&gt;echo "";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;elseif($today==Tuesday){&lt;br /&gt;echo "Today is Tuesday";&lt;br /&gt;echo "&lt;br /&gt;";&lt;br /&gt;echo "";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;elseif($today==Wednesday){&lt;br /&gt;echo "Today is Wednesday";&lt;br /&gt;echo "&lt;br /&gt;";&lt;br /&gt;echo "";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;elseif($today==Thursday){&lt;br /&gt;echo "Today is Thursday";&lt;br /&gt;echo "&lt;br /&gt;";&lt;br /&gt;echo "";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;elseif($today==Friday){&lt;br /&gt;echo "Today is Friday";&lt;br /&gt;echo "&lt;br /&gt;";&lt;br /&gt;echo "";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;elseif($today==Saturday){&lt;br /&gt;echo "Today is Saturday";&lt;br /&gt;echo "&lt;br /&gt;";&lt;br /&gt;echo "";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;elseif($today==Sunday){&lt;br /&gt;echo "Today is Sunday";&lt;br /&gt;echo "&lt;br /&gt;";&lt;br /&gt;echo "";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;?&amp;gt;&lt;br /&gt;Now Save Your work and Finsh.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://www.fileserve.com/file/Auz8bKK"&gt;Downlod&amp;nbsp; PHP&amp;nbsp;Script &amp;nbsp;Books&lt;/a&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;All Done&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2491008794352546190?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2491008794352546190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2491008794352546190'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/php-script-image-of-day.html' title='PHP Script Image of the day'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5666829689717249392</id><published>2010-11-15T02:15:00.000-08:00</published><updated>2010-11-15T02:15:19.220-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>"HOW TO USE CRACKS" TUTORIAL</title><content type='html'>You probably land to this document from a crack search engine. We will describe here how to use cracks. Using cracks is the simplest thing. Before of all you should know that cracks are created from Reverse Engineering groups or individual reversers. Why they do this? Reverse Engineering teams have their ideals about cracking and everything can be assumed in two words: Knowledge and Freedom.&lt;br /&gt; &lt;br /&gt;What you need to crack a software:&lt;br /&gt;&lt;br /&gt;1. Internet Connection&lt;br /&gt;2. Web Browser (MS Internet Explorer, FireFox, Opera, etc.)&lt;br /&gt;3. The URL of a crack searcher engine (http://download-crack-serial.com/ or http://www.clean-cracks.com/, etc.)&lt;br /&gt;4. WinZip and WinRar installed on your system. (download them: http://www.winzip.com/, http://www.rarlab.com/)&lt;br /&gt;&lt;br /&gt;That's all for now, lets start with our lesson.&lt;br /&gt;&lt;br /&gt;Cracks are distributed in WinZip or WinRar archive. A crack comes in several categories:&lt;br /&gt;&lt;br /&gt;Patch - This is a little program that reverse the protection of the target software. Patches are often named: "crack.exe", "patch.exe", "softwarename_patch.exe" or "teamname.exe". The patch aims to the main *.EXE of the target software or to a *.DLL. You should know that the patch have to be applied to the exact software version it have been created for. The patch, generally will force you to apply it to the file it aims.&lt;br /&gt;&lt;br /&gt;Keygen - A little program that generates valid serial numbers under your name. What to say more on keygens? Just download the same version it have been build for. Often they will work on other versions too if the software publisher have not changed the serial generating routine. Keygens are often named: "keygen.exe" or "softwarename_keygen.exe".&lt;br /&gt;&lt;br /&gt;Serial Inside The *.NFO - One or more serial keys inside *.NFO file. For more info on NFO files read below.&lt;br /&gt;&lt;br /&gt;Already Cracked File - A cracked file that you should replace with the original one inside target installation directory. After replacing, the software should be registered. This kind of crack is named: "softwarename.exe".&lt;br /&gt;&lt;br /&gt;Loader - This runs the target software as registered copy or stops the trial time. You should always put this file inside the target installation directory. This crack is often named: "loader.exe" or "softwarename_loader.exe".&lt;br /&gt;&lt;br /&gt;Registry Entry *.REG - Adds registration information to your windows registry and register automatically the target software. Double click on it and accept to add the info.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exercise: Download this crack and inspect the *.NFO and the patch: Download Here&lt;br /&gt;&lt;br /&gt;Note: I recommend extracting crack archives inside the target software installation directory.&lt;br /&gt;&lt;br /&gt;About *.NFO files - An important thing to know is how to use the *.NFO file. Inside any crack archive you will find a file with the *.NFO extension. This file is often named "teamname.NFO". How to use it? You should not double click on it coz this will open the system info utility. To view this file contents, drag and drop it inside a Notepad blank file or rename the file from "NFO" to "TXT" and double click on it. To view the "NFO" as it is supposed to be viewed download a "NFO viewer". On a crack searcher engine search for "Damn NFO viewer" (without the quotes) or &lt;a href="http://www.fileserve.com/file/xYhEbpe"&gt;down&lt;b&gt;load here&lt;/b&gt;&lt;/a&gt;, run it and accept to associate file extension. Doing this you will open NFO files with double click. Inside "NFO" file you will find the crack release information and how to apply that crack.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.fileserve.com/file/xYhEbpe"&gt;&lt;b&gt;Download Here&lt;/b&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5666829689717249392?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5666829689717249392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5666829689717249392'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/how-to-use-cracks-tutorial.html' title='&quot;HOW TO USE CRACKS&quot; TUTORIAL'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1652278158714257428</id><published>2010-11-11T16:37:00.000-08:00</published><updated>2010-11-11T16:37:02.988-08:00</updated><title type='text'>Free Search Engine Optimization Training &amp; Courses</title><content type='html'>Search Engine Optimization Training &amp; Courses&lt;br /&gt;Search engine optimization has always been a hard art/science to learn, so many conflicting views on what's important and the best way to do it, previously only self taught there are now a variety of SEO training courses.&lt;br /&gt;&lt;br /&gt;Whether SEO be an art or science, getting clear direction on how you should structure your SEO campaign and what areas you need to focus on to gain maximum search traffic has always been a challenge.&lt;br /&gt;&lt;br /&gt;A traditional SEO course should cover the following optimization practices:&lt;br /&gt;&lt;br /&gt;Learn the basics of how the major search engines work &lt;br /&gt;How to write well written, visitor focused content for your website &lt;br /&gt;SEO keyword research best practices &lt;br /&gt;Learn how to optimize every aspect of your website, including:&lt;br /&gt;Title Tag, Meta Tag Description, H1 Tag, URL Structure, Content Optimization, XML Sitemap creation &lt;br /&gt;SEO case study examples of successful SEO campaigns &lt;br /&gt;How to measure the ROI and success of your SEO efforts &lt;br /&gt;and much more ... &lt;br /&gt;Your SEO training course should guide you through the more important on and off-page optimization elements, giving you real live examples at the same time walking you through the valuable free and paid SEO tools.&lt;br /&gt;&lt;br /&gt;Training courses can be held either face to face in a classroom environment or online via correspondence.&lt;br /&gt;&lt;br /&gt;Suggested SEO Courses&lt;br /&gt;http://www.brickmarketing.com/ - Face to face SEO and PPC courses&lt;br /&gt;&lt;br /&gt;http://training.seobook.com/ - Subscription based online SEO courses&lt;br /&gt;&lt;br /&gt;http://www.bruceclay.com.au/seo/training.htm - Face to face classroom SEO training (1 day and 3 day courses)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1652278158714257428?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1652278158714257428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1652278158714257428'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/free-search-engine-optimization.html' title='Free Search Engine Optimization Training &amp; Courses'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5635551517469437344</id><published>2010-11-11T16:10:00.000-08:00</published><updated>2010-11-11T16:10:51.115-08:00</updated><title type='text'>Free 20 Search Engine Submission at a Time</title><content type='html'>Free Search Engine Submission&lt;br /&gt;Welcome to the AddMe Search Engine Submission. Our Wizard will take you step by step and let submit your site URL to up to 20 search engines. The submission process will take less than 1 minute.   &lt;br /&gt;Enter your website URL and contact information below. When you are ready press the " Next" button to start the submission.&lt;br /&gt;&lt;br /&gt;Your website will be submitted to the following search engines: &lt;br /&gt;&lt;br /&gt;Google, Scrub the Web, Bigfinder, Fyber Search, ExactSeek, InfoTiger, FocusLook, WalHello, Jayde, EntireEeb, Mixcat, SearchSight, WhatuSeek, e-SiteSecrets, Tower Search, Burf, Feedplex, Active Search Results, Anoox, GhetoSearch &lt;br /&gt;&lt;a href="http://www.addme.com/submission/free-submission-start.php"&gt;&lt;b&gt;Sign up here&lt;br /&gt;&lt;/b&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5635551517469437344?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5635551517469437344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5635551517469437344'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/free-20-search-engine-submission-at.html' title='Free 20 Search Engine Submission at a Time'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1628810212164682623</id><published>2010-11-09T11:40:00.000-08:00</published><updated>2010-11-11T16:02:06.631-08:00</updated><title type='text'>Submit  Your Website In Google and 300 more Search Engines</title><content type='html'>Part of the AddMe free seo tools offering is free search engine submission. Search engine submissions are designed to optimize the time spent on a section of your SEO campaign, guaranteeing a successful submission to the search engines. Finding your website in a search engine after the submission process can take between 2 - 8 weeks.&lt;br /&gt;&lt;br /&gt;So, what does a search engine submission involve?&lt;br /&gt;&lt;br /&gt;1. You need to locate the search engine – often this is relatively simple, to ensure you're getting maximum exposure best find both large and small search engines (So no, not just Google).&lt;br /&gt;&lt;br /&gt;2. Once you have located the search engine you then need to track down where the engine keeps the submit URL page. Generally this is a relatively quick task, though can be time consuming. &lt;br /&gt;&lt;br /&gt;3. You have now located the page and begin entering in your contact details and details of your website (another 2 – 5 minute job)&lt;br /&gt;&lt;br /&gt;4. Click the submit button&lt;br /&gt;&lt;br /&gt;5. Finally, receive the confirmation email, confirm your submission (yes, many engines ask you to confirm the submission details etc)&lt;br /&gt;&lt;br /&gt;So, a five step process, sure, for one or two engines not such a big deal, BUT, there are over 300 known search engines on the internet – this figure is growing rapidly.&lt;br /&gt;&lt;br /&gt;The Addme search engine submission programs have been designed to do all the boring work for you, finding the engines, the add URL pages and then submitting your details to the engines.&lt;br /&gt;&lt;br /&gt;Once the submission has been completed you then wait for "inclusion".&lt;br /&gt;&lt;br /&gt;Search Engine Inclusion&lt;br /&gt;Inclusion into a search engine generally involves the search engine reading through your submission, crawling your website then including your site into the search engine index. Inclusion into a search engine can take hours, days, weeks or months.&lt;br /&gt;&lt;br /&gt;The quickest and easiest way to check if your website is included into a search engine is simply search for the domain name; in this case I would search for addme.com. You can try by searching for a keyword you want to be found under though if your site has not been optimized correctly for that keyword you may not show up.&lt;br /&gt;&lt;br /&gt;So, the search engine submission service's offered on www.addme.com are clearly a time saver, the free search engine submission tool submits to 20+ engines. Our professional search engine submission service submits to over 300 search engines and directories, saving you hours of search engine submission time – giving you more time to spend optimizing your website, ensuring that you can be found for the popular keywords and search phrases.&lt;br /&gt;&lt;br /&gt;Like many Addme readers we're all trying to keep abreast of the engines and stay on top of the search results page, submitting your site to the engines and directories combined with some quality search engine optimization will boost your traffic and keep your site buzzing with clicks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1628810212164682623?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1628810212164682623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1628810212164682623'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/find-your-website-in-google.html' title='Submit  Your Website In Google and 300 more Search Engines'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7901901513803340403</id><published>2010-11-09T10:10:00.000-08:00</published><updated>2010-11-09T11:39:29.237-08:00</updated><title type='text'>Creating simple PHP contact form</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;When you need user send feedback to your email you can usecontact form. In this tutorial you'll learn how to create contact form with php script&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_bAlBPAjhf98/TNmQB4mJNZI/AAAAAAAAAC4/mAspgBCcE0Y/s1600/1.bmp" imageanchor="1" style="cssfloat: left; margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="255" px="true" src="http://2.bp.blogspot.com/_bAlBPAjhf98/TNmQB4mJNZI/AAAAAAAAAC4/mAspgBCcE0Y/s400/1.bmp" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span class="Blue"&gt;############### Code&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&amp;lt;table width="400" border="0" align="center" cellpadding="3" cellspacing="1"&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;Contact Form &amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;table width="400" border="0" align="center" cellpadding="0" cellspacing="1"&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;form name="form1" method="post" action="send_contact.php"&amp;gt;&lt;br /&gt;&amp;lt;table width="100%" border="0" cellspacing="1" cellpadding="3"&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td width="16%"&amp;gt;Subject&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td width="2%"&amp;gt;:&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td width="82%"&amp;gt;&amp;lt;input name="subject" type="text" id="subject" size="50"&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;Detail&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;:&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;textarea name="detail" cols="50" rows="4" id="detail"&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;:&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;input name="name" type="text" id="name" size="50"&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;Email&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;:&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;input name="customer_mail" type="text" id="customer_mail" size="50"&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;input type="submit" name="Submit" value="Submit"&amp;gt; &amp;lt;input type="reset" name="Submit2" value="Reset"&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Create file send_contact.php&lt;/strong&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_bAlBPAjhf98/TNmSaOS_dFI/AAAAAAAAAC8/iUusO9tDCU0/s1600/2.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" px="true" src="http://1.bp.blogspot.com/_bAlBPAjhf98/TNmSaOS_dFI/AAAAAAAAAC8/iUusO9tDCU0/s400/2.bmp" width="318" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span class="Blue"&gt;### Code_____________&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;div class="Blue"&gt;&amp;lt;?php&lt;br /&gt;&lt;span class="Comment"&gt;// Contact subject&lt;/span&gt;&lt;br /&gt;$subject ="$subject"; &lt;br /&gt;&lt;span class="Comment"&gt;// Details&lt;/span&gt;&lt;br /&gt;$message="$detail"; &lt;/div&gt;&lt;div class="Blue"&gt;&lt;span class="Comment"&gt;// Mail of sender&lt;/span&gt;&lt;br /&gt;$mail_from="$customer_mail"; &lt;br /&gt;&lt;span class="Comment"&gt;// From &lt;/span&gt;&lt;br /&gt;$header="from: $name &amp;lt;$mail_from&amp;gt;"; &lt;/div&gt;&lt;div class="Blue"&gt;&lt;span class="Comment"&gt;// Enter your email address&lt;/span&gt;&lt;br /&gt;$to ='someone@somewhere.com'; &lt;/div&gt;&lt;div class="Blue"&gt;$send_contact=mail($to,$subject,$message,$header);&lt;/div&gt;&lt;span class="Comment"&gt;// Check, if message sent to your email &lt;br /&gt;// display message "We've recived your information"&lt;/span&gt;&lt;span class="Blue"&gt;&lt;br /&gt;if($send_contact){&lt;br /&gt;echo "We've recived your contact information";&lt;br /&gt;}&lt;br /&gt;else {&lt;br /&gt;echo "ERROR";&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;br /&gt;---------------------------------------------------------------------&lt;br /&gt;Now save your script publish on your site now&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7901901513803340403?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7901901513803340403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7901901513803340403'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/creating-simple-php-contact-form.html' title='Creating simple PHP contact form'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_bAlBPAjhf98/TNmQB4mJNZI/AAAAAAAAAC4/mAspgBCcE0Y/s72-c/1.bmp' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-4748957341724729838</id><published>2010-11-09T10:03:00.000-08:00</published><updated>2010-11-09T11:35:45.506-08:00</updated><title type='text'>PHP User online tutorial</title><content type='html'>Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis.&amp;nbsp;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-4748957341724729838?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4748957341724729838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4748957341724729838'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/php-counter-script-tutorial.html' title='PHP User online tutorial'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1884169497008486869</id><published>2010-11-09T09:59:00.000-08:00</published><updated>2010-11-09T09:59:32.056-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Automatic refresh webpage / Set time to redirect</title><content type='html'>When you need your web page automatic refresh in 5 second or any second, use this meta tag. it's a simple code, put it between HEAD tag in your web page.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Overview &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This script easy but powerful. Many websites use this scripts to redirect to another page or refresh the same page, for example, my website updates in every 10 minutes and I want to show user my latest content then I put this script to my page and set it refreshs in every 10 minutes&lt;br /&gt;&lt;b&gt;Code&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="Blue"&gt;&amp;lt;HEAD&amp;gt;&lt;/div&gt;&lt;div class="Blue"&gt;&amp;lt;meta http-equiv='refresh' content='2;url='file_name or URL'&amp;gt;&lt;/div&gt;&lt;div class="Blue"&gt;&amp;lt;/HEAD&amp;gt;&lt;/div&gt;&lt;div class="Comment"&gt;// content = time (second) &lt;br /&gt;// file_name = name of file you want to refresh or redirect &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1884169497008486869?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1884169497008486869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1884169497008486869'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/automatic-refresh-webpage-set-time-to.html' title='Automatic refresh webpage / Set time to redirect'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1389164224606760896</id><published>2010-11-03T11:52:00.000-07:00</published><updated>2010-11-06T23:01:21.256-07:00</updated><title type='text'>Hard Disk Fromating  Guide &amp; Theory</title><content type='html'>Formatting” is a term that you are likely to hear when discussing or reading about hard drives; it’s also one of the most misunderstood terms among computer users. For example, many users mistakenly believe that formatting a hard drive always erases the data stored on it. In fact, this is often not the case. Formatting is, however, an important part of basic computer maintenance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Low-Level Formatting&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;With the first hard drives available to consumers, it was necessary to perform a low-level format on a new hard drive before the drive could be used. A low-level format essentially describes the physical layout of the drive to the computer so the computer can keep track of the locations of saved data. It was necessary to repeat this process occasionally. Otherwise, as the metal platters inside the drive changed shape slightly due to heat, the formatting of the drive would become incorrect, leading to corrupted data. It is no longer necessary — or even possible — to perform a low-level format on modern hard drives.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;High-level Formatting&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;High-level formatting is the process that takes place when today’s computer users format a hard drive. A high-level format creates a new empty file structure on the hard disk, letting the computer know that the drive is empty and ready for data. The type of file structure placed on the drive is defined during the partitioning process. Common partition types include NTFS (newer versions of Windows), FAT32 (older versions of Windows), and HFS (Mac).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows Full Format&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When a hard drive is formatted in Windows, an option is given to perform either a quick or full format. A full format can take from several minutes up to potentially several hours to complete. During this process, a new file structure is created on the drive. Additionally, the entire physical surface of the hard drive is scanned for sectors that are no longer able to hold data reliably. These are known as “bad sectors.” Bad sectors are remapped to a spare area on the hard drive to prevent data from being corrupted or lost. The sector remapping process is transparent to the end user. If Windows reports bad sectors after performing a full format, the hard drive most likely needs to be replaced.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows Quick Format&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;During a Windows quick format operation, the hard drive is not scanned for bad sectors, and the data on the drive is not erased. Instead, Windows places an empty file structure on the drive which makes the drive appear empty to the operating system. A quick format operation takes seconds to complete.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Zero-filling&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Some users mistakenly refer to zero-filling a hard drive and low-level formatting synonymously. In fact, zero-filling a drive is not the same as formatting it. When a hard drive is zero-filled, the computer writes junk data across the entire surface of the drive. Zero-filling a hard drive effectively erases it, because the existing data on the drive is overwritten. Zero-filling also makes recovery of the data more difficult. However, zero-filling does not create a new file structure on the drive.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1389164224606760896?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1389164224606760896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1389164224606760896'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/hard-disk-fromating-guide-theory.html' title='Hard Disk Fromating  Guide &amp; Theory'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7767200780668266252</id><published>2010-11-03T11:46:00.000-07:00</published><updated>2010-11-18T10:19:14.884-08:00</updated><title type='text'>How to Build Easy Blog Traffic</title><content type='html'>How to Build Easy Blog Traffic&lt;br /&gt;It might seem as though anyone who starts a blog can make it a successful enterprise. To borrow from a certain baseball movie: “If you post it, they will come.” Although this is the first step, driving traffic to your blog is not as simple as it seems and can be the most important aspect of your endeavor. There are a few techniques that you can take advantage of to obtain easy blog traffic and ensure that the world will see your website and perhaps even read your articles. Blog marketing can be as easy or as difficult as you want it to be.&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 468x15, created 9/5/10 */google_ad_slot = "6586695252";google_ad_width = 468;google_ad_height = 15;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt; The first step to getting your name out there is to develop and build links to your site. Because there’s so much competition in the blogosphere, you will need many, many backlinks to your site to get noticed. Your blog requires attention and work all the time and you will always do better to do just a little bit more work. Basically, the more work you do, the more money you’ll make. One thing that you need to understand is that getting more links on higher ranked pages will look better to the search engines and ultimately you will climb the ranks. Building links is something that you can always do, and even when you think it’s time to take a break, you could be doing more work.&lt;br /&gt;&lt;br /&gt;Putting videos up on your blog is always a great way to increase its visibility to search engines and other places where visitors will find it. Videos on your blog call you to send your link to the video directories, which garner huge amounts of traffic. Any videos that you can find on the Internet that are relevant to your site should be posted there. After that, you should submit your videos and blogs to the directories and wait for the traffic to flow in.&lt;br /&gt;&lt;br /&gt;If you have money to invest into a marketing campaign, take advantage of the traffic that paid blogs and directories will provide. Google ranks those sites highly, and they know that serious webmasters will pay to submit their videos to these sites. They know that these sites won’t just take any type of video or blog because they are discriminating in what they choose, no matter how much money you’ve contributed. If your blogs and videos are up to the quality of these sites, the increase in traffic will be well worth the money you paid to have your blog posted.&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 468x15, created 9/5/10 */google_ad_slot = "6586695252";google_ad_width = 468;google_ad_height = 15;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;Press releases are also useful and common ways to get your blog’s name out there or to bring in first time viewers to check out your content. For a price, you can have professional writers write a press release advertising something about your blog and they will submit these releases to a number of directory sites. This not only brings in a large number of viewers, but search engines rank these sites highly so it will help improve your blog’s search engine ranking. While companies vary in the prices they will charge for press releases and submission to directories, most of the time the price is affordable and the boost in traffic is substantial.&lt;br /&gt;&lt;br /&gt;Another way to get your blog out there is to post on discussion forums and message boards and advertise your site in your signature. Keep your postings to relevant niches to avoid wasting time and increasing your chances of actually getting hits from the forums. Also, if you appear as though you are knowledgeable about your subject, and hopefully you look like an expert, you will attract viewers to your blog based on your reputation. Forum signature link building can be a good way to not only get easy blog traffic, but also a way to improve your search engine rankings for your targeted keywords.&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 300x250, created 9/5/10 */google_ad_slot = "8130725533";google_ad_width = 300;google_ad_height = 250;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;Find other sites and blogs in your niche or a similar one, post relevant comments on them, and develop relationships with their owners. Developing relationships and contacts is very important in the world of Internet marketing, and by doing this you will bring much needed and appreciated traffic and exposure to your blog.&lt;br /&gt;&lt;br /&gt;Take these tips to heart and you will see substantial increases in relatively easy blog traffic.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7767200780668266252?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7767200780668266252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7767200780668266252'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/how-to-build-easy-blog-traffic.html' title='How to Build Easy Blog Traffic'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5570287112526569342</id><published>2010-11-03T11:39:00.001-07:00</published><updated>2010-11-03T11:39:52.638-07:00</updated><title type='text'>Computer hardware Tips</title><content type='html'>Computer hardware tips&lt;br /&gt; &lt;br /&gt;1/2007 - Windows XP mouse Snap To&lt;br /&gt;Enable the Microsoft Window XP mouse Snap To feature to automatically focus on dialog box buttons. Enabling this feature will automatically move your mouse cursor to the default button on any dialog box that appears on Windows. This is a great way to save a little time and not have to move you mouse cursor to the "Ok" button each time a dialog box appears. To enable this feature follow the below steps.&lt;br /&gt;Click Start, Settings, Control Panel. &lt;br /&gt;Double-click the Mouse icon &lt;br /&gt;In the Mouse Properties window click the Pointer Options tab and check the "Automatically move pointer to the default button in a dialog box" option. &lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 300x250, created 9/5/10 */google_ad_slot = "8130725533";google_ad_width = 300;google_ad_height = 250;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;Computer Mouse&lt;br /&gt;Using the mouse in combination with the keys on your keyboard can give you several different advantages and help improve your overall productivity on the computer. Below are just a few examples. &lt;br /&gt;Almost all text editors &lt;br /&gt;Many text editors or programs that allow you to edit text support the ability to quickly highlight all or portions of text by using the Shift key and the mouse. For example, move the cursor to the beginning of the text you wish to highlight, hold down the shift key, and click at the end of the text you wish to highlight. If supported and done properly this will highlight all text in-between the points you clicked. &lt;br /&gt;Microsoft Word &lt;br /&gt;In Microsoft Word holding down the ALT key on your keyboard while clicking and dragging your mouse and you will be able to drag a box and highlight only portions of text and not the whole line. &lt;br /&gt;Windows Explorer and many other file &lt;br /&gt;Microsoft Windows Explorer and other file managing programs allow users to select multiple files by holding down the CTRL key and clicking each file or folder they wish to select or hold down the shift key and selecting multiple files at once. &lt;br /&gt;Microsoft Internet Explorer, Mozilla Firefox, and other browsers &lt;br /&gt;Users who visit a website with tables and wish to only select one row of that table can hold down the CTRL key and click and drag on the text in the row they wish to copy. &lt;br /&gt;Mozilla Firefox users &lt;br /&gt;Mozilla Firefox users can also hold down the CTRL key and individually click on each cell they wish to copy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5570287112526569342?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5570287112526569342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5570287112526569342'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/computer-hardware-tips.html' title='Computer hardware Tips'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-4845222919664775310</id><published>2010-11-03T11:29:00.001-07:00</published><updated>2010-11-03T11:29:34.423-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Internet related tips</title><content type='html'>Internet related tips&lt;br /&gt; &lt;br /&gt;Below is a listing of various tips that can be used while on the Internet. Some of the below tips may list a date next to them for the month and year that they were featured in our monthly tip section.&lt;br /&gt;Backup your Internet favorites&lt;br /&gt;Find out who's linking to your blog or web page&lt;br /&gt;Google 10 tips&lt;br /&gt;Create short Internet addresses&lt;br /&gt;Move back quickly&lt;br /&gt;Tabbed browsing&lt;br /&gt;Google tips&lt;br /&gt;Internet and Spyware&lt;br /&gt;Internet Users and Google.&lt;br /&gt;Sending a web page to a friend&lt;br /&gt;Stopping Internet pop-up ads and windows&lt;br /&gt;Google toolbar shortcuts&lt;br /&gt;Internet and the Google toolbar&lt;br /&gt;Create a shortcut key for Internet Web pages&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 468x15, created 10/18/10 */google_ad_slot = "1164172069";google_ad_width = 468;google_ad_height = 15;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;Internet Explorer Tips&lt;br /&gt;Mozilla Firefox Tips&lt;br /&gt;Internet questions and answers&lt;br /&gt;Back to tips main page&lt;br /&gt;Backup your Internet favorites&lt;br /&gt;Backup your Internet browsers favorites / bookmarks before you lose them. Internet favorites are one of the most commonly things users forget to backup before it's too late. See document CH00524 for the steps on how to backup your Internet favorites.&lt;br /&gt;Find out who's linking to your blog or web page&lt;br /&gt;See who's linking to your blog or web page by searching for link: followed by your URL. For example, when searching for link:http://www.computerhope.com/ in Google the results will display pages linking to the Computer Hope page. For those of you linking to Computer Hope, thanks! &lt;br /&gt;Google 10 tips&lt;br /&gt;Below is a list of our top ten Google tricks many users don't know about.&lt;br /&gt;Definitions - Pull up the definition of the word by typing define followed by the word you want the definition for. For example, typing: define bravura would display the definition of that word. &lt;br /&gt;Local search - Visit Google Local enter the area you want to search and the keyword of the place you want to find. For example, typing: restaurant at the above link would display local restaurants. &lt;br /&gt;Phone number lookup - Enter a full phone number with area code to display the name and address associated with that phone number. &lt;br /&gt;Find weather - Type weather followed by a zip code or city and state to display current weather conditions and forecasts for upcoming days. &lt;br /&gt;Track airline flight - Enter the airline and flight number to display the status of an airline flight and it's arrival time. For example, type: delta 123 to display this flight information if available. &lt;br /&gt;Track packages - Enter a UPS, FedEx or USPS tracking number to get a direct link to track your packages. &lt;br /&gt;Pages linked to you - See what other web pages are linking to your website or blog by typing link: followed by your URL. For example, typing link:http://www.computerhope.com displays all pages linking to Computer Hope. &lt;br /&gt;Find PDF results only - Add filetype: to your search to display results that only match a certain file type. For example, if you wanted to display PDF results only type: "dell xps" filetype:pdf -- this is a great way to find online manuals. &lt;br /&gt;Calculator - Use the Google Search engine as a calculator by typing a math problem in the search. For example, typing: 100 + 200 would display results as 300. &lt;br /&gt;Stocks - Quickly get to a stock quote price, chart, and related links by typing the stock symbol in Google. For example, typing: msft will display the stock information for Microsoft. &lt;br /&gt;Create short Internet addresses&lt;br /&gt;Create easy to read and type Internet addresses from long convoluted addresses often found on popular sites such as Amazon, eBay, MapQuest, etc. by using online services that shrink the address. For example, the URL: http://www.computerhope.com/jargon/c/cmos.htm would become: http://tinyurl.com/ynkjhp. Below are examples of sites that allow you to copy and paste any URL into them to make them smaller.&lt;br /&gt;http://tinyurl.com/ &lt;br /&gt;http://snipurl.com/ &lt;br /&gt;http://tubeurl.com/ &lt;br /&gt;http://cuturl.com/ &lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 120x90, created 10/18/10 */google_ad_slot = "9390006467";google_ad_width = 120;google_ad_height = 90;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;Move back quicklyThe most commonly used feature in Internet browsers is the back button. However, all browsers also have a small black down arrow to the right of the back button. This button allows you to easily see the history of the last 5-10 pages you've visited and quickly get back to them. This feature is especially helpful for those pesky pages that forward you back to a page each time you press the back button or for when you wish to move back several pages but don't want to have to press the back button several times.Tabbed browsingWith the introduction of Microsoft Internet Explorer 7 all major browsers now support tabbed browsing. Below are various tips to improve your browsing using tabs.Clicking on any link with your middle mouse button or wheel will open that link in a new tab. Alternatively you can hold down your CTRL key in IE and Firefox and click a link to open that link in a new tab. Clicking on an open tab with your middle mouse button will close that tab. Mozilla Firefox users can middle-click the back button to open a previous page in a new tab. Pressing CTRL + T will open a new tab in IE, Firefox, and Opera. Firefox and IE users can hold down CTRL and press 1 through 0 on their keyboard to open that respected tab. Right-clicking the active tab will give you an option to close all other non-active tabs. Google tipsBelow are some basic tips as well as some secrets that can be used on Google to help improve your search results and find things you may have never thought of. Group your search query to find better results. For example, if you're searching for computer help, you'll find better results if you search for an exact phrase by surrounding it in quotes: "computer help". If a lot of your results have keywords you're not search for use a minus sign. For example, if you're looking for computer help but don't want pages containing Windows type: "computer help" -windows Google supports number ranges, for example, if you're searching for computer help between the year 2000 to 2005 you can type: "Computer help" 2000..2005 See the Google operators page, which lists dozens of the available operators Google allows. For example, the below search would search for URL that contains the word computer: allinurl: computer Visit the Google Features page, which lists hundreds of different examples of the type of things you can find through Google and how to find them. See our Google dictionary definition for a listing of dozens of other Google services. Below are some more advance searches people are commonly looking for and what they do.intitle:index.of + mp3 -asp -html -htm -php -pls -txtIn the above example, when entered into Google this search result looks for any index of MP3 files that does not contain the standard web pages like HTML, PHP, etc. or any other non-related pages. In the above example you can replace mp3 with avi or other file extension to search for these types of files.intitle:index.of + mp3 "&lt;artist name / track / group&gt;" -asp -html -htm -php -pls -txtIn the above example you could replace "&lt;artist name / track / group&gt;" with the artists name, track, group, or name of the MP3 you're looking for. Keep in mind when downloading MP3 that you should own the track or song you're downloading otherwise it's considered illegal. inurl:"ViewerFrame?Mode="In the above simple example, Google will return results of insecure live web cams and with some of the services even allow you to control the cameras over the Internet.The above three examples are just a few more advanced searches used to help illustrate how many different things can be found through Google.Internet and SpywareSpyware, malware, and other adware is becoming an ever-growing threat on the Internet. We highly recommend users who have not already installed spyware protection on their computer do so immediately. An excellent example of a free spyware program is Spybot Search &amp; Destroy. A listing of other spyware protection programs and information about browser hijacking can also be found on document CH000578.Internet Users and GoogleGoogle is arguably the most popular search engine on the Internet. However, many users do not take advantage of all the other features it offers. Features such as a calculator, news headlines, price lookup, spell checker, travel information, and web page translation are just a few of the numerous features Google has available. See our Google dictionary definition for a large list of available Google feature pages.Sending a web page to a friendInternet Explorer usersSend a friend the web page you are viewing by clicking File, Send, and "Page by E-mail".Netscape usersSend a friend the web page you are viewing by clicking File, and "Send Page".Stopping Internet pop-up ads and windowsSee document CH000491 for additional help and information on stopping Internet pop-up and pop-under ads and windows.Google Toolbar shortcutsThis month we mention several helpful shortcuts for the useful Google Toolbar. Quickly access the Google Toolbar by pressing ALT+G or open a new browser window by pressing Shift+Enter, Internet and the Google Toolbar&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;Google is one of the most powerful search engines on the Internet. Using the the Google toolbar allows users to quickly search the complete Internet or the page you are currently on. Get the Google toolbar at: http://toolbar.google.com/.&lt;br /&gt;Create a shortcut key for Internet Web pages&lt;br /&gt;Create a PC shortcut key to a favorite web page by creating a shortcut to the web page or URL. Users using Internet Explorer can quickly do this by right-clicking on an empty spot of a web page and click 'Create Shortcut'.&lt;br /&gt;Once the shortcut has been created locate the shortcut and right-click or view the properties of that shortcut.&lt;br /&gt;In the shortcut properties assign a new shortcut key and click OK. Now when the shortcut key is pressed the web page will be automatically loaded.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-4845222919664775310?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4845222919664775310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4845222919664775310'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/internet-related-tips.html' title='Internet related tips'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-4010800160681301074</id><published>2010-11-01T19:18:00.000-07:00</published><updated>2010-11-02T11:25:31.392-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer-Export'/><title type='text'>Instalition Gudie For WIn XP Theme visual styles</title><content type='html'>How To Install&lt;br /&gt;Installation Requirements&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 200x200, created 9/5/10 */google_ad_slot = "2786351579";google_ad_width = 200;google_ad_height = 200;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;A prerequisite for using any of the visual themes or styles on this site is to download and install Style XP 2.0 from TGTSoft. This software also has the ability to apply any of the logins, bootscreens, wallpapers or iconsets downloadable from this site.&lt;br /&gt;Complete Themes&lt;br /&gt;A lot of the great artists submitting to this site are designing complete visual themes for Windows XP/2003 comprised of different components such as shellstyles, wallpapers, sounds, visual styles, screensavers, icons, and cursors. ThemeXP distributes not only complete themes, visual styles and wallpapers separately, but also has Windows XP logins and bootscreens, as well as icons (.iconsets) for use with Style XP 2.0 available. A visual theme will consist of a .theme file and several other elements of the authors choosing (from the items listed above), of which a visual style (.msstyles) file is mandatory. If there is a single self-installing executable file inside the download, just unzip it and install. If the files are separate, then there should be a .theme file and an associated folder with the visual style and other author inclusions inside the .zip, (if it's packaged correctly). To install, open Style XP 2.0 and click on the 'Themes' button. If you used a self-installer and it did not launch Display Properties after installation, find the new theme on the list, highlight it, and then click the 'Apply Theme' button. If there was not a self-installer, then in the 'Themes' window, click on 'Add a New Theme...', navigate to where you have your .zip file stored and select it, then click 'Open'. Click 'Apply Theme' once your new theme displays on the list.&lt;br /&gt;Visual Styles&lt;br /&gt;If your download only consists of a visual style (.msstyles) file inside the .zip, then open Style XP 2.0 and click the 'Visual Styles' button. Next, click 'Add a New Style...' , navigate to where you have your .zip file stored and select it, then click 'Open'. Click 'Apply Style to Current Theme' once your new style displays on the list.&lt;br /&gt;Logins&lt;br /&gt;The simplest and safest way to change a login screen is to use a quality third-party application such as Style XP 2.0 from TGTSoft or &lt;a href="http://logonloader.danielmilner.com/"&gt;Logon Loader&lt;/a&gt; by Daniel Milner. If you feel comfortable doing it manually though, here are some excellent instructions courtesy of &lt;a href="http://www.bfarber.com/"&gt;bFarber Logins&lt;/a&gt;.&lt;br /&gt;In Explorer, browse to C:\Windows\System32 and find the file named "logonui.exe".&lt;br /&gt;Rename "logonui.exe" to "logonui.exe.bak". This way if anything messes up...you have a backup.&lt;br /&gt;Place your new login in C:\WINDOWS\SYSTEM32 and rename it to logonui.exe.&lt;br /&gt;That's it! Now when you log off your new login screen will be there.&lt;br /&gt;Wallpapers&lt;br /&gt;Download the wallpaper .zip file to your computer.&lt;br /&gt;Extract the .jpg file from the .zip and open it in Microsoft Windows Picture and Fax Viewer.&lt;br /&gt;Right-click on the image and choose "Set as Desktop Background".&lt;br /&gt;Your new wallpaper should appear as your desktop background.&lt;br /&gt;Boot Screens&lt;br /&gt;The simplest and safest way to change a boot screen is to also use a quality third-party application such as Style XP 2.0 from TGTSoft or &lt;a href="http://www.belchfire.net/~userxp/"&gt;LogonUIBootRadomizer&lt;/a&gt; by UserXP. If you feel comfortable doing it manually though, here are the complete instructions for doing so.&lt;br /&gt;In Explorer, browse to C:\Windows\System32 and find the file named "ntoskrnl.exe".&lt;br /&gt;Copy "ntoskrnl.exe" to "ntoskrnl.exe.bak", (COPY not RENAME). This way if anything goes wrong...you will have a backup.&lt;br /&gt;Extract the files inside the .zip file you downloaded to a temporary location of your hard drive, but NOT to C:\Windows\System32.&lt;br /&gt;Reboot your computer into Safe Mode (hit F8 before the boot screen appears) or into true DOS mode (from a boot disk)&lt;br /&gt;Browse to where you extracted the files for your new boot screen in Explorer and select the correct file to copy to C:\Windows\System32. If you have SP1 for Windows XP installed use ntoskrnlsp.exe, otherwise use ntoskrnl.exe. IT IS VERY IMPORTANT TO USE THE CORRECT FILE, OR YOUR SYSTEM WILL LOCK UP ON BOOT.&lt;br /&gt;If using ntoskrnl.exe, copy the file to C:\Windows\System32 overwriting the existing ntoskrnl.exe, (which should have been backed up).&lt;br /&gt;If you are going to use ntoskrnlsp.exe, delete ntoskrnl.exe in the temporary folder and rename ntoskrnlsp.exe to ntoskrnl.exe. Then copy the file to C:\Windows\System32 overwriting the existing ntoskrnl.exe, (which should have been backed up).&lt;br /&gt;All done! Reboot your computer as you normally would and enjoy your new boot screen.&lt;br /&gt;IconSets&lt;br /&gt;The only way to apply IconSets is to use Style XP 2.0 from TGTSoft. To work with an IconSet, start Style XP and click on the 'Icons' button. From there things should be pretty well self-explanatory using Apply, Add, Delete, etc.&lt;br /&gt;ExplorerBar Icons&lt;br /&gt;The only way to apply Explorerbar (.iebarzip) icons is to use Style XP 2.0 from TGTSoft. If this is your first set that you are applying, create a directory title 'ExplorerBar' in 'C:\Windows\Resources\' and extract the .iebarzip file from your download to that location. Future downloads of this type can then be extracted to that location directly. StyleXP will find them automatically. To apply ExplorerBar icons, start Style XP and click on the 'ExplorerBar' button. From there things should be pretty well self-explanatory using Apply, Add, Delete, etc.&lt;br /&gt;&lt;strong&gt;For more Detail Vist &lt;/strong&gt;&lt;a href="http://www.themxp.org/"&gt;&lt;strong&gt;www.Themxp.org&lt;/strong&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-4010800160681301074?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4010800160681301074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4010800160681301074'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/11/instalition-gudie-for-win-xp-theme.html' title='Instalition Gudie For WIn XP Theme visual styles'/><author><name>Computer-Exprot</name><uri>http://www.blogger.com/profile/11818052051905111843</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-8991732196030148697</id><published>2010-10-30T09:59:00.001-07:00</published><updated>2010-10-30T10:08:06.635-07:00</updated><title type='text'>Create a Alert Pay Account Step by Step Guideline</title><content type='html'>&lt;span xmlns=''&gt;&lt;ul&gt;&lt;li&gt;&lt;span style='font-size:20pt'&gt;Step 1.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;1st of All go to Alert pay website click the Banner blow to reach Alert pay website&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;a href='https://www.alertpay.com/?wecktlexyim6vubpkyyxha%3d%3d'&gt;&lt;img src="http://www.alertpay.com/banners/ban_04.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style='font-size:20pt'&gt;Step 2.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;Now select Personal starter because its free &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;Note  you can  upgrade any time your Personal Starter Alert pay Account to Personal and Profession Accounts.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style='font-size:20pt'&gt;Step 3.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;Full the sample forum …. And submit your information&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-size:18pt'&gt;Step 4.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;Logon your email serves Account. Alert pay Email in your inbox   click the email like to verify your account . &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;Last Step 5.  Coagulation now u can send and receive Money online  With alert pay&lt;/span&gt;&lt;span style='font-size:16pt'&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;span style='font-size:14pt; text-decoration:underline'&gt;&lt;strong&gt;Visit Alse&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;Earn money with PPC websites    step by step Guide.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-size:14pt'&gt;Some trusted PPC websites review with payment Proofs&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-8991732196030148697?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8991732196030148697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8991732196030148697'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/create-alert-pay-account-step-by-step.html' title='Create a Alert Pay Account Step by Step Guideline'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-4341048199870290289</id><published>2010-10-30T09:58:00.001-07:00</published><updated>2010-10-30T10:58:24.311-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Earn Money from PPC &amp; PTC Sites Step by Step Guide</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Today's Hundred of PTC  sites working online but  we discuses about  some Trusted and Famous PTC sites&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Trusted PTC  sites given blow  you can make Account to these PTC  sites register by clicking Banner appears Blow.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Rank No 1:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.onbux.com/?r=Mathyoz"&gt;&lt;img src="http://www.onbux.com/banner/?bid=1" border="0" width="468" height="60"&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rank No 2:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.vipclix.com/?ref=Mathyoz"&gt;&lt;br /&gt;&lt;img src="http://vipclix.com/images/banner.png" border="0"&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rank No 3:&lt;/b&gt;&lt;br /&gt;&lt;a href = "http://www.cashium.net/?rid=Mathyoz" title = "cashium.net"&gt;&lt;br /&gt;&lt;img src = "http://www.cashium.net/banners/?user=154194" border = "0"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Rank No 4:&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.onbux.com/?r=Mathyoz"&gt;&lt;img src="http://images.onbux.com/banner.gif" border="0" width="468" height="60"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;After register ton    you can logon your account  and click  View Advertisement button  and view some ads daily  or in your free time.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;After viewed   Advertisement  your &lt;strong&gt;balance&lt;/strong&gt; is add ur  Account  when your Balance is reach 2 $  Thes sites instan pay via your  Alert pay Accont &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Note: These all sites is trussed  and 100% payment proofs.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;span style='font-size:18pt; text-decoration:underline'&gt;&lt;strong&gt;Vist Also&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://mjarwar.blogspot.com/2010/10/create-alert-pay-account-step-by-step.html"&gt;Create a Alert Pay Account Step by Step Guideline&lt;i&gt;&lt;b&gt;&lt;/b&gt;&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-4341048199870290289?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4341048199870290289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4341048199870290289'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/earn-money-from-ppc-ptc-sites-step-by.html' title='Earn Money from PPC &amp;amp; PTC Sites Step by Step Guide'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1776507879608124936</id><published>2010-10-23T00:54:00.000-07:00</published><updated>2011-01-01T02:55:07.199-08:00</updated><title type='text'>All Newton’s Law “MJ BLOG The Forum of Science ” ~ Computer &amp; IT Eduction</title><content type='html'>&lt;a href="http://mjarwar.blogspot.com/2010/09/all-newtons-law-mj-blog-forum-of.html"&gt;All Newton’s Law “MJ BLOG The Forum of Science ” ~ Computer &amp;amp; IT Eduction&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1776507879608124936?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://mjarwar.blogspot.com/2010/09/all-newtons-law-mj-blog-forum-of.html' title='All Newton’s Law “MJ BLOG The Forum of Science ” ~ Computer &amp; IT Eduction'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1776507879608124936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1776507879608124936'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/all-newtons-law-mj-blog-forum-of.html' title='All Newton’s Law “MJ BLOG The Forum of Science ” ~ Computer &amp; IT Eduction'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2795969912933642310</id><published>2010-10-23T00:44:00.000-07:00</published><updated>2011-01-01T02:55:05.497-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Lesson 4: Functions (C++ Complate Coruse Part4)</title><content type='html'>Lesson 4: Functions&lt;br /&gt;&lt;br /&gt;Dear We Caome Bak with c++ part 4 Lession &lt;br /&gt;Today we learned about c++ Function Lets go to teach c++&lt;br /&gt;&lt;br /&gt;Now that you should have learned about variables, loops, and if statements it is time to learn about functions. You should have an idea of their uses. Cout is an example of a function. In general, functions perform a number of pre-defined commands to accomplish something productive. &lt;br /&gt;&lt;br /&gt;Functions that a programmer writes will generally require a prototype. Just like an blueprint, the prototype tells the compiler what the function will return, what the function will be called, as well as what arguments the function can be passed. When I say that the function returns a value, I mean that the function can be used in the same manner as a variable would be. For example, a variable can be set equal to a function that returns a value between zero and four. &lt;br /&gt;&lt;br /&gt;For example: &lt;br /&gt;int a;&lt;br /&gt;a=random(5); //random is sometimes defined by the compiler&lt;br /&gt;//Yes, it returns between 0 and the argument minus 1&lt;br /&gt;&lt;br /&gt;Do not think that 'a' will change at random, it will be set to the value returned when the function&lt;br /&gt;is called, but it will not change again. &lt;br /&gt;&lt;br /&gt;The general format for a prototype is simple: &lt;br /&gt;&lt;br /&gt;return-type function_name(arg_type arg); &lt;br /&gt;&lt;br /&gt;There can be more than one argument passed to a function, and it does not have to return a value. Lets look at a function prototype:&lt;br /&gt;&lt;br /&gt;int mult(int x, int y);&lt;br /&gt;&lt;br /&gt;This prototype specifies that the function mult will accept two arguments, both integers, and that it will return an integer. Do not forget the trailing semi-colon. Without it, the compiler will probably think that you are trying to write the actual definition of the function.&lt;br /&gt;&lt;br /&gt;When the programmer actually defines the function, it will begin with the prototype, minus the semi-colon. Then there should always be a bracket (remember, functions require brackets around them) followed by code, just as you would write it for the main function. Finally, end it all with a cherry and a bracket. Okay, maybe not a cherry. &lt;br /&gt;&lt;br /&gt;Lets look at an example program:&lt;br /&gt;&lt;br /&gt;#include &lt;iostream.h&gt;&lt;br /&gt;&lt;br /&gt;int mult(int x, int y);&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;int x, y;&lt;br /&gt;cout&lt;&lt;"Please input two numbers to be multiplied: ";  cin&gt;&gt;x&gt;&gt;y;&lt;br /&gt;cout&lt;&lt;"The product of your two numbers is "&lt;&lt;mult(x, y);&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;int mult(int x, int y)&lt;br /&gt;{&lt;br /&gt;return x*y;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;This program begins with the only necessary include file. It is followed by the prototye of the function. Notice that it has the final semi-colon! The main function is an integer, which you should always have, to conform to the standard. You should not have trouble understanding the input and output functions. It is fine to use cin to input to variables as the program does.&lt;br /&gt;&lt;br /&gt;Notice how cout actually outputs what appears to be the mult function. What is really happening is that mult acts as a variable. Because it returns a value it is possible for the cout function to output the return value. &lt;br /&gt;&lt;br /&gt;The mult function is actually defined below main. Due to its prototype being above main, the compiler still recognizes it as being defined, and so the compiler will not give an error about mult being undefined, although the definition is below where it is used. &lt;br /&gt;&lt;br /&gt;Return is the keyword used to force the function to return a value. Note that it is possible to have a function that returns no value. In that case, the prototype would have a return type of void. &lt;br /&gt;&lt;br /&gt;The most important functional (Pun semi-intended) question is why. Functions have many uses. For example, a programmer may have a block of code that he has repeated forty times throughout the program. A function to execute that code would save a great deal of space, and it would also make the program more readable. &lt;br /&gt;&lt;br /&gt;Another reason for functions is to break down a complex program into something manageable. For example, take a menu program that runs complex code when a menu choice is selected. The program would probably best be served by making functions for each of the actual menu choices, and then breaking down the complex tasks into smaller, more manageable takes, which could be in their own functions. In this way, a program can be designed that makes sense when read. &lt;br /&gt;Previous: Loops&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2795969912933642310?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2795969912933642310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2795969912933642310'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/lesson-4-functions-c-complate-coruse.html' title='Lesson 4: Functions (C++ Complate Coruse Part4)'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7484794518012651710</id><published>2010-10-19T12:01:00.000-07:00</published><updated>2010-10-20T03:18:32.813-07:00</updated><title type='text'>Image Galleary PHP Script For Online Image Dircotry with Add Album Button</title><content type='html'>This is a very simple form where you can enter the album name, description and image. After you click the "Add Album" button the script will do the followings : &lt;br /&gt;Save the album image, resize it if necessary &lt;br /&gt;Save the album information to database &lt;br /&gt;Below is the screenshot of the form:&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;And here is the code snippet :&amp;nbsp; &amp;lt;!-- google_ad_section_start(weight=ignore) --&amp;gt; &lt;br /&gt;require_once '../library/config.php';&lt;br /&gt;require_once '../library/functions.php';&lt;br /&gt;if(isset($_POST['txtName']))&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; $albumName = $_POST['txtName'];&lt;br /&gt;&amp;nbsp;&amp;nbsp; $albumDesc = $_POST['mtxDesc'];&lt;br /&gt;&amp;nbsp;&amp;nbsp; $imgName = $_FILES['fleImage']['name'];&lt;br /&gt;&amp;nbsp;&amp;nbsp; $tmpName = $_FILES['fleImage']['tmp_name'];&lt;br /&gt;&amp;nbsp;&amp;nbsp; // we need to rename the image name just to avoid&lt;br /&gt;&amp;nbsp;&amp;nbsp; // duplicate file names&lt;br /&gt;&amp;nbsp;&amp;nbsp; // first get the file extension&lt;br /&gt;&amp;nbsp;&amp;nbsp; $ext = strrchr($imgName, ".");&lt;br /&gt;&amp;nbsp;&amp;nbsp; // then create a new random name&lt;br /&gt;&amp;nbsp;&amp;nbsp; $newName = md5(rand() * time()) . $ext;&lt;br /&gt;&amp;nbsp;&amp;nbsp; // the album image will be saved here&lt;br /&gt;&amp;nbsp;&amp;nbsp; $imgPath = ALBUM_IMG_DIR . $newName;&lt;br /&gt;&amp;nbsp;&amp;nbsp; // resize all album image&lt;br /&gt;&amp;nbsp;&amp;nbsp; $result = createThumbnail($tmpName, $imgPath, THUMBNAIL_WIDTH);&lt;br /&gt;&amp;nbsp;&amp;nbsp; if (!$result) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo "Error uploading file";&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit;&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp; if (!get_magic_quotes_gpc()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $albumName = addslashes($albumName);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $albumDesc = addslashes($albumDesc);&lt;br /&gt;&amp;nbsp;&amp;nbsp; } &lt;br /&gt;&amp;nbsp;&amp;nbsp; $query = "INSERT INTO tbl_album (al_name, al_description, al_image, al_date) &lt;br /&gt;&amp;nbsp;&amp;nbsp; VALUES ('$albumName', '$albumDesc', '$newName', NOW())";&lt;br /&gt;&amp;nbsp;&amp;nbsp; mysql_query($query) &lt;br /&gt;&amp;nbsp;&amp;nbsp; or die('Error, add album failed : ' .&amp;nbsp;&amp;nbsp;&amp;nbsp; mysql_error()); &lt;br /&gt;&amp;nbsp;&amp;nbsp; // the album is saved, go to the album list &lt;br /&gt;&amp;nbsp;&amp;nbsp; echo "&amp;lt;script&amp;gt;window.location.href='index.php?page=list-album';&amp;lt;/script&amp;gt;";&lt;br /&gt;&amp;nbsp;&amp;nbsp; exit;&lt;br /&gt;} &lt;br /&gt;&amp;lt;!-- google_ad_section_end --&amp;gt; &lt;br /&gt;Since we save the images as files instead inserting them to the database we need to make sure there won't be any name duplication problem. To prevent this we just generate some random name for every images that we upload. Take a look at code below : &lt;br /&gt;$ext&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = strrchr($imgName, "."); &lt;br /&gt;$newName = md5(rand() * time()) . $ext;&lt;br /&gt;The first line is to extract the file extension from the file name. As an example let say we upload an image named "hyperalbum.jpg". Then strrchr("hyperalbum.jpg", ".") will return ".jpg". On the second line we generate a random number using rand() multiply it with current time and generate the hash code using md5(). It is a very common practice to use the combination of md5(), rand() and time() functions to generate a random name. After we append the file extension to the new name we can then use it to save the uploaded image. &lt;br /&gt;But before we save the image we need to resize the image if it's too large. As you can see in the album list we only need small images for the album icons. To make the thumbnail we use createThumbnail() function defined in functions.php . Once everything is saved we print a little javascript code to go to the album list page. Note that we cannot simply use header("Location: index.php?page=list-album") to redirect to the album list page since a call to header() will only have an effect when no other output in sent before the call.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Admin : Album List &lt;br /&gt;When your first login to the admin area and after adding a new album you can see this page. There's nothing really interesting on this one. It just a plain list of albums where we can see the albums we have and how many images on each album. Here is the snapshot :&lt;br /&gt;&lt;br /&gt;In the "Images" column you can see how many images contained in an album. If you click on the number you will go to the image list so can see all the images in a particular album. And i'm sure i don't need to explain what that button with "Add Album" written on it does. &lt;br /&gt;If you re-read the sql containing the table definitions of this gallery you can see that tbl_album doesn't contain any column storing the number of images in it. That number is the result of the left join in the sql query. You can see the sql code below. &lt;br /&gt;&amp;lt;!-- google_ad_section_start(weight=ignore) --&amp;gt; &lt;br /&gt;$sql = "SELECT al_id, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; al_name, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; al_image, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNT(im_album_id) AS al_numimage&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM tbl_album al &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN tbl_image im ON al.al_id = im.im_album_id&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP by al_id &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY al_name ";&lt;br /&gt;&amp;lt;!-- google_ad_section_end --&amp;gt; &lt;br /&gt;In this query we must use LEFT JOIN instead of INNER JOIN because an album can have zero image in it. If we use INNER JOIN then the empty albums will not be shown in the list. &lt;br /&gt;Now, if you right click on an album icon and view it's properties you can see that the url fo the icon is pointing to a PHP script instead of an image. The url look like this : viewImage.php?type=album&amp;amp;name=3b6a267a967d7535ff3b1ebc3d9e3c1e.jpg&lt;br /&gt;In this image gallery whenever we would want to display an album or image icon or the full-size image we always use the viewImage.php file instead of linking to the actual image. There are several reasons to do this. The first is so you could move the images directory outside of your web root to prevent leechers from taking all the images. &lt;br /&gt;The image gallery in our example doesn't do this. You could go to the images directory and list all the images in the gallery. If you set the value of ALBUM_IMG_DIR and GALLERY_IMG_DIR to a directory outside your webroot then you can prevent this. For example if your web root is /home/myname/public_html you can set ALBUM_IMG_DIR to /home/myname/images/album and GALLERY_IMG_DIR to /home/myname/images/gallery/. &lt;br /&gt;The second reason is that you may want to restrict the access your gallery. For example the visitors must login before they can see the images. In viewImage.php you could check for the session variable to determine that. So if the visitors hasn't login yet you just display some blank or warning images &lt;br /&gt;It's really a simple script which requires two inputs. The type of image you wish to display ( album icon, image icon or full size image ) and the image file name. Then we only need to set the appropriate headers, read the image file and send it to the browser.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7484794518012651710?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7484794518012651710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7484794518012651710'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/image-galleary-php-script-for-online.html' title='Image Galleary PHP Script For Online Image Dircotry with Add Album Button'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-3368127039362513651</id><published>2010-10-19T11:45:00.000-07:00</published><updated>2010-10-19T11:45:45.339-07:00</updated><title type='text'>Introduction of PHP for Web Devlovepers</title><content type='html'>To open a block of PHP code in a page you can use one of these four sets of opening and closing tags&lt;br /&gt;Opening Tag&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Closing Tag&lt;br /&gt;&amp;lt;?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&amp;gt;&lt;br /&gt;&amp;lt;?php&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&amp;gt;&lt;br /&gt;&amp;lt;%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&amp;gt;&lt;br /&gt;&amp;lt;script language="php"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;br /&gt;The first pair (&amp;lt;? and ?&amp;gt;) is called short tags. You should avoid using short tags in your application especially if it's meant to be distributed on other servers. This is because short tags are not always supported ( though I never seen any web host that don't support it ). Short tags are only available only explicitly enabled setting the short_open_tag value to On in the PHP configuration file php.ini.&lt;br /&gt;So, for all PHP code in this website I will use the second pair, &amp;lt;?php and ?&amp;gt;.&lt;br /&gt;Now, for the first example create a file named hello.php ( you can use NotePad or your favorite text editor ) and put it in your web servers root directory. If you use Apache the root directory is APACHE_INSTALL_DIR\htdocs, with APACHE_INSTALL_DIR is the directory where you install Apache. So if you install Apache on C:\Program Files\Apache Group\Apache2\htdocs then you put hello.php in C:\Program Files\Apache Group\Apache2\htdocs&lt;br /&gt;Example : hello.php&lt;br /&gt;Source code : hello.phps&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;My First PHP Page&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;echo "&amp;lt;p&amp;gt;Hello World, How Are You Today?&amp;lt;/p&amp;gt;";&lt;br /&gt;?&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;To view the result start Apache then open your browser and go to &lt;a href="http://localhost/hello.php"&gt;http://localhost/hello.php&lt;/a&gt; or &lt;a href="http://127.0.0.1/hello.php"&gt;http://127.0.0.1/hello.php&lt;/a&gt;. You should see something like this in your browser window.&lt;br /&gt;The example above shows how to insert PHP code into an HTML file. It also shows the echo statement used to output a string. See that the echo statement ends with a semicolon. Every command in PHP must end with a semicolon. If you forget to use semicolon or use colon instead after a command you will get an error message like this&lt;br /&gt;Parse error: parse error, unexpected ':', expecting ',' or ';' in c:\Apache\htdocs\examples\get.php on line 7&lt;br /&gt;However in the hello.php example above omitting the semicolon won't cause an error. That's because the echo statement was immediately followed by a closing tag.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-3368127039362513651?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3368127039362513651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3368127039362513651'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/introduction-of-php-for-web-devlovepers.html' title='Introduction of PHP for Web Devlovepers'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7475191026515550711</id><published>2010-10-19T11:43:00.001-07:00</published><updated>2010-10-19T11:43:42.016-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Create a Hidden Account in Windows XP</title><content type='html'>&lt;div class="MsoNormal" style="line-height: normal; margin: 5pt 0in; mso-layout-grid-align: none; mso-pagination: none;"&gt;&lt;span style="color: blue; font-family: 'Times New Roman','serif';"&gt;Create a Hidden Account in Windows XP&lt;br /&gt;&lt;br /&gt;Do you want to create an Account that nobody can see? &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 5pt 0in; mso-layout-grid-align: none; mso-pagination: none;"&gt;&lt;span style="color: blue; font-family: 'Times New Roman','serif';"&gt;Alright Today I am going to teach you &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 5pt 0in; mso-layout-grid-align: none; mso-pagination: none;"&gt;&lt;span style="color: blue; font-family: 'Times New Roman','serif';"&gt;how to create a Hidden Account in Windows XP.&lt;br /&gt;&lt;br /&gt;Since we are going to do all the Editing in Window Registry it is &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 5pt 0in; mso-layout-grid-align: none; mso-pagination: none;"&gt;&lt;span style="color: blue; font-family: 'Times New Roman','serif';"&gt;Recommended to Back Up the Registry before going Further.&lt;br /&gt;&lt;br /&gt;After you have Backed up your registry&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 5pt 0in; mso-layout-grid-align: none; mso-pagination: none;"&gt;&lt;span style="color: blue; font-family: 'Times New Roman','serif';"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;follow the Steps to Create your Hidden Account:&lt;br /&gt;&lt;br /&gt;* First Goto Start -&amp;gt; Run -&amp;gt; Type regedit -&amp;gt; Enter&lt;br /&gt;* In the Left Menu goto,&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Cu rrentVersion\Winlogon\SpecialAccounts\UserList&lt;br /&gt;&lt;br /&gt;* In the Right pane, Right click -&amp;gt; New -&amp;gt; String Value&lt;br /&gt;* Right click on the new String Value and click Rename&lt;br /&gt;* Type the Name of the Account you want to hide.&lt;br /&gt;* Hit Enter then Right click on the String Value again and &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 5pt 0in; mso-layout-grid-align: none; mso-pagination: none;"&gt;&lt;span style="color: blue; font-family: 'Times New Roman','serif';"&gt;Change value to 0 which hides it. If you want it to be Visible to all Enter the Value 1.&lt;br /&gt;* Now Save and Exit the Registry and Logoff.&lt;br /&gt;* Goto welcome screen and Hit ctrl+alt+del twice to bring up Logon prompt&lt;br /&gt;* Type hidden Accounts name and password&lt;br /&gt;* Enjoy!!!&lt;br style="mso-special-character: line-break;" /&gt;&lt;/span&gt;&lt;span style="font-family: 'Times New Roman','serif';"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none; mso-pagination: none;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7475191026515550711?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7475191026515550711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7475191026515550711'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/create-hidden-account-in-windows-xp.html' title='Create a Hidden Account in Windows XP'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-4926027998140346616</id><published>2010-10-16T23:20:00.001-07:00</published><updated>2010-10-18T04:07:39.821-07:00</updated><title type='text'>6 Steps to selecting gainful adsense ads KEYWORDs</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 468x15, created 10/18/10 */google_ad_slot = "1164172069";google_ad_width = 468;google_ad_height = 15;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Studied how to find the most in effect keywords for use in your &lt;/span&gt;&lt;span style="color: #3366cc; font-family: Verdana; font-size: x-small;"&gt;google adsense&lt;/span&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt; ads isn�t a straight action. Noticing and enforcing high earnings, low competition keywords in your ads actually is the trick of &lt;/span&gt;&lt;span style="color: #3366cc; font-family: Verdana; font-size: x-small;"&gt;making money with adsense&lt;/span&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;After I had studied many topics to select effective performing keywords, I wrote down this action that should yield useful, low competition keywords for your Adsense ads. This technique is not comprehensive, but when you analyse it and attempt it for yourself, you are able to see that it makes sense.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Step 1&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Search a few keywords for your niche that have a high cost per click prize. To arrange this, first get your keywords using the Google Adwords keyword tool or a extra tool that will give you niche particular lists of keywords. Keep those keywords into a spreadsheet program as a csv file. Copy and paste those keywords into Google�s hits Estimator (you�ll require an Adwords account). The hits estimator will help you to calculated clicks per day and the average CPC (cost per click) for all keyword. Copy and paste this data back into your spreadsheet file for prospective reference.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Step 2&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Multiply the average cost per click by 30% to get an approximation of your best profit per click. The greater the average cost per click, the more potential the cost per click for the 2nd � 8th positions are high also. You need this greater average cost per click to start because whenever the cost per click gets going to decrease significantly after the third position, your chance of getting best click profit as an Adsense publisher will be decreased.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Step 3&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;I use a tool known as Adword Accelerator to wait on with looking the 1st � 8th position cost per click rates. This tool will calculate the cost per click for all positioning and allow you to assure how much the cost-per-clicks decrease after the 1st position. This dramatically assists your analytic thinking for picking the most appropriate keywords. If the cost per click rates stick close to the one another and to the value of the 1st position, then you�ll more than expected have a rich keyword.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Step 4&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Now decide which Adsense ads fill which placements. You can do this by looking on Google for your keyword and expecting to assure which Adsense advertisements are generated in the search final result and in which order they�re. Additional method to calculate this is to use the Adword Accelerator tool. It has a characteristic where by Adwords ads are dynamically exposed for a dedicated keyword you input into the tool to check. If the Adwords advertizer has applied �Adwords for Content� in his advertisement, these ads will be the Adsense ads somebody else is exhibiting on their site.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Step 5&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Comparison the ads you got in step 4 to the final result of applying the keyword check procedure at Adsensecheck.com. If the advertisers you find by doing this nearly fit those you got in step 4, you�ll more likely have a valuable keyword.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;If the advertizers are not he same, then the advertiser is mayhap not implementing the �Adwords for Content� way of advertising in his campaigns. This thinks that the keyword may not be the base for the Adsense ads and may not be moneymaking.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Step 6&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Now you must get the hits. If you would like to get hits using the Adwords approach, and then just apply the keywords in your Adsense ads that marked in effect from the above evaluation. Then, apply lower CPC keywords in your Adwords ads. The difference between the earnings from the click you get on your Adsense word from the price of the click you pay off on your Adwords word will be your earnings.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;If you�re planning to apply SEO techniques to develop traffic to the site wherever your ads are, make a point the keywords you choose have the greatest KEI possible. KEI is the ratio of the quantity of search for a keyword to the amount of competing web site having the keyword. The compounding of a high KEI and a high score from the preceding evaluation will yield the better earnings outcomes. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Hoped all point above can help you to make make money with adsense.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #40454b; font-family: Verdana; font-size: x-small;"&gt;Visit this blog and find out more info about &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-4926027998140346616?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4926027998140346616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4926027998140346616'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/6-steps-to-selecting-gainful-adsense.html' title='6 Steps to selecting gainful adsense ads KEYWORDs'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-122744486265134758</id><published>2010-10-13T02:57:00.001-07:00</published><updated>2010-10-13T04:15:41.385-07:00</updated><title type='text'>Learn C++ as A New Language (Complete Corus In 18  Simple Lesson)</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;span xmlns=''&gt;&lt;p&gt;&lt;span style='font-family:Times New Roman; font-size:18pt'&gt;&lt;strong&gt;PROGRAMMING IN C++ Course Content&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Times New Roman; font-size:14pt'&gt;&lt;strong&gt;Dear Frndz we are start a simple c++ coruse for new and exports both hope that this blog is good choice for programmers and new learners…..&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson1.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson1.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; The basics of C++ &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson2.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson2.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; If statements, and some boolean information &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson3.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson3.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; All you want to know about Loops &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson4.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson4.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; Functions...all about them, making and using the critters &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson5.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson5.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; About the switch case structure &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson6.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson6.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; Pointers...access memory locations &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson7.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson7.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; Structures, all about 'em, and how to use 'em &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson8.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson8.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; All about arrays &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson9.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson9.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; About character arrays (strings) &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson10.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson10.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; About file i/o &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\MY%20%20DATA\Zip%20Books\Computer%20Langue%20Books\C.zip\C\lesson11.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson11.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; Typecasting: making variables look like another data-type. &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson12.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson12.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; An introduction to classes(the heart of C++) &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson13.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson13.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; More information on functions(non-prototyed and inline) &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson14.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson14.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; How to accept command line arguments (AND checking file existence) &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson15.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson15.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt; The basics of singly linked lists &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson16.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson16.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt;Recursion--a function calling itself &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson17.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson17.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt;Functions accepting a variable number of arguments &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='file:///D:\C\lesson18.htm'&gt;&lt;span style='color:#ff0008; font-family:Times New Roman; font-size:12pt; text-decoration:underline'&gt;lesson18.html&lt;/span&gt;&lt;/a&gt;&lt;span style='font-family:Times New Roman; font-size:12pt'&gt;Binary Trees&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;  &lt;br /&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-122744486265134758?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/122744486265134758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/122744486265134758'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/learn-c-as-new-language-complete-corus.html' title='Learn C++ as A New Language (Complete Corus In 18  Simple Lesson)'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5140500871055586059</id><published>2010-10-04T09:48:00.001-07:00</published><updated>2010-10-15T00:24:13.859-07:00</updated><title type='text'>Unlock Your Nokia Mobile In 2 minute</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;span xmlns=''&gt;&lt;p&gt;You will need a card reader to perform this operation.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;script&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;1) Remove memory card from your locked Nokia mobile phone.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;2) Put your card into card reader and connect it with your computer. Create&lt;br /&gt;&lt;/p&gt;&lt;p&gt;the directory System Recogs and copy thc-nokia-unlock.mdl into this directory. So at the end your file will be in System/recogs directory of your mmc.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;3) Remove the Memory Card and place it into the locked phone.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;4) Now start your locked phone and wait for some time when it asks for the code. Let this tool reset the code for you. Wait for 2 minutes and then enter 12345 in the code box.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;5) Done. Your security code will be reset to 12345.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;This method is tested on Nokia N72 and it's 100% working. Ask me if you need any help on this&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5140500871055586059?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5140500871055586059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5140500871055586059'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/10/unlock-your-nokia-mobile-in-2-minute.html' title='Unlock Your Nokia Mobile In 2 minute'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7321903670464949927</id><published>2010-09-05T22:45:00.001-07:00</published><updated>2010-09-05T22:57:58.184-07:00</updated><title type='text'>Write PHP Program to upload file From Computer in UR Online Database</title><content type='html'>&lt;span xmlns=""&gt; Now, we will make another upload script. But this time we won't save the file in the database. We will only store the file info there but the real file is stored in the file server. We need a little modification to the upload table. Instead of using BLOB datatype we just use VARCHAR to store the file path.&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;CREATE TABLE upload2 (&lt;br /&gt;id INT NOT NULL AUTO_INCREMENT,&lt;br /&gt;name VARCHAR(30) NOT NULL,&lt;br /&gt;type VARCHAR(30) NOT NULL,&lt;br /&gt;size INT NOT NULL,&lt;br /&gt;path VARCHAR(60) NOT NULL,&lt;br /&gt;PRIMARY KEY(id)&lt;br /&gt;);&lt;br /&gt;The HTML form we use is no different with the previous one since the real changes will take place in the PHP codes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;form method="post" enctype="multipart/form-data"&amp;gt;&lt;br /&gt;&amp;lt;table width="350" border="0" cellpadding="1" cellspacing="1" class="box"&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt; &lt;br /&gt;&amp;lt;td width="246"&amp;gt;&lt;br /&gt;&amp;lt;input type="hidden" name="MAX_FILE_SIZE" value="2000000"&amp;gt;&lt;br /&gt;&amp;lt;input name="userfile" type="file" id="userfile"&amp;gt; &lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td width="80"&amp;gt;&amp;lt;input name="upload" type="submit" class="box" id="upload" value=" Upload "&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;Okay, now let's take a look at the upload process. First we need to specify the directory to store the uploaded files. We store the directory name in $uploadDir. Note that PHP must have write access to $uploadDir or else the upload will fail. If you're web host using a Linux server you may need to set the permission for the upload directory to 777.&lt;br /&gt;&amp;lt;?php&lt;br /&gt;$uploadDir = 'C:/webroot/upload/';&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if(isset($_POST['upload']))&lt;br /&gt;{&lt;br /&gt;$fileName = $_FILES['userfile']['name'];&lt;br /&gt;$tmpName = $_FILES['userfile']['tmp_name'];&lt;br /&gt;$fileSize = $_FILES['userfile']['size'];&lt;br /&gt;$fileType = $_FILES['userfile']['type'];&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$filePath = $uploadDir . $fileName;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$result = move_uploaded_file($tmpName, $filePath);&lt;br /&gt;if (!$result) {&lt;br /&gt;echo "Error uploading file";&lt;br /&gt;exit;&lt;br /&gt;}&lt;br /&gt;include '../library/config.php';&lt;br /&gt;include '../library/opendb.php';&lt;br /&gt;if(!get_magic_quotes_gpc())&lt;br /&gt;{&lt;br /&gt;$fileName = addslashes($fileName);&lt;br /&gt;$filePath = addslashes($filePath);&lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$query = "INSERT INTO upload2 (name, size, type, path ) ".&lt;br /&gt;"VALUES ('$fileName', '$fileSize', '$fileType', '$filePath')";&lt;br /&gt;mysql_query($query) or die('Error, query failed : ' . mysql_error()); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;include '../library/closedb.php';&lt;br /&gt;echo "&amp;lt;br&amp;gt;Files uploaded&amp;lt;br&amp;gt;";&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The key here is the move_uploaded_file() function. This function will move the uploaded files from the temporary upload directory to the location that we earlier ( $uploadDir . $fileName ). If for some reason the functioncannot move the file it will return false and we exit the script because continuing the script is no use.&lt;br /&gt;Downloading&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 468x15, created 9/5/10 */google_ad_slot = "6586695252";google_ad_width = 468;google_ad_height = 15;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;For listing the download files we just need to copy from the previous script. The real difference start when you click on the download link.&lt;br /&gt;if(isset($_GET['id']))&lt;br /&gt;{&lt;br /&gt;include '../library/config.php';&lt;br /&gt;include '../library/opendb.php';&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$id = $_GET['id'];&lt;br /&gt;$query = "SELECT name, type, size, path FROM upload2 WHERE id = '$id'";&lt;br /&gt;$result = mysql_query($query) or die('Error, query failed');&lt;br /&gt;list($name, $type, $size, $filePath) = mysql_fetch_array($result);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;header("Content-Disposition: attachment; filename=$name");&lt;br /&gt;header("Content-length: $size");&lt;br /&gt;header("Content-type: $type");&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;readfile($filePath);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;include '../library/closedb.php'; &lt;br /&gt;exit;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After fetching the file info from the database and sending the required headers the next thing we need to do is read the file content from the server and send it to the browser. We can accomplish this by using readfile() function. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Problems&lt;br /&gt;When using this method of uploading files there are two problems that we need to take care of. They are :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Preventing direct access to the uploaded files &lt;br /&gt;Handling duplicate file names &lt;br /&gt;Preventing direct access&lt;br /&gt;For this example the upload directory where the files are stored is /home/arman198/public_html/examples/upload/files/. Using your browser you see the upload directory by clicking here. This is ( usually ) a bad thing because anyone can see directly the file list and download them all. If you don't want to prevent people from seeing the content of the upload directory you could create an empty file, name it index.html then put that file to the upload directory. This is certainly not the optimal solution because maybe some people will try guessing the files names.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A better approach is to move the upload directory away from your web root. For example, the web root for this site is: /home/arman198/public_html/ to prevent direct listing i can set the upload directory to /home/arman198/upload/.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This way an outsider cannot see directly what's inside the upload directory. For example, even if you go to this url : http://www.php-mysql-tutorial.com/../upload/ you can't see the upload directory&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Handling duplicate file names&lt;br /&gt;When saving the files into the MySQL database we don't have to worry about this. The table for saving the files uses an id as the primary key so even we put ten files with the same name there won't be any problem since we access the files using that unique id.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The problem arise when saving the files to file server. The move_uploaded_file() function will overwrite a file with the same name and this is certainly not a desired behaviour.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To prevent this we just need to modify the file name. In this example the file names are changed into a random string, 32 characters long.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;// ... same code as before&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// get the file extension first&lt;br /&gt;$ext = substr(strrchr($fileName, "."), 1); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// make the random file name&lt;br /&gt;$randName = md5(rand() * time());&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// and now we have the unique file name for the upload file&lt;br /&gt;$filePath = $uploadDir . $randName . '.' . $ext;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$result = move_uploaded_file($tmpName, $filePath);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// ... same code as before&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First we extract the file extension from the file name using strrchr() function combined with substr(). Then using md5() we generate the 32 characters long of random string. It will look something like 7d1d1da5aac5ad72b293165e8e6fe89b. After we join them up we get the new unique file name. This way the chance of stumbling upon a duplicate name problem is very very slim. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As for the download part there's no change required. All we did was change the file name on the server so the previous download script will do just fine&lt;br /&gt;&lt;div style="text-align: right;"&gt;Murtaza Jarwar&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7321903670464949927?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7321903670464949927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7321903670464949927'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/09/write-php-program-to-upload-file-from.html' title='Write PHP Program to upload file From Computer in UR Online Database'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-108672904189591091</id><published>2010-09-05T22:15:00.001-07:00</published><updated>2010-09-05T22:36:42.732-07:00</updated><title type='text'>An A-Z Index of the Windows XP command line “ All Run Commands” In One Page</title><content type='html'>An A-Z Index of the Windows XP command line &lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 336x280, created 9/5/10 */google_ad_slot = "2239893962";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;ADDUSERS Add or list users to/from a CSV file&lt;br /&gt;&lt;br /&gt;ARP Address Resolution Protocol&lt;br /&gt;&lt;br /&gt;ASSOC Change file extension associations•&lt;br /&gt;&lt;br /&gt;ASSOCIAT One step file association&lt;br /&gt;&lt;br /&gt;ATTRIB Change file attributes&lt;br /&gt;&lt;br /&gt;b&lt;br /&gt;&lt;br /&gt;BOOTCFG Edit Windows boot settings&lt;br /&gt;&lt;br /&gt;BROWSTAT Get domain, browser and PDC info&lt;br /&gt;&lt;br /&gt;c&lt;br /&gt;&lt;br /&gt;CACLS Change file permissions&lt;br /&gt;&lt;br /&gt;CALL Call one batch program from another•&lt;br /&gt;&lt;br /&gt;CD Change Directory - move to a specific Folder•&lt;br /&gt;&lt;br /&gt;CHANGE Change Terminal Server Session properties&lt;br /&gt;&lt;br /&gt;CHKDSK Check Disk - check and repair disk problems&lt;br /&gt;&lt;br /&gt;CHKNTFS Check the NTFS file system&lt;br /&gt;&lt;br /&gt;CHOICE Accept keyboard input to a batch file&lt;br /&gt;&lt;br /&gt;CIPHER Encrypt or Decrypt files/folders&lt;br /&gt;&lt;br /&gt;CleanMgr Automated cleanup of Temp files, recycle bin&lt;br /&gt;&lt;br /&gt;CLEARMEM Clear memory leaks&lt;br /&gt;&lt;br /&gt;CLIP Copy STDIN to the Windows clipboard.&lt;br /&gt;&lt;br /&gt;CLS Clear the screen•&lt;br /&gt;&lt;br /&gt;CLUSTER Windows Clustering&lt;br /&gt;&lt;br /&gt;CMD Start a new CMD shell&lt;br /&gt;&lt;br /&gt;COLOR Change colors of the CMD window•&lt;br /&gt;&lt;br /&gt;COMP Compare the contents of two files or sets of files&lt;br /&gt;&lt;br /&gt;COMPACT Compress files or folders on an NTFS partition&lt;br /&gt;&lt;br /&gt;COMPRESS Compress individual files on an NTFS partition&lt;br /&gt;&lt;br /&gt;CON2PRT Connect or disconnect a Printer&lt;br /&gt;&lt;br /&gt;CONVERT Convert a FAT drive to NTFS.&lt;br /&gt;&lt;br /&gt;COPY Copy one or more files to another location•&lt;br /&gt;&lt;br /&gt;CSCcmd Client-side caching (Offline Files)&lt;br /&gt;&lt;br /&gt;CSVDE Import or Export Active Directory data &lt;br /&gt;&lt;br /&gt;d&lt;br /&gt;&lt;br /&gt;DATE Display or set the date•&lt;br /&gt;&lt;br /&gt;DEFRAG Defragment hard drive&lt;br /&gt;&lt;br /&gt;DEL Delete one or more files•&lt;br /&gt;&lt;br /&gt;DELPROF Delete NT user profiles&lt;br /&gt;&lt;br /&gt;DELTREE Delete a folder and all subfolders&lt;br /&gt;&lt;br /&gt;DevCon Device Manager Command Line Utility &lt;br /&gt;&lt;br /&gt;DIR Display a list of files and folders•&lt;br /&gt;&lt;br /&gt;DIRUSE Display disk usage&lt;br /&gt;&lt;br /&gt;DISKCOMP Compare the contents of two floppy disks&lt;br /&gt;&lt;br /&gt;DISKCOPY Copy the contents of one floppy disk to another&lt;br /&gt;&lt;br /&gt;DISKPART Disk Administration&lt;br /&gt;&lt;br /&gt;DNSSTAT DNS Statistics&lt;br /&gt;&lt;br /&gt;DOSKEY Edit command line, recall commands, and create macros&lt;br /&gt;&lt;br /&gt;DSACLs Active Directory ACLs&lt;br /&gt;&lt;br /&gt;DSAdd Add items to active directory (user group computer) &lt;br /&gt;&lt;br /&gt;DSGet View items in active directory (user group computer)&lt;br /&gt;&lt;br /&gt;DSQuery Search for items in active directory (user group computer)&lt;br /&gt;&lt;br /&gt;DSMod Modify items in active directory (user group computer)&lt;br /&gt;&lt;br /&gt;DSMove Move an Active directory Object&lt;br /&gt;&lt;br /&gt;DSRM Remove items from Active Directory&lt;br /&gt;&lt;br /&gt;e&lt;br /&gt;&lt;br /&gt;ECHO Display message on screen•&lt;br /&gt;&lt;br /&gt;ENDLOCAL End localisation of environment changes in a batch file•&lt;br /&gt;&lt;br /&gt;ERASE Delete one or more files•&lt;br /&gt;&lt;br /&gt;EVENTCREATE Add a message to the Windows event log&lt;br /&gt;&lt;br /&gt;EXIT Quit the current script/routine and set an errorlevel•&lt;br /&gt;&lt;br /&gt;EXPAND Uncompress files&lt;br /&gt;&lt;br /&gt;EXTRACT Uncompress CAB files&lt;br /&gt;&lt;br /&gt;f&lt;br /&gt;&lt;br /&gt;FC Compare two files&lt;br /&gt;&lt;br /&gt;FIND Search for a text string in a file&lt;br /&gt;&lt;br /&gt;FINDSTR Search for strings in files&lt;br /&gt;&lt;br /&gt;FOR /F Loop command: against a set of files•&lt;br /&gt;&lt;br /&gt;FOR /F Loop command: against the results of another command•&lt;br /&gt;&lt;br /&gt;FOR Loop command: all options Files, Directory, List•&lt;br /&gt;&lt;br /&gt;FORFILES Batch process multiple files&lt;br /&gt;&lt;br /&gt;FORMAT Format a disk&lt;br /&gt;&lt;br /&gt;FREEDISK Check free disk space (in bytes)&lt;br /&gt;&lt;br /&gt;FSUTIL File and Volume utilities&lt;br /&gt;&lt;br /&gt;FTP File Transfer Protocol&lt;br /&gt;&lt;br /&gt;FTYPE Display or modify file types used in file extension associations•&lt;br /&gt;&lt;br /&gt;g&lt;br /&gt;&lt;br /&gt;GLOBAL Display membership of global groups&lt;br /&gt;&lt;br /&gt;GOTO Direct a batch program to jump to a labelled line•&lt;br /&gt;&lt;br /&gt;GPUPDATE Update Group Policy settings&lt;br /&gt;&lt;br /&gt;h&lt;br /&gt;&lt;br /&gt;HELP Online Help&lt;br /&gt;&lt;br /&gt;i&lt;br /&gt;&lt;br /&gt;iCACLS Change file and folder permissions&lt;br /&gt;&lt;br /&gt;IF Conditionally perform a command•&lt;br /&gt;&lt;br /&gt;IFMEMBER Is the current user in an NT Workgroup&lt;br /&gt;&lt;br /&gt;IPCONFIG Configure IP&lt;br /&gt;&lt;br /&gt;k&lt;br /&gt;&lt;br /&gt;KILL Remove a program from memory&lt;br /&gt;&lt;br /&gt;l&lt;br /&gt;&lt;br /&gt;LABEL Edit a disk label&lt;br /&gt;&lt;br /&gt;LOCAL Display membership of local groups&lt;br /&gt;&lt;br /&gt;LOGEVENT Write text to the NT event viewer&lt;br /&gt;&lt;br /&gt;LOGOFF Log a user off&lt;br /&gt;&lt;br /&gt;LOGTIME Log the date and time in a file&lt;br /&gt;&lt;br /&gt;m&lt;br /&gt;&lt;br /&gt;MAPISEND Send email from the command line&lt;br /&gt;&lt;br /&gt;MBSAcli Baseline Security Analyzer. &lt;br /&gt;&lt;br /&gt;MEM Display memory usage&lt;br /&gt;&lt;br /&gt;MD Create new folders•&lt;br /&gt;&lt;br /&gt;MKLINK Create a symbolic link (linkd)&lt;br /&gt;&lt;br /&gt;MODE Configure a system device&lt;br /&gt;&lt;br /&gt;MORE Display output, one screen at a time&lt;br /&gt;&lt;br /&gt;MOUNTVOL Manage a volume mount point&lt;br /&gt;&lt;br /&gt;MOVE Move files from one folder to another•&lt;br /&gt;&lt;br /&gt;MOVEUSER Move a user from one domain to another&lt;br /&gt;&lt;br /&gt;MSG Send a message&lt;br /&gt;&lt;br /&gt;MSIEXEC Microsoft Windows Installer&lt;br /&gt;&lt;br /&gt;MSINFO Windows NT diagnostics&lt;br /&gt;&lt;br /&gt;MSTSC Terminal Server Connection (Remote Desktop Protocol)&lt;br /&gt;&lt;br /&gt;MUNGE Find and Replace text within file(s)&lt;br /&gt;&lt;br /&gt;MV Copy in-use files&lt;br /&gt;&lt;br /&gt;n&lt;br /&gt;&lt;br /&gt;NET Manage network resources&lt;br /&gt;&lt;br /&gt;NETDOM Domain Manager&lt;br /&gt;&lt;br /&gt;NETSH Configure Network Interfaces, Windows Firewall &amp;amp; Remote access&lt;br /&gt;&lt;br /&gt;NETSVC Command-line Service Controller&lt;br /&gt;&lt;br /&gt;NBTSTAT Display networking statistics (NetBIOS over TCP/IP)&lt;br /&gt;&lt;br /&gt;NETSTAT Display networking statistics (TCP/IP)&lt;br /&gt;&lt;br /&gt;NOW Display the current Date and Time &lt;br /&gt;&lt;br /&gt;NSLOOKUP Name server lookup&lt;br /&gt;&lt;br /&gt;NTBACKUP Backup folders to tape&lt;br /&gt;&lt;br /&gt;NTRIGHTS Edit user account rights&lt;br /&gt;&lt;br /&gt;o&lt;br /&gt;&lt;br /&gt;OPENFILES Query or display open files&lt;br /&gt;&lt;br /&gt;p&lt;br /&gt;&lt;br /&gt;PATH Display or set a search path for executable files•&lt;br /&gt;&lt;br /&gt;PATHPING Trace route plus network latency and packet loss&lt;br /&gt;&lt;br /&gt;PAUSE Suspend processing of a batch file and display a message•&lt;br /&gt;&lt;br /&gt;PERMS Show permissions for a user&lt;br /&gt;&lt;br /&gt;PERFMON Performance Monitor&lt;br /&gt;&lt;br /&gt;PING Test a network connection&lt;br /&gt;&lt;br /&gt;POPD Restore the previous value of the current directory saved by PUSHD•&lt;br /&gt;&lt;br /&gt;PORTQRY Display the status of ports and services&lt;br /&gt;&lt;br /&gt;POWERCFG Configure power settings&lt;br /&gt;&lt;br /&gt;PRINT Print a text file&lt;br /&gt;&lt;br /&gt;PRNCNFG Display, configure or rename a printer&lt;br /&gt;&lt;br /&gt;PRNMNGR Add, delete, list printers set the default printer&lt;br /&gt;&lt;br /&gt;PROMPT Change the command prompt•&lt;br /&gt;&lt;br /&gt;PsExec Execute process remotely&lt;br /&gt;&lt;br /&gt;PsFile Show files opened remotely&lt;br /&gt;&lt;br /&gt;PsGetSid Display the SID of a computer or a user&lt;br /&gt;&lt;br /&gt;PsInfo List information about a system&lt;br /&gt;&lt;br /&gt;PsKill Kill processes by name or process ID&lt;br /&gt;&lt;br /&gt;PsList List detailed information about processes&lt;br /&gt;&lt;br /&gt;PsLoggedOn Who's logged on (locally or via resource sharing)&lt;br /&gt;&lt;br /&gt;PsLogList Event log records&lt;br /&gt;&lt;br /&gt;PsPasswd Change account password&lt;br /&gt;&lt;br /&gt;PsService View and control services&lt;br /&gt;&lt;br /&gt;PsShutdown Shutdown or reboot a computer&lt;br /&gt;&lt;br /&gt;PsSuspend Suspend processes&lt;br /&gt;&lt;br /&gt;PUSHD Save and then change the current directory•&lt;br /&gt;&lt;br /&gt;q&lt;br /&gt;&lt;br /&gt;QGREP Search file(s) for lines that match a given pattern.&lt;br /&gt;&lt;br /&gt;r&lt;br /&gt;&lt;br /&gt;RASDIAL Manage RAS connections&lt;br /&gt;&lt;br /&gt;RASPHONE Manage RAS connections&lt;br /&gt;&lt;br /&gt;RECOVER Recover a damaged file from a defective disk.&lt;br /&gt;&lt;br /&gt;REG Registry: Read, Set, Export, Delete keys and values&lt;br /&gt;&lt;br /&gt;REGEDIT Import or export registry settings&lt;br /&gt;&lt;br /&gt;REGSVR32 Register or unregister a DLL&lt;br /&gt;&lt;br /&gt;REGINI Change Registry Permissions&lt;br /&gt;&lt;br /&gt;REM Record comments (remarks) in a batch file•&lt;br /&gt;&lt;br /&gt;REN Rename a file or files•&lt;br /&gt;&lt;br /&gt;REPLACE Replace or update one file with another&lt;br /&gt;&lt;br /&gt;RD Delete folder(s)•&lt;br /&gt;&lt;br /&gt;RMTSHARE Share a folder or a printer&lt;br /&gt;&lt;br /&gt;ROBOCOPY Robust File and Folder Copy&lt;br /&gt;&lt;br /&gt;ROUTE Manipulate network routing tables&lt;br /&gt;&lt;br /&gt;RUNAS Execute a program under a different user account&lt;br /&gt;&lt;br /&gt;RUNDLL32 Run a DLL command (add/remove print connections)&lt;br /&gt;&lt;br /&gt;s&lt;br /&gt;&lt;br /&gt;SC Service Control&lt;br /&gt;&lt;br /&gt;SCHTASKS Schedule a command to run at a specific time&lt;br /&gt;&lt;br /&gt;SCLIST Display NT Services&lt;br /&gt;&lt;br /&gt;SET Display, set, or remove environment variables•&lt;br /&gt;&lt;br /&gt;SETLOCAL Control the visibility of environment variables•&lt;br /&gt;&lt;br /&gt;SETX Set environment variables permanently&lt;br /&gt;&lt;br /&gt;SFC System File Checker &lt;br /&gt;&lt;br /&gt;SHARE List or edit a file share or print share&lt;br /&gt;&lt;br /&gt;SHIFT Shift the position of replaceable parameters in a batch file•&lt;br /&gt;&lt;br /&gt;SHORTCUT Create a windows shortcut (.LNK file)&lt;br /&gt;&lt;br /&gt;SHOWGRPS List the NT Workgroups a user has joined&lt;br /&gt;&lt;br /&gt;SHOWMBRS List the Users who are members of a Workgroup&lt;br /&gt;&lt;br /&gt;SHUTDOWN Shutdown the computer&lt;br /&gt;&lt;br /&gt;SLEEP Wait for x seconds&lt;br /&gt;&lt;br /&gt;SLMGR Software Licensing Management (Vista/2008)&lt;br /&gt;&lt;br /&gt;SOON Schedule a command to run in the near future&lt;br /&gt;&lt;br /&gt;SORT Sort input&lt;br /&gt;&lt;br /&gt;START Start a program or command in a separate window•&lt;br /&gt;&lt;br /&gt;SU Switch User&lt;br /&gt;&lt;br /&gt;SUBINACL Edit file and folder Permissions, Ownership and Domain&lt;br /&gt;&lt;br /&gt;SUBST Associate a path with a drive letter&lt;br /&gt;&lt;br /&gt;SYSTEMINFO List system configuration&lt;br /&gt;&lt;br /&gt;t&lt;br /&gt;&lt;br /&gt;TASKLIST List running applications and services&lt;br /&gt;&lt;br /&gt;TASKKILL Remove a running process from memory&lt;br /&gt;&lt;br /&gt;TIME Display or set the system time•&lt;br /&gt;&lt;br /&gt;TIMEOUT Delay processing of a batch file&lt;br /&gt;&lt;br /&gt;TITLE Set the window title for a CMD.EXE session•&lt;br /&gt;&lt;br /&gt;TLIST Task list with full path&lt;br /&gt;&lt;br /&gt;TOUCH Change file timestamps &lt;br /&gt;&lt;br /&gt;TRACERT Trace route to a remote host&lt;br /&gt;&lt;br /&gt;TREE Graphical display of folder structure&lt;br /&gt;&lt;br /&gt;TYPE Display the contents of a text file•&lt;br /&gt;&lt;br /&gt;u&lt;br /&gt;&lt;br /&gt;USRSTAT List domain usernames and last login&lt;br /&gt;&lt;br /&gt;v&lt;br /&gt;&lt;br /&gt;VER Display version information•&lt;br /&gt;&lt;br /&gt;VERIFY Verify that files have been saved•&lt;br /&gt;&lt;br /&gt;VOL Display a disk label•&lt;br /&gt;&lt;br /&gt;w&lt;br /&gt;&lt;br /&gt;WHERE Locate and display files in a directory tree&lt;br /&gt;&lt;br /&gt;WHOAMI Output the current UserName and domain&lt;br /&gt;&lt;br /&gt;WINDIFF Compare the contents of two files or sets of files&lt;br /&gt;&lt;br /&gt;WINMSD Windows system diagnostics&lt;br /&gt;&lt;br /&gt;WINMSDP Windows system diagnostics II&lt;br /&gt;&lt;br /&gt;WMIC WMI Commands&lt;br /&gt;&lt;br /&gt;x&lt;br /&gt;&lt;br /&gt;XCACLS Change file and folder permissions&lt;br /&gt;&lt;br /&gt;XCOPY Copy files and folders&lt;br /&gt;&lt;br /&gt;:: Comment / Remark•&lt;br /&gt;&lt;br /&gt;Commands marked • are Internal commands only available within the CMD shell.&lt;br /&gt;&lt;br /&gt;All other commands (not marked with •) are external commands which may be used under the CMD shell, PowerShell, or directly from START-RUN.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Murtaza Jarwar&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-108672904189591091?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/108672904189591091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/108672904189591091'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/09/a-z-index-of-windows-xp-command-line.html' title='An A-Z Index of the Windows XP command line “ All Run Commands” In One Page'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2669452256239476123</id><published>2010-09-05T22:07:00.001-07:00</published><updated>2010-09-05T22:18:26.972-07:00</updated><title type='text'>All  Newton’s Law  “MJ BLOG  The Forum of Science ”</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 468x15, created 9/5/10 */google_ad_slot = "6586695252";google_ad_width = 468;google_ad_height = 15;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;span xmlns=''&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;According to Newton's first law... &lt;br /&gt;&lt;/p&gt;&lt;p&gt;An object at rest will remain at rest unless acted on by an unbalanced force. An object in motion continues in motion with the same speed and in the same direction unless acted upon by an unbalanced force. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;This law is often called &lt;br /&gt;&lt;/p&gt;&lt;p&gt;"the law of inertia". &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;What does this mean? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;This means that there is a natural tendency of objects to keep on doing what they're doing. All objects resist changes in their state of motion. In the absence of an unbalanced force, an object in motion will maintain this state of motion. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Let's study the "skater" to understand this a little better. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;What is the motion in this picture? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;What is the unbalanced force in this picture? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;What happened to the skater in this picture? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;This law is the same reason why you should always wear your seatbelt. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Now that you understand &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Newton's First Law of Motion,&lt;br /&gt;&lt;/p&gt;&lt;p&gt;let's go on to his Second Law of Motion. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p style='text-align: right'&gt;Murtaza Jarwar&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2669452256239476123?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2669452256239476123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2669452256239476123'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/09/all-newtons-law-mj-blog-forum-of.html' title='All  Newton’s Law  “MJ BLOG  The Forum of Science ”'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2045074641571845195</id><published>2010-09-05T18:21:00.001-07:00</published><updated>2010-09-05T18:21:18.043-07:00</updated><title type='text'>Learn about Warid  Hack  GPRS For Your Mobile</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Warid's Glow Free GPRS hack is on the rise these days, many well-known forums have made image guided and video lessons to teach you how to activate this hack and how to use the GPRS for free to connect PC internet, some individuals also released modded versions of many java apps.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Warid's Glow Free GPRS hack is on the rise these days, many well-known forums have made image guided and video lessons to teach you how to activate this hack and how to use the GPRS for free to connect PC internet, some individuals also released modded versions of many java apps.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;What Free GPRS Hack?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;All you need is a Warid sim with zero balance and with Glow package activated on it. You can either use the default apn or can change it to blank or "warid", turn off any proxy, and you are good to go.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This hack works with proxy websites so in order to browse you first need to connect to a proxy site.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Open your mobile default browser and type&lt;br /&gt;&lt;/p&gt;&lt;p&gt;http://glow.pk.concealme.com/ or http://glow.pk.t9space.com, you can also join other proxy sites with glow.pk to get it working, This will take you to the proxy site where you can enter any website's address and can browse for free.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;You can also edit regular java apps like opera mini, bolt, and Ucweb etc to work with this hack.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Note:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Try using this hack only when your balance is zero. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;This hack will not work if you have any bundle sms package activated. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Using the proxy sites/modded applications can result in theft of your private data/ passwords, so use it at your own risk. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Why these hacks do came out?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;There is a common perception that evil geniuses who always try to find backdoors and flaws in systems find these hacks, on the other hand, some people think that the companies themselves spread these hacks.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Some may think that why would these companies do this, and answer can be that as you know GPRS/Edge culture is still not popular in Pakistan, because of costs and lack of knowledge. Therefore, when one finds it free, obviously, he/she is going to use it, then they tell it to their friends, creating awareness for the service.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Moreover, this also helps in testing network load, strengths, and weakness of the system when there is network congestion&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Murtaza Jarwar&lt;/strong&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2045074641571845195?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2045074641571845195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2045074641571845195'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/09/learn-about-warid-hack-gprs-for-your.html' title='Learn about Warid  Hack  GPRS For Your Mobile'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-8242449869328116956</id><published>2010-09-05T18:00:00.001-07:00</published><updated>2010-09-05T18:27:07.938-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Hack Warid Free GPRSFor Your Mobile and Computer 2010 (Updated)</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 200x200, created 9/5/10 */google_ad_slot = "2786351579";google_ad_width = 200;google_ad_height = 200;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;Warid's Glow Free GPRS hack is on the rise these days, many well-known forums have made image guided and video lessons to teach you how to activate this hack and how to use the GPRS for free to connect PC internet, some individuals also released modded versions of many java apps.&lt;br /&gt;&lt;br /&gt;Warid's Glow Free GPRS hack is on the rise these days, many well-known forums have made image guided and video lessons to teach you how to activate this hack and how to use the GPRS for free to connect PC internet, some individuals also released modded versions of many java apps.&lt;br /&gt;What Free GPRS Hack?&lt;br /&gt;All you need is a Warid sim with zero balance and with Glow package activated on it. You can either use the default apn or can change it to blank or "warid", turn off any proxy, and you are good to go.&lt;br /&gt;This hack works with proxy websites so in order to browse you first need to connect to a proxy site.&lt;br /&gt;Open your mobile default browser and type&lt;br /&gt;http://glow.pk.concealme.com/ or http://glow.pk.t9space.com, you can also join other proxy sites with glow.pk to get it working, This will take you to the proxy site where you can enter any website's address and can browse for free.&lt;br /&gt;You can also edit regular java apps like opera mini, bolt, and Ucweb etc to work with this hack.&lt;br /&gt;Note:&lt;br /&gt;Try using this hack only when your balance is zero. &lt;br /&gt;This hack will not work if you have any bundle sms package activated. &lt;br /&gt;Using the proxy sites/modded applications can result in theft of your private data/ passwords, so use it at your own risk. &lt;br /&gt;Why these hacks do came out?&lt;br /&gt;There is a common perception that evil geniuses who always try to find backdoors and flaws in systems find these hacks, on the other hand, some people think that the companies themselves spread these hacks.&lt;br /&gt;Some may think that why would these companies do this, and answer can be that as you know GPRS/Edge culture is still not popular in Pakistan, because of costs and lack of knowledge. Therefore, when one finds it free, obviously, he/she is going to use it, then they tell it to their friends, creating awareness for the service.&lt;br /&gt;Moreover, this also helps in testing network load, strengths, and weakness of the system when there is network congestion&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;strong&gt;Murtaza Jarwar&lt;/strong&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-8242449869328116956?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8242449869328116956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8242449869328116956'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/09/hack-warid-free-gprsfor-your-mobile-and.html' title='Hack Warid Free GPRSFor Your Mobile and Computer 2010 (Updated)'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7654321194784123648</id><published>2010-09-05T04:22:00.000-07:00</published><updated>2010-09-05T04:22:21.959-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Zong Free Internet 2010 with  MJBLOG Hack Tools</title><content type='html'>New Zong MJBog Hack Tool&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7114139669125220";/* 468x15, created 9/5/10 */google_ad_slot = "6586695252";google_ad_width = 468;google_ad_height = 15;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;It has been reported that the Zong Free GPRS hack has been completely blocked now. This hack was very famous among Pakistani youth; many well-known forums have made image guided and video lessons to teach you how to activate this hack. The duration of the hack was more than 1 year.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What was the hack?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The hack was very simple. You just had to do some changes in Access Point (APN Settings) to make them use zong mms settings. This way you were not charged and you could use Zong’s Edge/Gprs free of cost, even when you had credit in your account. Because the system does not recognize your status.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The first hack was that you change the apn from zongwap to zongmms. This hack was blocked shortly after it came to public forums. &lt;br /&gt;&lt;br /&gt;The second hack was to change the apn to zongmms but also giving two blank lines above. &lt;br /&gt;&lt;br /&gt;What you got? What you lost?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The people using this hack were 99.9% prepaid users, so no matter for what duration and what volumes they have used they are not going to pay for it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The hack was blocked about 2 days ago, so those people who did not noticed it lost their balance in their accounts. As Zong started charging them as per regular tariff.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Why these hacks do came out?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There is a common perception that evil geniuses who always try to find backdoors and flaws in systems find these hacks, on the other hand, some people think that the companies themselves spread these hacks; the next question may be why they do this. The answer can be that as you know GPRS/Edge culture is still not popular in Pakistan, because of costs and lack of knowledge. Therefore, when one finds it free, obviously, he/she is going to use it, then they tell it to their friends, creating awareness for the service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Moreover, this also helps in testing network load, strengths, and weakness of the system when there is network congestion.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What to do now?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For those who were using it, do not lose the hope, may be more hacks will out soon, or you can opt for paid GPRS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As zong is providing different packages for both postpaid and prepaid customers&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ZONG Unlimited &lt;br /&gt;&lt;br /&gt;ZONG Monthly Package &lt;br /&gt;&lt;br /&gt;ZONG Hourly package &lt;br /&gt;&lt;br /&gt;Below is latest TVC for Zong Gprs&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7654321194784123648?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7654321194784123648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7654321194784123648'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/09/zong-free-internet-2010-with-mjblog.html' title='Zong Free Internet 2010 with  MJBLOG Hack Tools'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5796556752733699375</id><published>2010-09-05T04:04:00.000-07:00</published><updated>2010-09-05T04:04:08.351-07:00</updated><title type='text'>Now Use Ufone Free Internet On Your PC &amp; Mobile 2010 Updated 100%working</title><content type='html'>A very amazing offer for Ufone users, which is that they can use GPRS over their Ufone numbers for FREE. Remember it’s a trick, not an official offer from Ufone…&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A user has found this bug in Ufone’s GPRS network, and claims that it works fine. I personally tested it and found it working…&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Updated: September 13, 2009&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Homepage: wap.ufone.com&lt;br /&gt;&lt;br /&gt;User: ufone&lt;br /&gt;&lt;br /&gt;Password: ufone&lt;br /&gt;&lt;br /&gt;IP Address: 172.016.013.023&lt;br /&gt;&lt;br /&gt;Proxy: 8080&lt;br /&gt;&lt;br /&gt;Access Point: ufone.ppt.wap2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To enjoy FREE GPRS follow below steps&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First of all activate your GPRS (if your GPRS is already active, then skip this process and start from point 5) &lt;br /&gt;&lt;br /&gt;Send a SMS in following Pattern [manufacturer(e.g.nokia)&lt;space&gt;model] and send it to 222 &lt;br /&gt;&lt;br /&gt;You will get the GPRS setting through an SMS &lt;br /&gt;&lt;br /&gt;Save this SMS – Until now, your GPRS is activated and you can use GPRS, but it won’t be free. You will be billed as PKR 15 per 1 MB download &lt;br /&gt;&lt;br /&gt;Now the trick starts &lt;br /&gt;&lt;br /&gt;Go to tools&amp;gt; settings&amp;gt; connections&amp;gt; Ufone GPRS&amp;gt; Edit Ufone GPRS and write APN(Access Point Name) ufone.pmms – Previously it would be ufone.pwap &lt;br /&gt;&lt;br /&gt;You are ready and can start using FREE GPRS &lt;br /&gt;&lt;br /&gt;To use messengers go to Tools&amp;gt; Setting&amp;gt; Connection&amp;gt; Ufone GPRS&amp;gt; Options&amp;gt; Advance Setting and Change DNS &lt;br /&gt;&lt;br /&gt;primary 172.16.13.21 &lt;br /&gt;&lt;br /&gt;2ndary 172.16.13.119 &lt;br /&gt;&lt;br /&gt;This hack works perfectly fine, so start enjoying the FREE GRPS Internet. If you are a postpaid user, better give a try on prepaid number before start using it on your postpaid number.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you get server timeout message, don’t worry; that just a temporary down time, in such a case wait for couple of hours and your free internet will be available again.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Let me know if someone faces problems, so i may update the post; remember, its a hack and may stop working anytime.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Keep enjoying FREE GPRS INTERNET&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Update: (July 15, 2008): This trick does not work anymore. I am trying to find out any new way for Free GPRS Internet on Ufone. If any one knows, then please share the trick with us. Thanks&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5796556752733699375?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5796556752733699375'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5796556752733699375'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/09/now-use-ufone-free-internet-on-your-pc.html' title='Now Use Ufone Free Internet On Your PC &amp; Mobile 2010 Updated 100%working'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-9139984784765354926</id><published>2010-08-17T23:16:00.001-07:00</published><updated>2011-01-01T02:55:07.209-08:00</updated><title type='text'>Unlock Your NOkia Mobile in 2 Minute</title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-9139984784765354926?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.ulearin-it.blogspot.com' title='Unlock Your NOkia Mobile in 2 Minute'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/9139984784765354926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/9139984784765354926'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/08/unlock-your-nokia-mobile-in-2-minute.html' title='Unlock Your NOkia Mobile in 2 Minute'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1323975217707636502</id><published>2010-08-16T23:58:00.001-07:00</published><updated>2011-01-01T02:55:07.214-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Unlock_your Nokia Mobile Security Code Just 2 Minute</title><content type='html'>Download File &lt;br /&gt;&lt;br /&gt;You will need a card reader to perform this operation.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) Remove memory card from your locked Nokia mobile phone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) Put your card into card reader and connect it with your computer. Create&lt;br /&gt;&lt;br /&gt;the directory SystemRecogs and copy thc-nokia-unlock.mdl into this directory. So at the end your file will be in System/recogs directory of your mmc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3) Remove the Memory Card and place it into the locked phone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) Now start your locked phone and wait for some time when it asks for the code. Let this tool reset the code for you. Wait for 2 minutes and then enter 12345 in the code box.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5) Done. Your security code will be reset to 12345.&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This method is tested on Nokia N72 and it’s 100% working. Ask me if you need any help on this&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1323975217707636502?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1323975217707636502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1323975217707636502'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/08/unlockyour-nokia-mobile-security-code.html' title='Unlock_your Nokia Mobile Security Code Just 2 Minute'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-8303358645591050416</id><published>2010-08-16T23:45:00.001-07:00</published><updated>2011-01-01T02:55:07.217-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Murtaza Jarwar'/><title type='text'>Unlock Your Nokia Mobile Security Code Just 2 Minute</title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-8303358645591050416?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.ulearn-it.blogspot.com' title='Unlock Your Nokia Mobile Security Code Just 2 Minute'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8303358645591050416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8303358645591050416'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/08/unlock-your-nokia-mobile-security-code.html' title='Unlock Your Nokia Mobile Security Code Just 2 Minute'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7520478005148447991</id><published>2010-06-29T21:56:00.000-07:00</published><updated>2010-06-29T21:56:21.658-07:00</updated><title type='text'>Win a Free Lapop Now</title><content type='html'>Visit This Link and Singn up&amp;nbsp; Free laptop.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.jarwaritforum.blogspot.com/"&gt;http://www.jarwaritforum.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Murtaza Jarwar&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7520478005148447991?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7520478005148447991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7520478005148447991'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/06/win-free-lapop-now.html' title='Win a Free Lapop Now'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5710800006024972482</id><published>2010-06-04T22:11:00.000-07:00</published><updated>2010-06-04T22:11:26.143-07:00</updated><title type='text'>LEarn about Adsense Full review</title><content type='html'>Dear Frinedz U Can Learn about Adsense&amp;nbsp; Throug this Blog&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ulearn-it.blogspot.com/"&gt;http://www.ulearn-it.blogspot.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5710800006024972482?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5710800006024972482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5710800006024972482'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2010/06/learn-about-adsense-full-review.html' title='LEarn about Adsense Full review'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5568249943012482744</id><published>2009-12-27T10:20:00.003-08:00</published><updated>2009-12-27T10:20:51.828-08:00</updated><title type='text'>How to Connect Your PC to Your TV</title><content type='html'>Today, DVD player is a standard hardware in PC and using it will eliminate the extra expenditure on buying 50 to 100 dollar DVD player. In addition to watching cable television programs, one can watch a lot of network television programs that stream over the Internet on the TV itself. Finally, connecting PC to TV is a great way to play music during parties.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Requirements&lt;br /&gt;&lt;br /&gt;You can connect your PC or a laptop to TV, if the PC has Windows XP or above. There are many ways to connect a PC to a TV, all the needed is the proper cabling.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Check the TV and PC features to see exactly what is required to connect. If it is an older TV, it may have only a composite connection (three wire cable with red, yellow, white connectors). Newer TV's will usually have HDMI, component, VGA, and/or DVI inputs. Modern computers will have VGA or DVI outputs. A lot of laptops will also have S-Video or some variant of Mini/Micro-DVI.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TV with a VGA or DVI input is the best-case scenario. In this case, an adaptor is not required but an additional audio cable is required. Check the TV for either a 3.5mm stereo plug or the white and red plugs from a composite cable associated with the VGA/DVI input. If it is the red/white composite audio inputs, the cable will have to be red/white plug on one end and a 3.5mm stereo plug on the other. The 3.5mm plug will go into the PC’s headphone/speaker output socket.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another best-case scenario would be if the PC has an HDMI or DVI (with sound) output and the TV has an HDMI input. For this scenario all the needed is an HDMI cable or an HDMI cable plus a DVI to HDMI adaptor. For the rest of the connections suitable adaptor is required.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The PC Settings&lt;br /&gt;&lt;br /&gt;Once the connections are made, there is just one last step to get the PC display on the TV. For this the PC display settings are to be configured. Follow the steps below -&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;· Go to Menu -&amp;gt; Settings -&amp;gt; Control Panel -&amp;gt; select Display. Select the Settings tab and click the ‘Advanced’ button. &lt;br /&gt;&lt;br /&gt;· The options displayed in the dialog box vary based on the video graphics card.&lt;br /&gt;&lt;br /&gt;· Find the tab that is specific to the video graphics card. It will usually have the manufacturers name on the tab. &lt;br /&gt;&lt;br /&gt;· In the graphics card tab, see if it has options such as Clone or Dual or Multiple Display, etc.&lt;br /&gt;&lt;br /&gt;Check the appropriate box or radio button for the desired configuration and click Apply.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Older TVs won’t display high resolution. Also, some newer TVs will only accept certain resolutions. If the display does not work right away, try changing the resolution. If that still doesn’t work, try rebooting the PC with TV connected. The PC may auto detect the display and configure it for you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5568249943012482744?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.mjarwar.blogspot.com' title='How to Connect Your PC to Your TV'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5568249943012482744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5568249943012482744'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/12/how-to-connect-your-pc-to-your-tv.html' title='How to Connect Your PC to Your TV'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-564994714295384019</id><published>2009-12-27T10:20:00.001-08:00</published><updated>2011-01-01T02:55:07.223-08:00</updated><title type='text'></title><content type='html'>Today, DVD player is a standard hardware in PC and using it will eliminate the extra expenditure on buying 50 to 100 dollar DVD player. In addition to watching cable television programs, one can watch a lot of network television programs that stream over the Internet on the TV itself. Finally, connecting PC to TV is a great way to play music during parties.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Requirements&lt;br /&gt;&lt;br /&gt;You can connect your PC or a laptop to TV, if the PC has Windows XP or above. There are many ways to connect a PC to a TV, all the needed is the proper cabling.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Check the TV and PC features to see exactly what is required to connect. If it is an older TV, it may have only a composite connection (three wire cable with red, yellow, white connectors). Newer TV's will usually have HDMI, component, VGA, and/or DVI inputs. Modern computers will have VGA or DVI outputs. A lot of laptops will also have S-Video or some variant of Mini/Micro-DVI.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TV with a VGA or DVI input is the best-case scenario. In this case, an adaptor is not required but an additional audio cable is required. Check the TV for either a 3.5mm stereo plug or the white and red plugs from a composite cable associated with the VGA/DVI input. If it is the red/white composite audio inputs, the cable will have to be red/white plug on one end and a 3.5mm stereo plug on the other. The 3.5mm plug will go into the PC’s headphone/speaker output socket.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another best-case scenario would be if the PC has an HDMI or DVI (with sound) output and the TV has an HDMI input. For this scenario all the needed is an HDMI cable or an HDMI cable plus a DVI to HDMI adaptor. For the rest of the connections suitable adaptor is required.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The PC Settings&lt;br /&gt;&lt;br /&gt;Once the connections are made, there is just one last step to get the PC display on the TV. For this the PC display settings are to be configured. Follow the steps below -&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;· Go to Menu -&amp;gt; Settings -&amp;gt; Control Panel -&amp;gt; select Display. Select the Settings tab and click the ‘Advanced’ button. &lt;br /&gt;&lt;br /&gt;· The options displayed in the dialog box vary based on the video graphics card.&lt;br /&gt;&lt;br /&gt;· Find the tab that is specific to the video graphics card. It will usually have the manufacturers name on the tab. &lt;br /&gt;&lt;br /&gt;· In the graphics card tab, see if it has options such as Clone or Dual or Multiple Display, etc.&lt;br /&gt;&lt;br /&gt;Check the appropriate box or radio button for the desired configuration and click Apply.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Older TVs won’t display high resolution. Also, some newer TVs will only accept certain resolutions. If the display does not work right away, try changing the resolution. If that still doesn’t work, try rebooting the PC with TV connected. The PC may auto detect the display and configure it for you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-564994714295384019?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/564994714295384019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/564994714295384019'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/12/today-dvd-player-is-standard-hardware.html' title=''/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-3655602570242423932</id><published>2009-11-30T10:50:00.001-08:00</published><updated>2009-11-30T10:50:41.756-08:00</updated><title type='text'>How to send SMS from Microsoft Outlook 2007</title><content type='html'>Introduction &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;E-mail is considered to be the most widespread message sending method on the Internet. Despite of its popularity it has its disadvantages regarding its availability. E-mail messages can only be accessed through the internet therefore if there is no network connection important messages can not be received or even delivered. Ozeki NG SMS Gateway offers an application which adds SMS functionality to an e-mail service. In this overview you can learn about this application alongside with its benefits and fields of application.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fields of applications&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SMS messaging is a widely used communication mechanism both in business and everyday life. That is why SMS technology is welcomed in business sector also as it is one of the simplest and quickest communication method today. But there is still an urgent need to connect computers with mobile phones. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Microsoft Office Outlook 2007 includes a new feature among its services which can be a solution for this problem. It is called Outlook Mobile Service. With the help of this application it is possible to create and send SMS text messages to mobile devices from your computer. In this way e-mail messages, reminders and calendar entries can be forwarded to your mobile device when you are away from the office. Therefore you will be available in all the time and you will never miss important events or meetings. In this way Outlook Mobile Services can function as a complete personal information manager. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;These excellent features can be achieved with the use of an SMS gateway software. This software will provide the necessary SMS functionality to your corporate IT system. Therefore you will be able to send and receive SMS messages from your computer to mobile phones. This SMS functionality makes you possible to be always available even if you are away from the office. Furthermore, with SMS technology you can keep in touch with your colleagues, customers, business partners. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ozeki NG SMS Gateway is a software which is able to meet the above mentioned properties to provide SMS extension to your corporate IT environment. Using an SMS gateway software also makes bi-directional communication possible. This means that a text message is sent from your computer (from Outlook) is received on a mobile phone. The user of the phone can reply to this text message and this reply will be sent to the sender's mobile phone. If you decide to implement this solution you will get a stable and well-functioning system to improve communication within and outside of your company. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Benefits&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;By combining Ozeki NG SMS Gateway with Outlook Mobile Services you will gain a modern information manager system. You will be able to forward your important calendar entries, urgent reminders or even received e-mail messages as an SMS message. In this way you can save time and money as you always be up-to-date, prepared and well-informed. It is also possible to send one message to more than one mobile phones and to e-mail addresses at the very same time. So you do not need to send a message twice or more if there are numbers of recipients. Moreover you do not need to choose from the sending methods as you can send your message both as SMS and e-mail message. With this solution you will always be available. You also can improve your corporate communication as SMS messages are simple but still very effective and quick methods of communication. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Conclusion&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;An efficient company leader is always well-informed and has the potential to immediately solve problems. Ozeki NG SMS Gateway system is essential to provide you such principles; with its application you can greatly increase your availability and can cut off long response time which eventually saves resource for the benefit for your company. Based on its next generation technology this software can live up to the highest performance demands and can work continuously under great pressure as well. If you are seeking for such features Ozeki NG SMS Gateway is the perfect choice for you as it provides all the above described advantages.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-3655602570242423932?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3655602570242423932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3655602570242423932'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/11/how-to-send-sms-from-microsoft-outlook.html' title='How to send SMS from Microsoft Outlook 2007'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1419747180674226761</id><published>2009-10-04T22:30:00.001-07:00</published><updated>2009-10-04T22:30:42.762-07:00</updated><title type='text'>How Do I Unblock Hotmail?</title><content type='html'>The internet has changed how most of us communicate and interact with each other. Gone are the days of handwriting long letters to our friends, and sending cards through the mail is a thing of the past too. Today, most of us use email as our first line of communication, along with our ever-present cell phones. But there are times when we need to unblock Hotmail or other email services.&lt;br /&gt;&lt;br /&gt;Email Services&lt;br /&gt;&lt;br /&gt;Personal and business email has changed how we communicate with friends and business contacts completely. There are numerous different email services available – everything from individual email services like Hotmail, AIM and Yahoo to services that provide access to multiple email services like Meebo and Pidgen. &lt;br /&gt;&lt;br /&gt;However, constantly checking personal email can be problematic for companies, schools and public internet computers alike. Network administrators have grave and justified concerns about emails infecting work stations and entire networks with malware, viruses and even worms as a result of both receiving and sending emails from unauthorized outside internet email.&lt;br /&gt;&lt;br /&gt;Filtering Software&lt;br /&gt;&lt;br /&gt;One of the ways in which email services like Hotmail and others are blocked is through the use of internet filtering software. In large part computer network administrators place internet filtering software prevent unauthorized access to outside emails and to prevent web surfing on websites that are unauthorized or considered potentially dangerous to the network. In both cases, the primary concern is that work stations and the network server may be infected with malicious software that can destroy files, gather private and proprietary information illegally and in general create mayhem and destruction. It can costs schools and businesses literally thousands of dollars in work time and lost productivity to scrub not only the infected work stations, but also the network server and other infected work stations as the malware spreads from station to station.&lt;br /&gt;&lt;br /&gt;Bypassing Filtering Software&lt;br /&gt;&lt;br /&gt;For students and employees alike who want to unblock Hotmail and other email services, the answer is a membership on a proxy service. Proxy services go around filtering software by presenting their logon page as an innocent and non-aggressive web site that does not pose a threat to the computer network. Proxy services are usually by membership only, so the user needs to purchase a membership that will grant them access to the proxy server. Once a user has logged on to the proxy server, they are able to access their Hotmail unblocking abilities, along with gain access to other email services and websites that the filtering software blocks.&lt;br /&gt;&lt;br /&gt;The other benefit of using bypass proxy services is that all of the user's activities are anonymous and cannot be tracked because they are encrypted. This means that both incoming and outgoing activities are encrypted, protecting them from potentially being hacked or from the prying eyes of those who might be interested in what is being typed or what websites are being visited&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1419747180674226761?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1419747180674226761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1419747180674226761'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/10/how-do-i-unblock-hotmail.html' title='How Do I Unblock Hotmail?'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5457457777052399335</id><published>2009-10-04T22:19:00.001-07:00</published><updated>2009-10-04T22:19:47.457-07:00</updated><title type='text'>Top Advertising Methods for Blogging</title><content type='html'>Blogging has become favorite method for earning some good money through online advertising. There are many methods for doing advertising, you can choose either one or else the combination of more than one methods of advertising. Many bloggers generally utilize more than single methods of online advertising for maximizing their profits and readership ratings. Experts also advice to use more forms of advertising as you would then able to identify the best one for your blog. Depending on it, you can invest money in advertising method that needs further boost up. &lt;br /&gt;&lt;br /&gt;You can do online advertising through links, banners, affiliates and text ads for extracting maximum benefit through blogging. Opportunities are too many to be explored so you can use the money in beneficial manner. Affiliate marketing can be done, here bloggers can share their earnings, also they can pay for per click when web traffic arrives at their site. Different forms of links, banners and other sources can be used for earning money. &lt;br /&gt;&lt;br /&gt;Another form of advertising that can be done on the blog is merchandising where your company's products and services can be advertised for extra income. For instance, a blog is into advertising car accessories, they can also put up detailed information regarding it. Such piece of information is always valued by the users and motivates them to come to your blog for getting the product details and information. &lt;br /&gt;&lt;br /&gt;Based on the topic of your blog you can have e-books. For example, in case your blog is about work from home topic you can list the family, employers, friends or any other vital information that is useful to the users. &lt;br /&gt;&lt;br /&gt;Donations is another popular method of advertising through the blogs. You can find many websites online that supports the link of donations at the bottom of the web page of the blog. This tools is mostly used by websites that are information based or offers something free to the users. Generally the amount of donations' incentives are very minimal for the bloggers, thus they can earn nominal amount of money on monthly basis. &lt;br /&gt;&lt;br /&gt;Those were some commonly used advertising methods used for blogging. You can use them for monetizing a blog, provided the choice has to be done based on a proper advertising campaign. Some methods work for some websites, and some for another, you have to find out which one suits your requirements the most. Here trial and error methods proves to be effective.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5457457777052399335?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5457457777052399335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5457457777052399335'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/10/top-advertising-methods-for-blogging.html' title='Top Advertising Methods for Blogging'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-751610442689708903</id><published>2009-08-16T12:14:00.000-07:00</published><updated>2009-08-16T12:16:52.897-07:00</updated><title type='text'>How to Connect Your Laptop or PC to Your TV</title><content type='html'>Those who are games fanatic would be happy to hook-up their laptop or PC to an HDTV for great gaming experience. Viewing everything from presentations, movies and photos is now possible for the big-screen hook-up. This guide will help you setup your laptop or PC to connect to your TV or HDTV.Traditional TV set:The cable you need depends on your TV and your laptop. Most of the new laptops today have an S-video output built-in. If you have an S-video output on your laptop and an S-video input on your TV then you will need an S-video cable. If you have an old laptop and an old TV you will probably need a standard video cable which usually has yellow connectors at each end.High Definition TV (HDTV):Most of today’s HDTV comes in either LCD or Plasma. High Definition TV usually is more expensive than traditional TV set and can be amounting to thousands of dollars for extremely large sets. All HDTV sets are in 16:9 ratio and have output for 5.1 digital sound and are extremely thin.High Definition content or HDTV has some options that will give you higher quality image than you would get when using an S-video or a yellow composite video cable. To get the highest quality video, your laptop or PC needs to have a video card with DVI (Digital Video Interface) output. This guide will help you connect your laptop or PC with Vista operating system to a HDTV). 1. First, you need to check if you have the needed cables to connect your laptop to your TV. For better picture quality, you should connect the laptop or PC to the TV using standard VGA ports or via the DVI to HDMI cable provided with your TV that supports these ports. If you laptop or PC has no DVI port, you can transform your laptop’s USB port into a DVI port using an adapter to connect it to your HDTV. The adapter has 128mb onboard memory, making it capable to handle resolution of up to 1400x1050 with quality similar to a DVI port.2. Make sure that you connect the cable to the TV before turning on the laptop or PC as it may fail to detect and recognize external display sometimes. Open the display settings by clicking on Start Control Panel Personalization then click on “Connect to a projector or other external display” to get into Windows Mobility Center. Click on “Connect display” option to automatically detect and activate output to the TV screen. You can either mirror content of your computer on the TV or extend the display just like a dual monitor screen.3. Pick up your TV remote and switch to "External Inputs" from the menu. You will need to change the default "Video 1" to a different selection which may be "HDMI 1" or "Video 2" depending on how you have made the connection.Important: You may also need to change the screen resolution of your TV using the Display settings in your Control Panel else the picture may appear distorted.How to Setup Audio from Laptop to HDTV:The above mentioned information will help you get video signal from laptop to show up to your HDTV. However, you will need to use a different cable in order to get the audio to your TV. Every laptop has a mini-headphone jack input so you can just buy a mini-headphone cable with male connectors on both ends. If your HDTV does not have a mini-headphone jack input you can use a headphone to RCA cable to get the audio from your laptop or PC to your HDTV.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-751610442689708903?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/751610442689708903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/751610442689708903'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/08/how-to-connect-your-laptop-or-pc-to.html' title='How to Connect Your Laptop or PC to Your TV'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-593584849174202073</id><published>2009-08-16T12:07:00.000-07:00</published><updated>2009-08-16T12:08:09.687-07:00</updated><title type='text'>Google "caffeniates" with its new search engine</title><content type='html'>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);&lt;br /&gt;Google has been ruling the online search gamut from a very long time. The charisma is such that people often confuse “search” with Google.But how about an idea of a search engine that is quite faster and indexes you more relevant search pages. Yes, Google is coming up with a new iteration, which will serve the users with better indexed and more relevant search result pages. Google “Caffeine” is the codename for the new page which is developed under the hood of the older one.The new search engine is now available for public testing at www2.sandbox.google.com. Various analysts predict the new site as a major code update for Google's searches. If you punch the aforesaid link, you would not notice any difference in the look and feel of the site compared to the regular Google site, but the update is primarily under the cover.Various testers have reviewed the Google's new "Caffeine" search platform and said that it yields more results, which are more accurate than the company's old iteration. At present, the search giant is only interested in feedback on the differences between Google's current search results and its new system.However, the positive feedback from test developers could help Google to maintain its lead over rival Microsoft and Yahoo. Google has not announced its plans for the formal launch of its Caffeine platform.Answering the competitionMicrosoft recently unveiled its new search engine “Bing”, which is a solid improvement from its previous search product (Live Search) and also, Yahoo made alterations to its home page to entice the users. Meanwhile, both the giants (Microsoft and Yahoo) have signed a pact where in Bing will power the search queries coming to Yahoo; a tough landscape for Google indeed.SEO ConcernsIt is also reported that the new project could change the search results, which raises concerns to various firms requirement to change their search engine optimization (SEO) to protect their Google ranking. But, at this point of time, it is too early to say something about the SEO interests, which is an art aimed at winning the desirable first page of Google results for keyword searches of interest to their client.Testing the performanceGoogle has opened the test version of its new search platform to test developers and is open to assimilate the feedbacks. Google is however very keen to work on improved speed, better search results and faster indexing. • Speed: By speed, Google means how fast a search display page loads on different web browsers and is heading to make it minimalistic.• Accurate results: As of common notion, search results displayed by Google are generally relevant but with the new option coming, it is targeting to reduce the discrepancy to its possible low.• Temporal Relevancy: How fast search engine responds to the breaking news and displays it in its search results.• Indexing: By index size, Google means how much pages the new search engine indexes for a particular string.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-593584849174202073?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/593584849174202073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/593584849174202073'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/08/google-caffeniates-with-its-new-search.html' title='Google &quot;caffeniates&quot; with its new search engine'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1407857552801304247</id><published>2009-08-16T11:55:00.000-07:00</published><updated>2009-08-16T12:06:04.806-07:00</updated><title type='text'>Recover Microsoft Office Passwords with Office Password Recovery Software</title><content type='html'>But don't worry: chances are high that Office Password Recovery by Intelore.com will help you recover that password in an instant!Office Password Recovery can recover many types of passwords in the blink of an eye. Microsoft Access passwords to open and user-level workgroup passwords, Excel workbook and spreadsheet protection, Outlook e-mail accounts, and shared protection passwords are always recovered in an instant regardless of their length and complexity. In addition, Office Password Recovery instantly removes formatting and editing restrictions, locked cell protection and permissions.Office Password Recovery supports documents created by all products and all versions of the Microsoft Office family.Security is a very important issue in modern organizations. They hire professional system administrators who in turn release policies on how long and complex employee's passwords must be, and set requirements on regularly changing those long and complex passwords. This almost inevitably leads to the yellow stickers on the employee's desks, with all the long and 'secure' passwords written down.But what if that yellow sticker is lost?With strong encryption and long and complex passwords, it can be virtually impossible to recover important data without special tools aimed at recovering passwords from the Microsoft Office documents. Microsoft officially denies providing the means even for system administrators to recover the documents that are rendered useless with the loss of a password.Office Password Recovery will help recover these documents, even if strong encryption and long passwords were used.And, what if you need that document right away, or at least as soon as possible? You might have tried another tool that offers to recover your Office passwords by enumerating all possible combinations of letters and numbers. This kind of password recovery is known as brute force. As you'll quickly see, it will not provide a result if a password longer than a few characters was used.Office Password Recovery offers smarter ways to recover passwords than just brute force, allowing you to easily create just about any kind of attack. It will try different combinations of dictionary words, including misspellings and phonetic errors, depending on your language and keyboard layout. It will analyze frequency characteristics of the text and adjust its efforts to minimize the number of possible password combinations and reduce the time required to find the right password.Office Password Recovery gives you complete control over how and what password combinations are tried. If you even remotely remember at least part of the password, maybe even the fact that it had a number at the end, or that it was a specific length, or that it had a capital in the beginning, Office Password recovery will make use of that information and will find your password much faster than it would otherwise.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1407857552801304247?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1407857552801304247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1407857552801304247'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/08/recover-microsoft-office-passwords-with.html' title='Recover Microsoft Office Passwords with Office Password Recovery Software'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2683793881281197922</id><published>2009-07-19T05:05:00.000-07:00</published><updated>2009-07-19T05:09:38.359-07:00</updated><title type='text'>Contract mobile phone deals- fetch latest handsets now</title><content type='html'>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);&lt;br /&gt;Want a latest technology handset of a reputable company on your hand? Opt for contract mobile phone deals. In these deals, a mobile user enters into a contract for a specified period, which is usually 12-18 months with a mobile retailer who provides him mobile services. It is essential that a deal must be chosen with due care and diligence because the contract is for a specified period and the user cannot cancel the contract before its expiry, in case he doesn’t like the service. The user shall undertake an extensive research and shall explore various deals of the market, after comparing whom, he shall select a deal. Many online shopping stores offer these deals. With the help of these deals, you can get uninterrupted and smooth access to mobile services. The user herein gets billed for only the minutes and services used by him. Since, the phone has a monthly billing system; the user does not need to get frequent talk time recharges. The user can use the mobile services as long as his credit limit justifies the bill, if that exceeds he needs to make an interim payment to continue availing such services. These deals are flexible and offer value added services to the users. They are especially ideal for businessmen, globetrotters and those who love to talk to their friends and family for uninterrupted hours.The contract mobile phone deals allow the user to get the latest technology of the market in his pocket. They offer gifts which is again very beneficial and luring for the users.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2683793881281197922?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2683793881281197922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2683793881281197922'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/07/contract-mobile-phone-deals-fetch.html' title='Contract mobile phone deals- fetch latest handsets now'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-6178533209550078049</id><published>2009-04-09T13:16:00.000-07:00</published><updated>2009-04-09T13:22:34.049-07:00</updated><title type='text'>Java Server Pages: Best Choice for Web Developers</title><content type='html'>JSP technology is the integral part of Sun System’s JAVA technology family. It promotes rapid development of platform independent web based applications. It separates content development from user interface, thus enabling designers to change the page layout without making any changes in the dynamic content underlying a web page. Advantages for Developers in custom web development Process: A few years ago, developers had to develop dynamic web pages by using servlets with HTML code. With the introduction of JSP by Sun Technologies, development of website saw a revolutionary change. Here are some benefits of JSP to web developers:1. Web site developers can easily use JSP without having deep knowledge of JAVA language. A developer can easily employ JSP technology without learning to write JAVA scriptlets. 2. Developers can easily maintain web pages with the help of JavaServer Pages Standard Tag Library (JSTL) expression language. The JSTL is used instead of any other scriptlet languages. 3. Web developers can easily extend the JSP language through “simple tag handlers”. Tag handlers utilize a new and simpler tag extension API. This ensures a reduction of excessive codes needed to write powerful web applications in the development of website. Custom web development firms are equipped with a technical base of expert java developers. These firms create Java oriented websites for offshore clients by employing latest technologies including JSP. Developers create unique programs that can freely run on any web browsers and web services because of its multithreading feature. Today, servlets are the first choice for web sites development. JSP is an extension of Java servlet technology. Servlets fit web server framework and are used to extend a servers capabilities with minimal support, overhead and maintenance. The blend of JSP technology and servlets provide a perfect alternative to other types of web programming by offering ease of use and ease of administration.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-6178533209550078049?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/6178533209550078049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/6178533209550078049'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/04/java-server-pages-best-choice-for-web.html' title='Java Server Pages: Best Choice for Web Developers'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1627945258060120055</id><published>2009-04-09T13:07:00.000-07:00</published><updated>2009-04-09T13:13:58.121-07:00</updated><title type='text'>Make Money Using Money Trends Member Site</title><content type='html'>Who would deny when good perks of money comes through without any piece of investments? Obviously no one! Well, if you aren’t sure on how to start, when to start and where to start, explore Money Trends Member Site! With an objective to grant you all deal of wellness, this website is functioning efficiently well and gives you better note to drive stunning success.Social Network is where people give their active participation either to communicate with their circle friends or to interact with someone at the other end. Money Trends Member Site trains its members and makes them ensure about the leveraging practice of money making techniques. Becoming a member to this website, you will get to know the tricks and techniques of make money online through the social network websites including MySpace, Facebook, and other more. Rather spending long hours to chit-chat or confabulate, you can be alarmed on the methodological deals of money making online.It is quite certain that, everyone is not sharp and cognitive about the deals and practices of make money online. Unless trained and tutored, it is definitely hard for individuals to taste the fruit of impressive figure of income. Give an end to all dilemmatic confusions, because Money Trends Member Site gives you detailed explanation about money making online. Social Network websites is not merely a ground to have fun, but also the best place to generate lucrative income. Everything is truly explicit, when you join this website. The best of social network money making is that, you never require any piece of investment.As a general fact, any business venture will require huge deal of investment and capitals! The scenario is absolutely different when it comes to make money online through social network. Are you passionate in making money through these social network websites? Do you expect to earn handful income without any investments? Never stop any while, instead give your active participation by joining Money Trends Member Site.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1627945258060120055?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1627945258060120055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1627945258060120055'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/04/make-money-using-money-trends-member.html' title='Make Money Using Money Trends Member Site'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-3417987321120197452</id><published>2009-04-09T13:00:00.000-07:00</published><updated>2009-04-09T13:05:40.115-07:00</updated><title type='text'>2GB Memory Card Options for All Types of Devices</title><content type='html'>The 2GB memory cards not only have a huge capacity of storage but also a fast rate of data transfer together with the profound security and appears in the size of a postage stamp. The memory cards will be the correct choice for the smart phones, laptops, digital cameras and MP3 players due to its superlative performance and the desired value given to the end customers for the money spent.The files can be uploaded from the equipment that are configured with the secure digital memory card to the desktop computers or even to a laptop very comfortably. This process is undertaken at a very high speed due the capacity of 2GB memory card that enables the digital files transfer or downloading quickly in between the various devices like computers, laptops, internet and other digital equipment.This memory card is made up of unstable components. The additional sturdiness and the dependability cannot be obtained from this memory card due to the non-availability of movable parts which smash or show off. The reading rate of this memory card is generally 5 MB and the writing rate is approximately 1.5 MB per second. The temperature range at which this memory card operates is from 0-360C or in other words 32-1400F and this device can be accommodated to any type of weather conditions.It is considered as a very simple device and very easily it can be plugged and in turn played. It is also instituted as an economical one as the utilization of power is very low and the life of the battery is also preserved. The data stored in this memory card will not get lost due to the availability of the write protection switch that is built in the device. This device can be operated with the help of 3.3 volts.The one more type of card that is floated in the market which captures more demand is the Mini Secure Digital Memory Card. It is of extremely superior quality and a really awesome product. The function of this mini card is the same as that of the regular card. The only difference is the size. These mini SD cards can also be used for storing digital images, videos, files of MP3 and any data required on the mobile phones. There are various varies of mini SD cards that go upto the range of 1024 MB. An adapter can be used to convert the mini card to a standard card which can be used in the various SD compatible equipment that are sold in the market. This memory card is just protected with the plastic case and there is no packaging in retail. These cards are available in the market with a guarantee of one year. The warranty period differs from company to company. Some companies do provide a travel kit to preserve this memory card when not in use to avoid any unwarranted damages.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-3417987321120197452?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3417987321120197452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3417987321120197452'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/04/2gb-memory-card-options-for-all-types.html' title='2GB Memory Card Options for All Types of Devices'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-3729148085374962624</id><published>2009-03-01T13:05:00.000-08:00</published><updated>2009-03-01T13:09:28.179-08:00</updated><title type='text'>Java Server Pages: Best Choice for Web Developers</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_bAlBPAjhf98/Sar5bl-rLRI/AAAAAAAAAAk/TG_iwBjk1ek/s1600-h/AL+FATTAH.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5308329363256323346" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 128px; CURSOR: hand; HEIGHT: 128px" alt="" src="http://2.bp.blogspot.com/_bAlBPAjhf98/Sar5bl-rLRI/AAAAAAAAAAk/TG_iwBjk1ek/s320/AL+FATTAH.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;JSP technology is the integral part of Sun System’s JAVA technology family. It promotes rapid development of platform independent web based applications. It separates content development from user interface, thus enabling designers to change the page layout without making any changes in the dynamic content underlying a web page. Advantages for Developers in custom web development Process: A few years ago, developers had to develop dynamic web pages by using servlets with HTML code. With the introduction of JSP by Sun Technologies, development of website saw a revolutionary change. Here are some benefits of JSP to web developers:1. Web site developers can easily use JSP without having deep knowledge of JAVA language. A developer can easily employ JSP technology without learning to write JAVA scriptlets. 2. Developers can easily maintain web pages with the help of JavaServer Pages Standard Tag Library (JSTL) expression language. The JSTL is used instead of any other scriptlet languages. 3. Web developers can easily extend the JSP language through “simple tag handlers”. Tag handlers utilize a new and simpler tag extension API. This ensures a reduction of excessive codes needed to write powerful web applications in the development of website. Custom web development firms are equipped with a technical base of expert java developers. These firms create Java oriented websites for offshore clients by employing latest technologies including JSP. Developers create unique programs that can freely run on any web browsers and web services because of its multithreading feature. Today, servlets are the first choice for web sites development. JSP is an extension of Java servlet technology. Servlets fit web server framework and are used to extend a servers capabilities with minimal support, overhead and maintenance. The blend of JSP technology and servlets provide a perfect alternative to other types of web programming by offering ease of use and ease of administration. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-3729148085374962624?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3729148085374962624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/3729148085374962624'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/java-server-pages-best-choice-for-web.html' title='Java Server Pages: Best Choice for Web Developers'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_bAlBPAjhf98/Sar5bl-rLRI/AAAAAAAAAAk/TG_iwBjk1ek/s72-c/AL+FATTAH.JPG' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5186770345937369530</id><published>2009-03-01T13:03:00.000-08:00</published><updated>2009-03-01T13:05:16.108-08:00</updated><title type='text'>Anti Spam Software</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_bAlBPAjhf98/Sar4diHH_zI/AAAAAAAAAAc/BfCBy5IGJvM/s1600-h/clean.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5308328297066135346" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 320px; CURSOR: hand; HEIGHT: 298px" alt="" src="http://2.bp.blogspot.com/_bAlBPAjhf98/Sar4diHH_zI/AAAAAAAAAAc/BfCBy5IGJvM/s320/clean.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Spamming is a problem, which most people encounter when it comes to the use of computers. This is the unwelcome receipt of e-mails and the automatic pop up of unwanted windows. As such, actions that combat these technological hazards arise. This is where the technical term, antispamming comes in. Anti spam defines various actions, which are done to combat these kinds of cyber hazards. They may manifest as antispam software or antispyware. One common version of this antispam stuff would be the Microsoft antispyware. However, no all encompassing anti spam law has been passed yet. Although some countries have already acted on such issues, anti spamming is still a problem experienced by the cyber world. This is because no worldwide cyber law has been passed yet. Common antispam software, or even the Microsoft anti spam, functions in a very generic way. First off, it allows the user to set the definitions for spam. Once the perimeters have been set, the antispyware will now commence in its antispam reviews. Once the antispam review is over and done with, you can now start cleaning up your system. Thus, your cyber systems will be free from the net clogging caused by spamming. Without the spamming, you will be able to enjoy the net without the interruptions. It will help you maximize your electronic mail space, web pages, personal URL and others. Furthermore, you won’t be at risk of accidentally deleting your personal mails together with the spam. It’s good isn’t it?Sadly, this peace of mind is not meant to last. Just like viruses and other pop up mechanisms, spamming also elevates to harsher levels as time passes by. More advanced spamming techniques are created every day. As such, the new ones become undetectable to the earlier versions of Microsoft antispyware, anti spam software, and other anti spam review materials. You may find this as sick but it is the truth. Unless you don’t want to use the net, you will have to bear with these anti spamming measures at all time. Don’t worry about these though. If you just choose the right program, then you won’t have to worry about paying so much for your updates. Since it’s net based, it won’t even take as much time. To combat the advanced spamming techniques, any user will have to connect to the Internet. This will give the necessary updates, which will elevate the status of your antispyware to the next level. Doing so will empower your computer systems against the latest spamming versions. Most of these antispamming software techniques are free of charge so you don’t have to worry about a thing. As long as you are within the terms and conditions of your service provider, then everything will be A- OK!With all these protective measures against spamming, your cyber experiences will be as enjoyable as ever. You must try this now and experience surfing without the spamming. We guarantee that it’s an experience worth fighting for? What are you waiting for? Start anti spamming now! &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5186770345937369530?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5186770345937369530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5186770345937369530'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/anti-spam-software.html' title='Anti Spam Software'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_bAlBPAjhf98/Sar4diHH_zI/AAAAAAAAAAc/BfCBy5IGJvM/s72-c/clean.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-5574525423518764403</id><published>2009-03-01T12:55:00.000-08:00</published><updated>2009-03-01T12:58:13.203-08:00</updated><title type='text'>How to Use Html and Graphic Way in Website Designing?</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_bAlBPAjhf98/Sar2toz3xKI/AAAAAAAAAAU/xnNISBH-E0w/s1600-h/1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5308326374719079586" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 223px; CURSOR: hand; HEIGHT: 274px" alt="" src="http://2.bp.blogspot.com/_bAlBPAjhf98/Sar2toz3xKI/AAAAAAAAAAU/xnNISBH-E0w/s320/1.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Those few who decide to give designing a try themselves generally start out with a website template. Even an easy but elegant site wants some tweaking to be done and rather than be at the mercy of web designers. A basic knowledge of how html and graphic design works will go a long way in designing a website you can be proud of. Color choice should also be dictated by other, less obvious goals, when designing or revamping a website. In designing your website, you should be conscious of all the components that go into successful development and how to use them to your most excellent advantage.When designing your website, remember to get as much meat or substance to the top of your code just below the tag as you can. As a substitute of designing a sale-oriented website, all they're trying to do is designing a thing of beauty. A company specializes in building, designing, implementing, managing and maintaining corporate website to boost sales of your company. It’s not designing the website that counts but how the website is designed.You are designing a website for a client and are confused by the terminology, you may want to bring it to their attention and help them rework the copy . So that all their customers understand it. Design depends on individual taste and designing a website from a first draft that the client will like from the start, can be a real challenge.There are some very important things you must do SEO wise while designing your website. The first step to implementing a website is to design the directory structure. Designing for color-blind browsers although designing a website for the colorblind will not limit your color palette, you’ll need to be wary of the color combinations that you use. Layout is particularly important in designing your website.Business owners and marketers have a tendency to think in broad terms about their marketing objective by focusing on ones such as generating traffic or designing a website. It always happens that html editors write clumsy tags, especially when you amend the webpage layout again and again during your website designing process, which may possibly deter search engines from reading your web page and in turn poorly affect your search engine ranking. Building and designing website is not as difficult as you think. Database templates also facilitate you to make changes to your site much more easily, and help you change certain elements without recreating the entire page from scratch. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-5574525423518764403?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5574525423518764403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/5574525423518764403'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/how-to-use-html-and-graphic-way-in.html' title='How to Use Html and Graphic Way in Website Designing?'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_bAlBPAjhf98/Sar2toz3xKI/AAAAAAAAAAU/xnNISBH-E0w/s72-c/1.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2881238457004658088</id><published>2009-03-01T12:37:00.000-08:00</published><updated>2009-03-01T12:40:37.163-08:00</updated><title type='text'>Domain name registration is the first step to build a website</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_bAlBPAjhf98/SaryeVz7RZI/AAAAAAAAAAM/5Bo1ftCDCZs/s1600-h/syo8e8.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5308321713874486674" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 269px; CURSOR: hand; HEIGHT: 176px" alt="" src="http://1.bp.blogspot.com/_bAlBPAjhf98/SaryeVz7RZI/AAAAAAAAAAM/5Bo1ftCDCZs/s320/syo8e8.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;In the era of internet, while even the smallest of the business entities thrives for an online presence, it is necessary to understand the starting steps of the process. The online presence of your business is marked by the website that you have and the domain name is the name and address of that website.Any marketer will emphasize on a good, easy to spell and easy to remember domain name that is similar to your business or nature of business. Domain name is the key to branding your business online. A popular trend used to be that many business chose a domain name with a prefix ‘I’ or ‘e’ to the nature of shopping. The terminology became so famous over the internet that any body who hears the names ‘e-shopping’, ‘e-travel’, ‘i-ticket’ etc. can easily relate to the online entity without further explanation. The other important part of domain name is their extension. Domain names are often confused by the customers because of their extensions. A typical extension varies from .com, .net, .biz, .info, .edu etc. etc. Many big business houses make it a practice to book all the extension and map it with each other so that abcd.com and abcd.net will take the visitor to the same page. However this adds to the cost and also the list being increasing daily with country specific extensions like, .au, .us, .co.uk, .asia etc coming in it is not always possible to acquire every possible extension with your name. Hence it is necessary that you promote the entire domain name to your target customers and build a brand around it.Domain name registration starts with the process of checking the availability of the name you have short listed along with the desired extension. There are a number of domain registration websites that offer you the search function for the availability of your domain name. Once you have checked the availability, you can go forward to the domain name registration procedure from the same company where you checked the availability from a different company. Most domain registration companies offer you the ability to book your domain name online and you can make multiple domain name registration at a single go.At the process of domain registration you will also need to mention the time for which you want to own the particular name. You need to renew it every time your tenure is near completion. Make sure that you make your domain registration in from a vendor that has a secured, certified online transaction process.&lt;br /&gt;About Author&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2881238457004658088?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2881238457004658088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2881238457004658088'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/domain-name-registration-is-first-step.html' title='Domain name registration is the first step to build a website'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_bAlBPAjhf98/SaryeVz7RZI/AAAAAAAAAAM/5Bo1ftCDCZs/s72-c/syo8e8.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1020730051945812373</id><published>2009-03-01T12:35:00.001-08:00</published><updated>2009-03-01T12:35:37.006-08:00</updated><title type='text'>Seven Good Places to Meet Women</title><content type='html'>window.google_render_ad();&lt;br /&gt;If this sounds like you, pay close attention to this article. I will describe seven of the best places to meet interesting women.1. SupermarketsMeeting women at the grocery store is often part of a joke or cliche. "Yes, we met at the produce section." But, in reality, supermarkets are good places to meet women.Think about it. The larger percentage of shoppers is likely women and, as such, you will be pleasantly surprised at the opportunities at the supermarket. Further, since everyone needs to shop for food, you will find a wide variety of women at the supermarket.The best time to go is around 5:30 in the evening when most people get off work. At this hour, you should have no problem finding an interesting woman to approach. As far as "the approach," the most effective method is to ask their opinion about an item. This is a great way to start a conversation and, gradually, transition the topic from the item in question to more general topics.2. Coffee ShopsCoffee shops have become the feeding pool for single, attracting women which I first realized during a recent trip. I took the train to New York City one afternoon and headed to Starbucks to grab a cup of tea. Inside, there were dozens of tables filled with beautiful women.Interestingly, it was Tuesday afternoon in the middle of November. With nearly a hundred attractive women at this coffee shop at this time, imagine the possibilities!It is my opinion that coffee shops are an untapped market when it comes to meeting women. Most guys simply do not take advantage of what I found to be a terrific place to easily meet women. Just get a cup of coffee or tea and initiate a conversation with an interesting woman nearby.3. PartiesParties can be loads of fun, a great place to hang out and also an excellent place to meet attractive women. If you are older, parties are a great place to socialize with the old friends as well as meet new ones. Since the purpose of the evening is to socialize, parties provide the perfect relaxed atmosphere to more easily approach a woman and engage her in conversation.If your friends are not those that host parties, just have your own party! Just invite all of your friends and ask that they bring along a few guests. With a lot of new women at the party, you will find plenty of opportunities to start great conversations and practice your "seduction skills."4. Your Own Social CircleAn alternative to parties is your own social circle. One of the more common ways men meet their girlfriend or wife is through mutual friends or social contacts. Your chances are high that you will meet a great woman from your family and friends.To benefit from your social circle in this regard, you should start organizing various events and turn yourself into the "coordinator" for fun, social times. This will expand your social circle even more allowing you to meet more interesting, attractive women.5. ChurchYes, I said it. Church really is a great place to meet women. One benefit of meeting women are religious places is that they are morally inline with their life. Further, many who attend church regularly have faced a lot of "inner troubles" already and have managed to overcome them.Do not fall prey to the misconception that regular churchgoers are not fun and sexual. These women enjoy a good time just like everyone else. They only differ in that they do not live the hedonistic lifestyle you may have found with other women.6. Trains and SubwaysMany guys work in major cities and metropolitan areas, spending countless hours each week commuting to their job. Some men use this time on the train or subway to relax, sleep or read a good book. You, on the other hand, should use this time as an opportunity to meet new women.One technique, among others, is to scan the subway or train for a woman who is reading a book with which you are familiar. Start the conversation by discussing the book on hand and then shift the conversation into more general topics and, ultimately, setting up a date or at least getting her phone number.7. Lunch or Happy HourIf you work in a major city, commercial area or corporate park, you will notice there are probably several local establishments that offer lunch or happy hours specials. These are great places to mingle with co-workers, have a good time and meet women from other local companies.Lunch and happy hours are generally more relaxed than the usual bar scene because everyone is there to unwind from the busy day. As such, they will be more open to conversation. Of course, in these settings, a great way to start a conversation is with the classic question of "So, do you work in the area. I'm just down the street" or something similar. You can take it from there!As you see, there are many chances to meet women throughout your normal daily routine. By paying attention to your surroundings, you will find that there are many interesting women who could just be your next date. Keep your eyes open as you come across these good places to meet women described above!&lt;br /&gt;About Author&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1020730051945812373?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1020730051945812373'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1020730051945812373'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/seven-good-places-to-meet-women.html' title='Seven Good Places to Meet Women'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2912098777139046294</id><published>2009-03-01T12:30:00.001-08:00</published><updated>2009-03-01T12:30:42.795-08:00</updated><title type='text'>How To Find Cheap Web Hosting Provider?</title><content type='html'>Finding a quality service provider that is cheap is a tedious task. Another turning point could be the number of email addresses provided by the cheap web hosting; all these need to be stored in a server so that a visit to your website is possible. It's not so difficult to find these services at cheap rates but there are certain things that should be keep in mind while looking for cheap web hosting services.Users should find the best as well as cheap service provider that satisfies their requirements. You can easily find cheap web hosting service provider with careful research.You can easily find cheap web hosting service provider with careful research. You should perform some extra research at the time of selecting cheap web hosting services. It could be smaller than you need, so you have to read careful all the features that are coming with the offer of a cheap web hosting investment. Sometimes web hosting companies offer inferior services at cheap rates so be careful at the time of choosing cheap web services provider.Working with a cheap web hosting company might not be an offer if you are going to have a lot of visitors. To see if you can use cheap web hosting you need to know how much disk space you will need. To see if you can use cheap web hosting you need to know how much disk space you will need. Cheap web hosting is now a popular choice among web site owners.Web hosting service provider normally offers services at cheap rates. When looking for a reliable web hosting you have to check if there is a phone support, The web server where your web site's html files, graphics, etc. reside is known as the web host. Check company's background and verify that whether the hosting company is reputable or not. Not only has an email supported; in case of emergency the email support could be found useful. Sometimes they provide dedicated server via another web host that why another web hosting company maintain server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2912098777139046294?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2912098777139046294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2912098777139046294'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/how-to-find-cheap-web-hosting-provider.html' title='How To Find Cheap Web Hosting Provider?'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-7245035670350776816</id><published>2009-03-01T12:17:00.001-08:00</published><updated>2009-03-01T12:17:43.143-08:00</updated><title type='text'>Make Money Using Money Trends Member Site</title><content type='html'>Who would deny when good perks of money comes through without any piece of investments? Obviously no one! Well, if you aren’t sure on how to start, when to start and where to start, explore Money Trends Member Site! With an objective to grant you all deal of wellness, this website is functioning efficiently well and gives you better note to drive stunning success.Social Network is where people give their active participation either to communicate with their circle friends or to interact with someone at the other end. Money Trends Member Site trains its members and makes them ensure about the leveraging practice of money making techniques. Becoming a member to this website, you will get to know the tricks and techniques of make money online through the social network websites including MySpace, Facebook, and other more. Rather spending long hours to chit-chat or confabulate, you can be alarmed on the methodological deals of money making online.It is quite certain that, everyone is not sharp and cognitive about the deals and practices of make money online. Unless trained and tutored, it is definitely hard for individuals to taste the fruit of impressive figure of income. Give an end to all dilemmatic confusions, because Money Trends Member Site gives you detailed explanation about money making online. Social Network websites is not merely a ground to have fun, but also the best place to generate lucrative income. Everything is truly explicit, when you join this website. The best of social network money making is that, you never require any piece of investment.As a general fact, any business venture will require huge deal of investment and capitals! The scenario is absolutely different when it comes to make money online through social network. Are you passionate in making money through these social network websites? Do you expect to earn handful income without any investments? Never stop any while, instead give your active participation by joining Money Trends Member Site.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-7245035670350776816?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7245035670350776816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/7245035670350776816'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/make-money-using-money-trends-member.html' title='Make Money Using Money Trends Member Site'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-2885165226448105234</id><published>2009-03-01T12:10:00.000-08:00</published><updated>2009-03-01T12:12:45.309-08:00</updated><title type='text'>The designing of mobile phone games</title><content type='html'>Mobile phone games have captured the imagination of male and female &amp;amp; young and old residing in different parts of the world. People are discovering the joys of playing these games and are downloading the latest and the best in mobile phone games with a lot of enthusiasm. The growing awareness and increasing popularity of mobile phone games cannot be ignored any longer. The game developers and content designers are doing all that it takes to retain this interest in mobile phone games in different categories. They are taking care of certain specific points in the design and development of mobile phone games. For instance, gamers may sometimes need assistance in understanding the format of mobile phone games, before they start playing the same. They simply cannot play if they are not aware of the rules. In this context, proper guidelines describing the different facets of a mobile phone game becomes necessary. Special care is being taken to ensure that the guidelines are easy to access, quick to read and simple to understand. The game play of mobile games is designed in manner to match perceptions of reality. The games are as close to reality as possible within the constraints of game play. In interactive mobile phone games, a gamer is made aware of his current status, as compared to other players, at different stages of the game. Mobile phone games are often played in public places. Consequently, the sound effects of mobiles are being designed in a manner as not to disturb others, who may be in the vicinity of players enjoying these games. Before launching the mobile phone games in the market, these games are tested in expert groups. This brings up certain issues related to playability of the games, which may have been overlooked in the designing process. The specific areas, which may require some improvements in game play, are then worked upon. All these steps ensure that mobile phone games live up to user expectations. After all, it is for them that these games are being designed in the first place&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-2885165226448105234?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2885165226448105234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/2885165226448105234'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/designing-of-mobile-phone-games.html' title='The designing of mobile phone games'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-6345408829293747504</id><published>2009-03-01T12:08:00.001-08:00</published><updated>2009-03-01T12:08:48.403-08:00</updated><title type='text'>The Advantages Hosting Resellers Receive By Changing to Microsoft Reseller Hosting</title><content type='html'>For example, With Windows Reseller Hosting providers you don't have to hold differnt accounts in order to keep up with all the customers that you might have, those that are normally spread out over the various control panels that you have in Linux. This can make keeping track of customers so much easier and save you a lot of time. You can still host applications written in any of the languages available. This means you can run a PHP and MySQL based site right next to your ASP.Net SQL site as well. It is all on the same server and in the same control panel so you don't need to keep switching back and forth.You can also use ASP.Net and ASP, a more powerful tool in the developing applications for the web. That is certainly not the case when you use UNIX. With the Windows reseller hosting platform that lets you use ASP.Net and ASP, you can use those more popular content management systems and they will run well. The ASP scripting works much better with a Windows hosting platform.When you use Windows Reseller Hosting, you will always have the latest technology available that you can add to your portfolio of services. You will be able to offer Exchange 2007, and there is also Windows Mobile and the ActiveSync that goes with that. There is also the Push Technology and the SharePoint Services that is also available. All of these additional services you can offer with your hosting platform and it makes for additional income and a more powerful way to market your professional services.The SQL Server provided by Microsoft is a data management and analysis software that has worked so well and has been rather reliable for a great many complex business applications. It is one of the fasted growing database solutions that is being used, and it can give a competitive advantage when you offer this with your Windows hosting as a reseller.Compared to the UNIX control panel, the control panel of a Windows based hosting program has a clustered solution that makes use of the Active Directory technology also provided by Microsoft. This means it already has Enterprise level solutions right from the start. You show that you can meet growing demands, as you need them right away. With all of these reasons to use a windows reseller hosting platform, it gives solutions to what you can offer to customers when you sell them this solution to their hosting needs. When you partner up with a reseller that offers this platform, you're offering many opportunities to grow and help your clients to expand their needs and utilize the latest technology. Once you try this reselling program, you will find a higher quality of customer and be&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-6345408829293747504?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/6345408829293747504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/6345408829293747504'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/advantages-hosting-resellers-receive-by.html' title='The Advantages Hosting Resellers Receive By Changing to Microsoft Reseller Hosting'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-1946239823690263043</id><published>2009-03-01T12:05:00.000-08:00</published><updated>2009-03-01T12:07:45.348-08:00</updated><title type='text'>Tweaks to Boost PC Speed</title><content type='html'>Does your PC make you to take a nap when you have initiated a new program? Is it sluggish and making you feel tiresome? Is it really crawling? Then you have two options: either dig a hole into your pocket and purchase new; otherwise, alternatively you can take help of some simpler tips to speed your PC.The plug-ins listed in the article will make your PC run faster, smoother, and seamless Internet experience.1. Tune up Tools: Tune up tools optimize performance of PC and let users customize computer easily. These tools make user to handle their Windows their way and will make PC faster, comfortable and more secure. These are generally available for free. For instance, a one such utility is Advanced WindowsCare V2Personal. This one click approach helps in protecting, repairing and optimizing PC. It clears all mess from Registry, handles Windows startup programs, and also removes surfing history. The other Tune up tools that can be used to speed up PC are Tune up Utilities, WinSettings Pro, and Glary Utilities. Caution: If testing it, always create a restore point for your PC and then let the utility do the procedure that it will do for complete optimization of PC.2. Application and Start up Optimization plug-ins: Systems really crawl when so many back end applications are running or they are outdated and require patches or fixes. To optimize the start up and applications, many utilities are available like PC Decrapifier, Autoruns, Security Task Manager, Norton Removal Tool, McAfee Consumer Products Removal Tool, and many others. To surf the internet for every updated patch of your application is a tedious job, but you can ease yourself by using freebie Secunia PSI. This utility scans PC and lists applications that need patches and update them every time when it gets a fix for it. The other utility, PC Decrapifier, removes all the crap including the unwanted items that are of no use to users from PC. But always remember to make a restore point for your PC, may be it kills some items that you really don’t want to kill. The utility named Autoruns, kills unnecessary applications and services to deal with system slow downs issues.3. Disk Cleaning and Back up utility: Hard disk cleaning utilities really add life to PC performance. There are many files that clog hard disk spaces. To erase these you can, make use of utilities like CCleaner, or NovaBackup Professional. The utility named CCleaner is the best tool to optimize performance by scrubbing internet files, removing temp files, deleting cookies, unneeded file fragments, and cleaning history. Having big media library is also an invitation to problems as they create multiple duplicate files which hog on memory thus reducing the speed. The utility named Duplicate Music Files searches for more than one file names, as it compares file sizes, does error checks, and even examines ID3 tags to track down duplicates and delete them.4. Utilities to tune Internet and Network: Even with your faster network connection, sometimes the speed of your internet really annoys you. But with the available plug-ins you can surely do something for it. For instance, Expired Cookies Cleaner is a utility that cleans the cookies automatically as expired cookies also clogs the memory of PC making it sluggish. Similarly, the other great help to Netizens is Download Accelerator Plus. This utility is simply a great tool to those who just love to download as it increases the speed of download by splitting the entity into pieces and thus using fastest server for each piece.Apart from these, the add-ons are available to optimize Browser, clean Registry, enhance Security, and also to tune the user interface.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-1946239823690263043?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1946239823690263043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/1946239823690263043'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/tweaks-to-boost-pc-speed.html' title='Tweaks to Boost PC Speed'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-4202361034016505631</id><published>2009-03-01T12:00:00.000-08:00</published><updated>2009-03-01T12:03:21.623-08:00</updated><title type='text'>Math Answers – An Interesting Aspect</title><content type='html'>What do you do normally after working out a math problem? You rush to look for the answer, to make sure that you have done it the right way. The feeling of immense joy you get when you find that you have got it right is something beyond words could describe! So, math answers are a source of excitement, happiness and a feeling of achievement!You find math answers in almost all the math text books. Math answers are provided for online tutorials too. Where math answers are a source of pleasure for a smart math student, what about the case of a student who lacks the basic math skills? Of course, for such a student, it is an unwanted or the most feared area. But those students need not worry. Math skills could be acquired through practice. Always remember, “Practice makes perfect!” If you devote at least one hour everyday on math, you are sure to become a little math master in due course. Then math answers would not be a nightmare for you.There is another interesting feature about math answers. For most of the math problems, there would be only one right answer. At the same time, there could be many wrong answers. Let us have a quick look at a math question. Find the sum of the largest two digit prime number and the smallest two digit prime number. The correct answer is 97 + 11 = 108.Now, if a student writes it as 18, then it is obvious that he did an error in addition. If the student writes the answer as 109, then it could be due to the reason that he / she did not understand the question or has no idea of prime numbers. That is, he/ she got the answer by taking the largest and smallest two digit numbers. (99 + 10 = 109) And what could you infer if the answer is 1067? Simple… The student has taken the numbers correctly, but did multiplication instead of addition. So, the wrong math answers could lead to find out why the student went wrong or what is that he/she does not know. Thus, analyzing the math answers could guide a teacher to find out the weakness of the student. The teacher would be able to guide the student properly on supplementing his/ her math skills by taking suitable remedial measures to reinforce the concepts the student is lacking.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-4202361034016505631?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4202361034016505631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4202361034016505631'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/math-answers-interesting-aspect.html' title='Math Answers – An Interesting Aspect'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-8961941706182046817</id><published>2009-03-01T11:57:00.000-08:00</published><updated>2009-03-01T11:59:52.502-08:00</updated><title type='text'>Turn A Shower Into An Educational Game</title><content type='html'>They say education is a lifelong journey. Difficult to comprehend when you are at school slogging through lessons and exams but learning can be greater fun when turned into an educational game. Take a practical application and apply as many subjects that have been learned in the classroom. This morning I took a shower, a frequent occurrence I hasten to add, but today I had one of those eureka moments - a tribute perhaps to that other rather more famous bather. Have you ever thought how much science is involved in the process of taking a shower?To highlight the point I have used the following abbreviations as each topic appeared during my ablutions." Biology (B)" Physics (P)" Chemistry (C)" Maths (M)" Citizenship (Citi)" Psychology (Psy)" Geography (G)" Geology (Geo)" English Language (Eng)The first question to loom up is why we take a shower? The experience is functional in removing body odours created by bacteria, (B) but also physiological as it induces endorphins that help wake you up and make you feel good (Psy) Removal of body odours also makes you a little less undesirable to others nearby ( Citi).The water is fed from a header tank under gravity- thanks to Newton (P) - and as I'm a devout wuss, heated. Energy is consumed to heat the water by the conversion of electrical energy into heat P). This is measured in watts, the result of multiplying volts by amperes (M +P). Responding to marketing persuasion I have been attracted to the delights of a power shower. The increased force (P) boosts the endorphins (B) but unfortunately uses 12 times the amount of water (Geo) than the gravity shower all of which has to be heated (P ) This is draining the natural resources, literally, of water and power causing environmental concerns (forgot to add the code for the environment - that's an (E). The availability of water depends on geography (G) and the natural storage which locally are aquifers (Geo).Being male I have a predilection to B.o.g.o.f offers ( buy one get one free) in supermarkets and anything in blue packaging (Psy) The resultant over purchase of needless stock (M) led to a ban by my wife (City)that means all shower products used have her stamp of approval and sensible supply level.Today's showering experience was a cornucopia of non blue ingredients. The shampoo promised a "Fruitful Infusion" to produce a "Dazzling Shine" (Eng) from the passion flower, patchouli and vetiver ingredients(B). The conditioner provided "Tangle free hair with uplifted volume" enhancing the dazzle effect by way of a "Citrus lift"(Eng) from tangerine, lemongrass and aloe vera (B) And the rest of the body below the head was in turn subjected to "Serious pampering"(Eng) from fennel (B) and sea mineral (C) based in a silky smooth shower gel (C).The post shower application of talcum powder, contained talc mineral (C+Geo). The deodorant, promising to maintain a "desert - dry"(Eng) atmosphere under the arms (B +G) from aluminium zirconium trichlorohydrex (C). The aftershave contained alcohol ( C).In the space of 5 minutes I had consumed 150 litres of water, 4 kilowatts of energy (P), half an alpine meadow of additives, and drained the lot away to the water treatment works where they will use bacteria (B) to break the ingredients free from the water, and off we go again.Taking a simple shower will seem a lot busier from now on. My shower involved 34 applications of science and learning and a lot of fun to see how many links with education can actually be made.Alistair Owens operates an educational games web site ands writes on educational matters for a wide range of publications.Article source http://alistairowens.blogspot.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-8961941706182046817?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8961941706182046817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8961941706182046817'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/03/turn-shower-into-educational-game.html' title='Turn A Shower Into An Educational Game'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-8938179412089758275</id><published>2009-02-28T13:07:00.000-08:00</published><updated>2009-02-28T13:08:51.454-08:00</updated><title type='text'>Online job-hunting Techniques</title><content type='html'>The job hunting technique has never been a bumpy ride to getting a good job and a bright career prospect. After a lot of introspection and horse running, you land up into a job opportunity which finally suits your profile and is lucrative. But, if searching for a job online, your chances of getting a good job offer and job increases. So, in order to look for a job, you must first be computer savvy and next you should adopt certain techniques to grab the best offer.The best techniques for the job hunting to be acted upon include:Search for the best job sites on the internet: You should be aware of such sites which list advertisements of good companies. Ask your friends or you can put your key words on the major search engines like Google, Yahoo, Altavista etc. Here you can find good sites related to jobs and then on these sites, you can look for jobs across different organizations which appear from time to time when vacancies exist in these organizations.Post your resume on the top sites: Whichever sites appear in the hit list as the search result, post on these sites. If you submit on a large number of websites, the chances of getting job offers are more. But if you get plenty of job offers, you will get confused. So, it is best to remain focused.Submit a well-written resume: Make sure that your resume should be nicely written before you submit your resume on these sites. You can also get your resume written by top professionals who will make your resume applicable to the job profile you wish to apply for. An ideal resume must include extra-curricular activities apart from your qualification and experience. The employer today looks for overall personality, extra-ordinary skills and attitude apart from the aptitude. You can also make different kinds of resume according to the needs of those organizations.Investigate the organization you are applying: When submitting your resume to any particular organization, you should try finding the good factors attached to that organization and also look for the loopholes if any in them. You can rate the organizations wherever you are applying. Comparing these organizations will give you a fair idea of where you are heading to.Look for other criterias in any organization: The organization you feel stands among the top in any industry, do consider for job application. But, apart from this also consider other factors like the corporate culture, healthy environment, compensation package and promotional benefits attached to it. The corporate culture will let you know the working style of employees, the team work and the relationships shared among the employees.Make sure that the compensation package you are being offered is attractive and serves your purpose. The package should have benefits such as medical allowance, mediclaim, LTA, paid leaves, PF, gratuity etc. Look for promotional trends and career growth in an organization you are applying. This you can know while appearing for an interview.Once you get a call from a well-to-do organization, you should rush for the interview. And then finally have your piece of cake by joining most sought-after and your choice of organization.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-8938179412089758275?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8938179412089758275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8938179412089758275'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/02/online-job-hunting-techniques.html' title='Online job-hunting Techniques'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-6709230513793234697</id><published>2009-02-28T13:05:00.000-08:00</published><updated>2009-02-28T13:07:00.248-08:00</updated><title type='text'>Google Chrome : The new entrant to the browser landscape</title><content type='html'>The stage is set to welcome the latest Web browser by search giant Google named "Chrome". It is a novel open source web browser with some advanced features and its source code is released under a BSD license. It possesses some astounding features of security, speed and stability compared to widely accepted existing browsers like Internet Explorer 8.0, Firefox 3.0, Opera 9.5 etc.Chrome is the recent launch by the company and is on the roller coaster ride of popularity. Its acceptance quo can be well analysed from the fact that with in 24 hours of its first public launch the web browser has trapped 1% of market share. This feature will acknowledge you with some of the exclusive features of the web browser - Chrome.Privacy mode –Incognito: Chrome possesses a new privacy mode coined as Incognito, which allows user to create a window where nothing that occurs in that window is ever logged on your computer. It is really good for the security point of view because no one can find any logged file for recently visited web sites. This can be useful on shared computers and when viewing sensitive data through the Web browser.Instant Bookmarking: Chrome makes bookmarking an easy job for the users. Bookmarks along with other Chrome browser settings can be saved and retrieved in the Google cloud. This allows for anytime and anywhere access to your personal settings be it privacy, bookmarks, and history.Memory usage by Chrome: Google Chrome uses less amount of memory as compared to other web browsers in the market. Chrome uses total (private memory + shared memory) memory of 118,616 K, while Internet Explorer 8 and Firefox 3.0 use 116,028 K and 399,332 K memory respectively.Support for Web applications: One of the major characteristic of the web browser is its support for the web applications. The current applications include Google Docs, Salesforce.com, and Outlook Web Access. Chrome makes it easier to make those applications feel more like desktop apps.The web browser offers you simple procedure to create Desktop, Start menu, Quick Launch icons etc which results to quick internet access to many applications.Own Task manager: Chrome has its own Task Manager that illustrates you how much memory and CPU usage each tab and plug-in is using. Users can easily open it by using shortcut key Shift + Esc and can easily get into Task Manager to shut down locked applications. This distinctive feature makes sure that a bad process in one tab can’t destroy the whole browser session.Single box for search, address, and history: The Chrome has united search, address and history options by offering a single input box. This feature assist you to search a specific page more efficiently and accurate to the requirement. For example if you type “technology” in the search box and it will suggest the technology.com home page as well as other recently visited technology pages. The default search engine for Google’s Chrome is Google.com, another Google product. This is a good way to promote one product by another.At the conclusive note, I can say that this new launch by Google is an excellent product that IT users will really like to use.&lt;br /&gt;About Author&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-6709230513793234697?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/6709230513793234697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/6709230513793234697'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/02/google-chrome-new-entrant-to-browser.html' title='Google Chrome : The new entrant to the browser landscape'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-9120086723256044317</id><published>2009-02-28T13:02:00.000-08:00</published><updated>2009-02-28T13:04:22.440-08:00</updated><title type='text'>Maximize your earnings  Minimize your work with Niche Creator</title><content type='html'>Niche Creator is exactly that.  Once fully set up, it can churn out pages by the thousands based upon the keyword list you feed it.  So if you wanted to set up a niche 'tea pot' site and advertise tea pots and ware, you just obtain a suitable keyword list and &lt;a href="https://paydotcom.com/r/3386/cvancicom/562511/"&gt;Niche Creator's&lt;/a&gt; your Uncle. It will happily churn out as many pages as keywords or key phrases you give it, all complete with a keyword theme article (if available) from iSnare and a themed Yahoo news feed.  Niche Creator comes complete with some basic templates, though you would be a fool to use them as millions of other pages on other sites have.  This is called a 'footprint' and its one of the several ways that the search engines spot 'spammy' sites.  Once found out that's it. All your work is for nothing, the domain names useless, your multi thousand page site sinks without trace and becomes just more discarded spam somewhere in the deep recess of the Internet that hardly anyone will ever see again.&lt;br /&gt;Not very good is it?&lt;br /&gt;Unfortunately that is where many budding internet entrepreneurs sites end up within a few weeks of being launched.  Having said that, you can 'play the odds' and purposely continue churning out sites that you know will get banned though, faster than the search engines find and sandbox them. Keeping in front of the search engines like this, while still aiming to make big money requires massive amounts of fresh pages each day and a continual supply of cheap domain names, servers or hosts and IP's. Sounds like a lot of work maybe but some out there are doing just that and the top ones are making $1000's daily.  Fact, Google actually 'special delivers' some AdSense commission cheque's to regular clients, the amount is that big!! And some use Niche Creator!!&lt;br /&gt;But that's the extreme and if you want to go there be warned.  The path is littered by failures and you will need to study hard to make it. If your not into scripting and pretty good at html, forget it.  For the more realistic entrepreneurs, lets concentrate on earning $100's a week first. As once the right combination is found on a smaller scale, its relatively easy to simply duplicate the process and earning power.  The whole secret lays in Automation.  This is where &lt;a href="https://paydotcom.com/r/3386/cvancicom/562511/"&gt;Niche Creator&lt;/a&gt; has some useful features.&lt;br /&gt;Lets go back to square one first.  Don't use it out of the packet.  Your first job as with any site is a good template.  Niche Creator like any other similar programme is only as good as the keywords, content sources and template you feed it. Now bearing in mind about footprints, you should design a template from scratch for the most vital of reasons, uniqueness. Creating an images folder and using small images liberally throughout the page is also important. Remember, to avoid being penalised by the search engines, your site must appear as normal and useful as possible. Don't forget all the 'rel' and 'alt' tags.  Set the Niche Creator %%KEYWORDS%% into them. Like &lt;img src="images/teapot.gif" alt="Antique %%KEYWORDS%% from %%DOMAIN%% the %%KEYWORD%% shop" name="tea" width="12" height="12" border="0" id="pots" /&gt;You can use the same technique for inserting vital keywords anywhere in the template, like the 'Title' and 'Meta Tags'.  Spend the extra time in fine tuning the template and 'hard wiring' certain elements like affiliate ads into it. Stay away from style sheets, stick to good old tables and use imagination, colour and backgrounds to achieve the unique masterpiece. Remember, you are trying to emulate a white hat site, so it needs to at least resemble one.&lt;br /&gt;Insert a standard paragraph near the top and bottom of the template that will automatically include keywords in the right place to make the paragraph readable. These words will encourage the search engine user to click on your site as the search can display the first lines of the page as well as the title. Additionally, frequency of keywords at the top and bottom of the page are crucial for ranking.&lt;br /&gt;Keep the top left area of the page for your most important advert as this is the clicking 'hot zone'.  Do NOT use anything resembling a banner, most people are 'banner blind' now. Always blend adSense or any other ads into the same font and colour scheme of the page.  Links are Blue, visited links are Purple is the most effective combination, its what people are used to and you do want them to click a link don't you?&lt;br /&gt;So now your masterpiece is ready, you have inserted %%'s in all the important places and wired in affiliate ads and AdSense.  Just upload it along with a keyword list and Niche Creator produces fresh php pages on the fly.  Though be careful, do not upload a huge keyword list at this stage.  It would look rather obvious to any search engine bot that hundreds or thousands of pages all on the root directory, with not a folder in site is suspect.  Until you get into automating folder creation and organic growth, keep the keywords down to less than 300 to start with.&lt;br /&gt;There are several 'modules' included with Niche Creator which you should familiarize yourself with and depending on your layout, you should tweak the ones used to be unique.  All in all, Niche Creator can do everything its claimed to do, and do it well but watch out for obvious footprints and be prepared to get under the bonnet with some php tinkering.  If you need something easier 'out of the box' then you should look at HyperVRE which is featured in our report &lt;a href="http://www.keywordaccess.com/automating-hypervre.html" target="_self"&gt;here&lt;/a&gt;.&lt;br /&gt;And don't forget, before you start this path, check your hosting company. 99% of hosting companies provide mod_rewrite, but you may have one that doesn't. Without mod_rewrite your in the dark ages and Niche Creator nor much else will work , so change hosts.&lt;br /&gt;@import "http://www.keywordaccess.com/advertisers/addto/addto.css";&lt;br /&gt;&lt;br /&gt;var addtoLayout=0;&lt;br /&gt;var addtoMethod=0;&lt;br /&gt;var AddURL = encodeURIComponent(document.location.href);&lt;br /&gt;var AddTitle = escape(document.title);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-9120086723256044317?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/9120086723256044317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/9120086723256044317'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/02/maximize-your-earnings-minimize-your.html' title='Maximize your earnings  Minimize your work with Niche Creator'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-4026297702970500367</id><published>2009-02-28T12:57:00.000-08:00</published><updated>2009-02-28T13:01:53.074-08:00</updated><title type='text'>Blocking security threats on Networks through Firewall</title><content type='html'>The computer security is the utmost requirement of each organization. The organizations are worried about the viruses or malicious users who skip into their network and can corrupt their data.To secure their PC’s, organizations work very hard and install various anti-virus programs on their PC’s. But the main problem still persists and that is the Network Security. Installing Anti-Virus programs is no permanent remedy for the Network Threats.To secure network, installing Firewalls is a good and reliable option. The organizations can block many security threats using some solid firewall programs. Below is the list and description of various Firewall programs that you can install and use to secure your network from any intimidations: 1. Zone Alarm: This is the most recommended firewall program to stop the network intrusion. It is very fast and lets you know if any one tries to invade your network. The moment non-concerned person tries to enter your network it will let you know via Pop-Up and then you can designate your safer applications and can resist other applications that are not known to you. You can download and run a trial version but it has some limited options which are more than enough for the basic security. But if high quotient of security is required, paid version is recommended.2. Black ICE PC Protection: This is the most recommended Firewall program for the network security. This was the first mainstream firewall program and is most widely used till date. This is a perfect product choice both for the advanced network users and beginners. It provides a high quality user interface, log in facilities and it has some settings that can be configured to stop some specific network addresses for security purposes. The users are granted for periodic updates till one year after the purchase of product.3. Comodo Firewall Pro: This firewall program alerts the network administrator based on the analysis of regular applications. It keeps a track of daily applications and if detects any alteration, the malicious act is suspected. It alerts the administrator based on this strange and suspicious detections. Its User Interface is friendly and each security alert is followed by the instructions that are needed to proceed further. Its Pro version is free for life time.4. Symantec Norton Personal Firewall 2004: Symantec is the key player in security. It provides many solutions for the computer and network security. This product is also much recommended but many users do not find its user interface so easy to use. It has many features that simplify the administration of security across LAN. This is much recommended for use as it is from a very reputable company that deals in security only.5. NetVeda Safety. Net: This is also a solid firewall program and lets you designate your safe applications. It allows you to have a complete watch on your network for any intrusion. Its security alerts could be bit confusing for the beginners and it is mainly directed to advanced users. You can set your own controls for this application.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-4026297702970500367?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4026297702970500367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/4026297702970500367'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/02/blocking-security-threats-on-networks.html' title='Blocking security threats on Networks through Firewall'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-842933510787748717.post-8658888665409894043</id><published>2009-02-28T12:50:00.000-08:00</published><updated>2009-02-28T12:56:34.390-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Amarpreet97'/><title type='text'>Is-indian-it-really-fattening</title><content type='html'>In the global slow down scenario, where all the countries are facing a recession, the Indian IT industry seems to be gradually gearing up to the mark in export revenues. According to IT research firm Gartner, IT end-user spending in India is expected to grow at a compound annual growth rate (CAGR) of 14.8 per cent from 2007 through 2012 to generate US $110 billion in 2012. We can say that the Indian IT industry hardly has a radical effect in the retrenchment of employees. The reason is that the Indian businesses continue to invest in IT in order to drive operational excellence and innovation to represent a significant growth opportunity for IT vendors.There can be any number of reasons for the above statement like one of it is growth in server market, which is primarily stimulated by the growth in the x86 and the Itanium platform. According to market reports, the unit shipment growth will experience a 10.2 per cent compound annual growth rate for the time period of 2007 through 2012. This is not the end of the story, even the non-x86 based platforms continue to dominate the high-end and midrange server segments, especially banking, telecommunications and government sectors.The continuous and gigantic emergence of laptops in Indian market portrays the real IT growth. As per latest statistics, the Indian market will ship nearly 24 million PCs, of which more than 50 per cent will be mobile PCs by 2012. The laptop developers are offering consumers with ultra-sleek, ultra-mobile and ultra-portable machines at genuine prices so that nobody can neglect this tiny machine from being attracted and computer makers are gearing up for that future. According to recent market report, the total laptop market size in India is currently estimated at 1.5 million units and is expected to grow at over 50 per cent a year and by 2010, mobile PCs will contribute 51.8 per cent of total shipments and will rise to 61.4 per cent by 2012. India may not remain a software market for long. It is becoming one of the world's top exporters of software. Even the domestic market grew by more than 45 per cent in 2007, making India one of the largest emerging markets for computer software. The reason is being the support of government of India 's industrial and investment policies. The states says that India will reach $3.4 billion by 2012 and expected to become the third highest CAGR of 16.3 per cent for the forecast period of 2007 through 2012.More so, the telecommunications services market in India is expected to reach $52 billion growing at a CAGR (compound annual growth rate) of 26.8 per cent from 2007 through 2012 and will add its own contribution in the IT expansion.Other growth drivers in the IT intensification are use of top technologies, broadband penetration, proper investment and other priorities that include security, business intelligence and enterprise application projects etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/842933510787748717-8658888665409894043?l=mjarwar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8658888665409894043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/842933510787748717/posts/default/8658888665409894043'/><link rel='alternate' type='text/html' href='http://mjarwar.blogspot.com/2009/02/is-indian-it-really-fattening.html' title='Is-indian-it-really-fattening'/><author><name>IT BLOG</name><uri>http://www.blogger.com/profile/09863644429314997319</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
