Thursday, 5 March 2020
When it comes to Earning money online with Blogs or websites, The most genuine and Trusted way is Google Adsense. Google Adsense is an Ad publishing network Run by Search giant Google, It is considered the Best and Highest paying Ad publishing Network available
Step #1
Go to the home page of Google Adsense. Google Adsense home page and if you dont have account already. go ahead and create one.
Click Sign Up Now..
Registration Page appears, fill in the blank carefully
Step #1
Go to the home page of Google Adsense. Google Adsense home page and if you dont have account already. go ahead and create one.
Click Sign Up Now..
Registration Page appears, fill in the blank carefully
Arduino Nano Blinking LED
Your first sketch to learn coding with Arduino Nano is to begin with simple basic example.
You need to download Arduino IDE from The LINK. After finish installing the IDE and from the menu, File ... Examples ... Basic. Choose Blink.
The code should look like this:
//
void setup() {
// initialize digital pin LED_BUILTIN as an output or you can assign an digital pin on the board to act as an output
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second = 1000 mS
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
***////////////////
Now upload the sketch to the connected board with the right COM port and for the right Board name. in our example we choose Arduino Nano 328P.
click on compile to test for errors, after compiling the code you are ready to upload the code the board.. Click on Upload.
After finish uploading the code and normally takes few seconds. You will start see the LED on the board start to blink On and off and time delay in between.
You can adjust the delay by increasing the waiting time between turning the led On and off.
You need to download Arduino IDE from The LINK. After finish installing the IDE and from the menu, File ... Examples ... Basic. Choose Blink.
The code should look like this:
//
void setup() {
// initialize digital pin LED_BUILTIN as an output or you can assign an digital pin on the board to act as an output
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second = 1000 mS
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
***////////////////
Now upload the sketch to the connected board with the right COM port and for the right Board name. in our example we choose Arduino Nano 328P.
click on compile to test for errors, after compiling the code you are ready to upload the code the board.. Click on Upload.
After finish uploading the code and normally takes few seconds. You will start see the LED on the board start to blink On and off and time delay in between.
You can adjust the delay by increasing the waiting time between turning the led On and off.
Sunday, 17 July 2016
How to Get Your New Website or Blog Discovered
How to Get Google to Index Your New Website & Blog Quickly.
When you create a new website or blog , the first thing you probably want to happen is to find it through search. But you have to wait for the Googlebot to crawl your website and add it or your the newest content to the Google index.
To make sure how to do this quickly and possible , plus some great ways to get the Googlebot to your website or blog to index your content sooner rather than later.
What is Googlebot, Crawling, and Indexing?
- The Googlebot is simply the search bot software that Google sends out to collect information about documents on the web to add to Google’s searchable index.
- Crawling is the process where the Googlebot goes around from website to website, finding new and updated information to report back to Google. The Googlebot finds what to crawl using links.
- Indexing is the processing of the information gathered by the Googlebot from its crawling activities. Once documents are processed, they are added to Google’s searchable index if they are determined to be quality content. During indexing, the Googlebot processes the words on a page and where those words are located. Information such as title tags and ALT attributes are also analyzed during indexing.
How to Get Your New Website or Blog Discovered
The following will help you get referral traffic to your new website !Once your website or blog is indexed, you’ll start to see more traffic from Google search. Plus, getting your new content discovered will happen faster if you have set up sitemaps or have a RSS feed. The best way to ensure that your new content is discovered quickly is simply by sharing it on social media networks through status updates, especially on Google+.
Also remember that blog content is generally crawled and indexed much faster than regular pages on a static website, so consider having a blog that supports your website. For example, if you have a new product page, write a blog post about it and link to the product page in your blog post. This will help the product page get found much faster by the Googlebot!
If you have used other techniques to get your website or blog indexed quickly? Please share in the comments!
Thursday, 22 November 2012
Bluetooth headset , Parrot Zik the most advanced
FEATURES:
Touch controlSwiping up or down on the right ear cup , changes the volume, swiping forward skips a track.
Motion Detector
Taking Zik off your ears automatically pauses the music so you'll never miss a beat .
Simple Pairing
Just touch your phone to left ear cup to pair effortlessly with NFC devices.
Active Noise Cancellation
With a total of four microphones , Parrot ZIK’s ANC technology reduces noise up to 25 dB.
Bluetooth Hands free telephony
With a bone conduction sensor , and a double microphone , Parrot Zik’s noise suppression system gives your calls amazing clarity.
Parrot Concert Hall Effect
Zik recreates beautiful lifelike sound. Alter the acoustics and sound-space through the Parrot App.
Don't Stop the Music
Even with a flat battery . Zik plays on with the jack cable included
Specifications:
- Neodymium drivers
- Sound pressure level: 110 dB
- per volt to 1kHz
- Impedance: 32 Ohms
- Powerful DSP algorithms
- Built-in NFC technology
- Frequency response: 10Hz – 20kHz
- Capacitive touch panel
- Bluetooth 2.1
- Hands free
- Alloy head rails
- Battery life:
- With all features activated: 6 hours
- With ANC only: 18 hours
- On standby mode: 24 hour
- With all features activated: 6 hours
- Width: 150 mm - Height: 198 mm
- Depth: 80 mm - Weight: 325 g
- Micro USB cable: 1 m
- Line-in cable: 1,30 m
Subscribe to:
Posts (Atom)