Hello Friends!.
Today I'm going to tell you about one magazine that my personally owned blog "Lapeasy Inc." Used last month for getting news of new launched technologies & gadgets and writing articles related to them.That magazine is:
                                                                                   DIGIT
Digit is a magazine formed in India for giving computer reviews,tips and tricks,tech news and many other things all related to computers,programming and technology. When I was a newbie into technology I was very confused that how could I get knowledge related to it but I had taken a resolution that i'll be some in computers ;). I'd internet, my friends said that if you have internet then you can do anything but i was a book worm, I can't find it on net. So I choosed digit for getting tech to me. Firstly I bought one set of digit magazine there was one Fastrack book where they take any one topic every month like programming and tell about it on the whole book.there was one game magazine, you can understand about any game magazine so I don't have to tell about it so much.
2 CDs were there, one was all related to the Fastrack book and the main magazine and the other was all related to the game magazine. When I started reading the main magazine, I felt some good. Every month they give the best about tech,computers and tech-news.
Digit is a good magazine for getting tech-news. After reading their that magazine I felt good and chosed digit for my tech news.
You can also subscribe for their monthly magazine at your doorstep.just go to www.digit.com and click on subscribe in the footer.
Thanks,
Lapeasy & Tech-Gadgets
We'll be back with some fresh and relevant content. :-)
Lapeasy Inc. launched it's first website. http://www.lapeasy.com

Prototyping is at the heart of the Arduino Way: we make things and build
objects that interact with other objects, people, and networks. We strive
to find a simpler and faster way to prototype in the cheapest possible way.

We believe that it is essential to play with technology, exploring different
possibilities directly on hardware and software—sometimes without a
very defined goal.
Reusing existing technology is one of the best ways of tinkering. Getting
cheap toys or old discarded equipment and hacking them to make them
do something new is one of the best ways to get to great results.

Open Arduino IDE. Select File > New and you’ll be
asked to choose a sketch folder name: this is where your Arduino sketch
will be stored. Name it Blinking_LED and click OK. Then, type the following
text (Example 01) into the Arduino sketch editor (the main window of
the Arduino IDE). You can also download it from www.makezine.com/
getstartedarduino. It should appear as shown in Figure 4-3.

// Example 01 : Blinking LED const int LED = 13; // LED connected to // digital pin 13 void setup() { pinMode(LED, OUTPUT); // sets the digital // pin as output } void loop() { digitalWrite(LED, HIGH); // turns the LED on delay(1000); // waits for a second digitalWrite(LED, LOW); // turns the LED off delay(1000); // waits for a second

If you're interested in web designing and wanted to learn a right way then today I am going to tell you some great books from which you can do it..

1. Learning web design:a beginners guide to HTML and CSS.
2.HTML and CSS
3.Designing with web standards
4.Web Programming:a book by Chris bates
 

If you're a beginner to Web Development and wanted to make a website that could get good responses and high traffic then you have to make a layout and that today i gonna tell you , So, lets we go onn...

Firstly design a layout that how your website should look and try to get some views from this given layout :


Header= In header write your blog's name and beside it make a menu button which when you click it will overlay the screen which describes your website more dynamic and responsive.its better than having separate buttons for each page.

Beside articles section,you can add your blog's tweeter page widget simply by getting code from the applications section, it will make your visitors alert about your current headlines..and...posts. Under it you can make one headlines section where you can write about your blog's hidden features and what you're going to do next can also be written on that section.Under it in center adding 4 social buttons will look gorgeous i.e. facebook,twitter,google+,pinterest..

Footer= This is also a good and time-taking part of a website. Make your footer big and rectangular in shape so that you can write about your blog and links to other websites very easily. Adding frames to it would be more dynamic and responsive you can do it with css..

For more information, send a mail to:
Rishabh2362@gmail.com