Skip to main content

Posts

Showing posts with the label technical post

2016 A TechnoYear

It has been a great 2015 for technology, innovation and creativity. Everything was at it's best, but guess what it's just a start!! Welcoming 2016 with wide arms open, we Papsolutions bring you all a sneak peek into the Tech trends and things to watch out for in this awesome year ahead. First of all let's get a quick recap of what great things 2015 gave us. It gave us the next version of IoT the Internet of things , computing everywhere was the motto of IoT and it made clear in 2015. Taking things to a new level, everything had technology embedded in it and We have more to see coming ahead in 2016. Things were taken at the peak in Mobile computing, innovations by Samsung, Apple just made us imagine how much power does technology has and to what no limits it could effect our day to day life. Talking about tech gadgets has always been exciting and 2015 provided us with great gadgs to talk about. From the Air2 speaker (that's a air floating wireless speaker ) , to Sam...

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...

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...

Our guide to Home Automation

So, everyone's now interested in automating the things, even at home. Yeah that's right!!! No one wants to get up to switch on a TV from their sofa or get the lights off when you're lying down on bed. This is now becoming a basic need of a SMART home. So, how do we actually automate the things? Do we use any kind of new appliances? What goes on at the back end? What technology do they use? How much does it cost? And which one is the best to go for? So many questions ??? We have the answer, read ahead to clear all your doubts. 1. The Appliance part: Of course it's obvious that your old switches won't operate wireless, you need to change them up or create a network configuration that is suited with your old ones. 2. The Technology and back end part: This is the part to understand and note down. There are many many technologies that can go through home automation and get your home wireless, let's look at some of them in detail (the popular ones are e...