Welcome

follow us

Thanks for visiting. Good to see right person at right place. You're suggestions/views are very precious for us.:)

Thursday, January 17, 2013

Speed up your broadband internet connection using firefox

If you are having a broadband connection and you are using Mozilla Firefox, here is the way by which your speed can be increased 2-3 times.

The method is very simple and based on a simple logic.

Normally the browser can make one request to a web page at a time. But when you enable pipelining it will make several request at once, which speed up page loading.

Below are the steps to enable pipelining in Mozilla Firefox.

1). Type “about:config” into the address bar and hit return.




You will be warned by the browser that "This might void your warranty" but don't worry click on "I'll be careful, I promise !"
 

Now scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests



2). Alter the entries as follows:








Set “network.http.pipelining” to “true”

Set “network.http.proxy.pipelining” to “true”

Set “network.http.pipelining.maxrequests” to some number like 30. This
means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer.
Name it “nglayout.initialpaint.delay” and set its value to “0?.
This value is the amount of time the browser waits before it acts on information it receives.



That's it and you are done.



If you’re using a brodband connection you’ll load pages 2-3 times faster now.

Thursday, June 28, 2012

Easy guide to update your Android phone to Android 4.0 ICS




Thursday, March 29, 2012

Facebook trips and tricks

Hello guys.. i am sharing some Facebook COOL tricks and tips...with you people.. I hope you like it..




All the short cuts are working as tested in Firefox ( I don't have chrome :P ).


Sunday, February 19, 2012

How to Smooth Skin in Photoshop Without Losing Texture


Today I am gonna describe you how to smooth skin in Photoshop. This is the most wanted/popular effect in Photoshop that anyone wants to apply to make his/her picture better. 

This will help you to make your pictures better for uploading them on Facebook . And the best part of this effect is that it is very difficult for others to even guess that your photo is edited.

You can do all this in any version of Photoshop but this one is done in Photoshop CS5.








Step 1

  • First, open your image.
  • Duplicate your background layer. For that simply drag the layer onto the new layer icon in the bottom right of the layer palette. 
  • Now set the blending mode of this newly created layer to "Vivid Light".

as shown in image:








Step 2

  • Now, invert this layer. Do this by pressing Cmd + I (from Mac), Ctrl + I (from PC) or Image > Adjustments > Invert.
  • Then, apply a Gaussian Blur by selecting Filter > Blur > Gaussian Blur (Detail : Applying a blur filter to an inverted picture will make it look shaper.) Use the slider (below 'Radius' as shown in image) until you can see the pores on her face.






Step 3

  • Now let smooth the skin! 
  • Go to Filter > Other >High Pass. 
  • Move the slider as shown in image below until you are happy with the smoothing. 







I don't think that you have to scroll down more for more steps. Yes, you are done with editing.
You can see some good changes that you always want in you photo.
oh, no need of saying thanks... i am overwhelmed.. welcome


And please don't ask me the name of this girl if she occupied some space in your heart  . I value your feelings but i also don't know her.
 

Sunday, February 5, 2012

Akash(Ubislate7) tablet reviews

Today's biggest question rising in everybody's mind. Is Aakash Tablet worth buying ? Am i getting a dummy in Rs.2500 ?

All these question are rising in my mind too. So, than i studied about it over the internet and found some good and bad things too about this tablet. And i came to a conclusion that its is not that bad and a thought came in my mind as said in marathi  "itne paise mein itnaich milega".

I am not saying it is good for all. It depends on individual need and usage.

Here are few videos which are fair enough to judge its capabilities. These videos (total 14 mins) will answer to most of your question like,

How is its processor speed ? Does it detects usb and keyboard properly and fastly ? Do it plays videos on youtube, etc well ?  Do it loads MS Office files properly ?? And the most important, what about its browsing speed ?








These all is about Aakash (Ubislate7). Now we are waiting for Ubislate7+ (The upgraded version of Aakash) with lots and lots of expectation. As it is more advance in many terms. Like upgraded OS i.e Android 2.3,  increased Ram size, better and fast processor and bugs of Ubislate7 is expected to be fixed in Ubislate7+.

Every one and me too suggest you to wait for Aakash 2. For persons with low patience and if they are 
student Aakash(Ubislate7) is there for them

Monday, January 30, 2012

Digital design by M Morris Mano (4th edition) PDF



If you are in search for digital logic design by morris mano.
Than your search ends here. As the 4th edition is difficult to find on internet.


I will personally recommend you all to study from this book. Just buy it from any shop if you don’t get it from internet . It will help you in making concept and will clear your all doubts.

Especially all B.Tech student don’t think that you have to study this only one sem. and it will not come in future , in many subject you will find DD as basics and in Gate exams too.


Link shows file size to be 0 Kb(problem of file hosting site :P not mine) but file size is just 1Kb as it contains two links. Don't worry the file is there, it is not deleted and working too.


Download

Saturday, January 28, 2012

Difference b/w Implicit and explicit in terms of java programing

Explicit means things done by the programmer.

Implicit means done things by the JVM or the tool , not the Programmer.

For Example:
Java will provide us default constructor implicitly.Even if the programmer didn’t write code for constructor, he can call default constructor.

Explicit is opposite to this , ie. programmer has to write .