Technology At It's Peak

PROGRAMMING | INNOVATIONS | EDUCATION | TECH NEWS

Sunday, July 15, 2018

undefined 201

10 THINGS YOU SHOUOD KNOW ABOUT YOUR IP ADDRESS

1. You must have an active IP address to be online. Or more accurately, every time you're online you automatically have an active IP address. IP stands for Internet Protocol: The protocols are connectivity guidelines and regulations that govern computer networks. 2. IP addresses are assigned to computers, not people. The...

Saturday, July 7, 2018

undefined 201

California passes digital privacy bill - impact on U.S Citizens.

California enacted the nation’s strongest data privacy law on Thursday that could presage national changes to how big tech companies, including Facebook, Google and Amazon, collect and use personal data. The law, passed by the state legislature on Tuesday and signed by Gov. Jerry Brown, requires companies to disclose...
undefined 201

Who is a Software Developer?

A software developer helped design that. And when you roll into the office and turn on your computer, clicking and scrolling through social media, music and your personal calendar – software developers had a big hand in shaping those, too. You might spend your lunch shopping, and before you make that big purchase...

Friday, July 6, 2018

undefined 201

HOW TO USE ERROR REPORTING IN PHP

Error reporting is one of the tools an advanced or intermediate PHP developer should be look into. Once your application is developed for open market, one of the basic thing you should do is to turn off all errors or turn on some runtime errors . If not done, hackers can use this loopholes to penetrate your applications.  Look...

Sunday, July 1, 2018

undefined 201

INTRODUCTION TO HTML - CHOOSING THE BEST TEXT EDITOR

The last time, I introduced you to HTML being the basic language of the web. Now, I am going to talk about the best text editors to use for HTML. When choosing your editor as a beginner, you should consider the one with both code and design view. I will strongly recommend Dreamweaver. It's not just a text editor,...

Thursday, June 28, 2018

undefined 201

INTRODCTION TO HTML - PART 1

What to know about HTML 1.Any and every webpage is encoded in HTML( Hyper Text Markup Language). 2.A HTML document is a plain text file which is encoded in HTML language.A browser is used  to decode the HTML document and display(or render) it to the user 3.All...

Monday, June 25, 2018

undefined 201

HOW TO CREATE A CALCULATOR USING HTML, CSS and JS

For many that wonders what HTML, CSS and Javascript can do, here is a little calculator you can build using the languages. These languages are not only made for web applications, you can lay your hands on building a simple calculator with it, even to an advanced one. Look at the code below. <html> <head> <title>Calculator</title> <style> #text1,#text2{   } button{ width:100%; height:100%; } </style> <script> function...
undefined 201

NEW TECHNOLOGY! ADOBE'S AI DETECTS FAKE IMAGES

ADOBE has developed a tool that can detect if an image has been tampered with. The AI could tell if an element had been added, moved or cut from a photo. But the company warned that no piece of technology could provide a foolproof verification system. Vlad Morarium, an Adobe researcher, employed artificial intelligence...
Page 1 of 51235Next

Popular Posts