Skip to main content

Posts

AdviceAdda Reviewed

So reader, who Advice you to get the best perfume in the market? Who Advice you to get that Wristwatch you are wearing right now? Who did you ask to buy this Laptop, PC or Mobile on which you are reading this? Been in a mental stress mode? Whom did you ask to get stress free? Who advices you for your Career path? It seems you have different people to get your doubts cleared, right? Too much doubts and too much Advisers, but which one to listen and go for? Which is reliable? They say, "Listen to all, but do what you want". It seems correct, but are you going to roam around and ask people to answer your doubts? And on which basis would you categorize those advices and choose the most reliable one? It's tough!! But, now we have a platform that gets you a much clear view and a straight forward solution to all your doubts, it's named as the AdviceAdda. A first of its kind, AdviceAdda is a network portal to get answers to any kind of question you hav...

How Google uses Auto Correct

Google has been helping us in each and every way, but at the downside, it has also seeded a bad habit in us, i.e. Being lazy!! Google's auto correct feature has really made us forget how to spell words. Being so accurate and fast, that people now ignore to spell a word properly. If you use Google has your search engine for Web browsing you will observe that it has a powerful, fast feature of predicting the words that we are typing. How does Google manages to read our minds and get the correct word and that too within a 10th of a second? The answer to this lies in the Auto-Check Algorithm of Google. The alogrithm is simple but the key to it is "The huge Database" and frequent updation that Google has managed. Auto correction, simply means suggesting a word that's near to your input word in the Dictionary( the new word might the input word itself). Google's auto-correct algorithm uses techno...

How Whatsapp Earns

Whatsapp!!! Such a thing that it has added to the list of our day to day need. It's been a long time Whatsapp has been in the market and it's still FREE. So, ever thought how does Whatsapp earn money, it has no adds, nothing, but still earns a lot. The answer lies in the word "DATA". Yes, it's only our data that gets Whatsapp earning so much. You may have seen that Whatsapp says that you need to pay $0.99 after a year of free usage, but have you or anyone you know have paid it ? Nah, even I haven't paid it, so this is surely not the option of earning revenue for such a big company. The other way apps make money is the Ad way, but Whatsapp founder already stated that No adds, No games, No gimmicks. So Ad way isn't the way through which whatsapp earn. As said, it's our data that makes Whatsapp wealthy. Yes, you read it right, even after not paying a single Penny, we are helping Whatsapp to grow millions of it. This concept is called Big Data or Data man...

FB page Secrets

So how to make a fb page and get it fan followed within days? There is been a fashion nowadays to make fb pages to spread your views, ideas, blogs or any other opinions. Also, there are fb pages for humours and how-to-do stuff also. But, what we are discussing today is how will you gather more audience for your fb page? The answer lies in core algorithm that fb uses to put your page in the news feed lineup. It's called 'The EdgeRank', a simple formula that fb uses to put up your page posts more often on news feed. It has 3 elements, Affinity, weight and time. Affinity :: It simply means on which level do people are interacting with your page's post. So, people giving more likes and comments are going to see more of your page stuff in their news feed. Thus, put some post that get people more attracted to commenting and sharing. Weight :: So, all of you think, the more likes to a post the more frequently it will appear on...

Pylove

For the PyLovers , here we bring more coding examples. Written and tested by us, today we have 5 of the codes from basic to moderate that would help you get more attract towards #Python. Here are some codes that we have been practicing. Hope you try them too!!! Don't just copy+paste, edit too and see what changes can be done :) 1. Stringers: In this code, we have created a function that will take any string as a input and perform various string operations using the inbuilt string function as follows: 1. length of string using len 2. First occurrence of a char in string using  .index 3. Counting the number of times the char as appeared using .count 4. Convert string to upper and lower case using .upper and .lower respectively 5. Checking if the string starts and ends with a particular letter using .startswith and .endswith  6. Splitting the string using .split and storing it in a list. THE CODE: def stringers():     s=input('Enter ...

< Something new!! >

Observe the title of this post and copy the below next in notepad and save as --> Page.html in all files format And then open it in a browser :) That's the new thing we are going to learn. <!DOCTYPE html> <html> <head> <title> Let's Learn HTML Together </title> </head> <body> <h1> This is start to basic HTML Guide </h1> <p> HTML is the need for today's IT aspirants, get it done easily through PapSolutions :)  </p> </body> </html>

Do you know that?

Our Life is so busy that we often don't have time to look at smaller things that are actually quite questionable but interesting. We are here today to have a look at some of those things :) Here we go!!! Wi-fi Symbol Secret: We all use WiFi, actually it has become a Basic Need. But, have you ever imagine why does your Wi-fi symbols looks like that? No? We'll tell you. First of why is it called so? The word WiFi is used as a synonym to WLAN, the newtork configuration that it uses. WiFi was introduced by WiFi Alliance, the term WiFi was commercially used in August '99 it was coined by brand-consulting firm Interbrand Corporation. The Wi-Fi Alliance had hired Interbrand to determine a name that was "a little catchier than 'IEEE 802.11b Direct Sequence' Now, why is the symbol so? The answer is quite simple. When first WiFi was found, the technology used was based on Radar or Radio Waves that transmit from a single point to many. Thus, if we closely obse...