Skip to main content

Posts

PHP guide- Everything about PHP

🔥 PHP GUIDE 🔥 ✨What is PHP❓ PHP is an acronym for "PHP: Hypertext Preprocessor". It is a widely-used, open source scripting language.PHP scripts are executed on the server And it is free to download and use.. ✨What is a PHP File❓ PHP files can contain text, HTML, CSS, JavaScript, and PHP code .PHP code is executed on the server, and the result is returned to the browser as plain HTML .PHP files have extension ".php" ✨What Can PHP Do❓ 💢PHP can generate dynamic page content 💢PHP can create, open, read, write, delete, and close files on the server 💢PHP can collect form data 💢PHP can send and receive cookies 💢PHP can add, delete, modify data in your database 💢PHP can be used to control user-access 💢PHP can encrypt data 💢With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML. ✨Why PHP❓ 💢PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, et...

What is Bitcoin? Future of digital currency

🔰 What is BitCoin❓ 🔰  ◽️ BitCoin is a global digital currency trading platform used by Crypto Currency.  Bit Coin is the first decentralized currency or system that is not controlled by one person.   In this system, exchanges are peer to peer, that is, when we exchange money in the formal or non-digital system, banks intervene to implement the exchange.  In this system, however, it is possible to exchange without any intervention, which is expected to change the banking system.   This exchange is verified using network nodes using cryptographic technology .  It is then registered with a public distributed ledger or block chain. ◾️ Who and how was it created❓❓  So Bit Coin was released as an Open Source Software by an unidentified person named Satoshi Nakomoto in 2009 G.C. Bitcoin was originally available as a reward in the mining process.  In 2015, 100,000 merchants received it as payment.   According to ...

DIFFERENCES BETWEEN HTML AND HTML5

DIFFERENCES BETWEEN HTML AND HTML5 History of HTML The man behind HTML, Tim BernersLee Was putting together his first elementary browsing and authoring system for the web and created a quick little hypertext language that would serve his purpose. Comparison between HTML & HTML5 Now let's have a look at all the new elements thta were added in HTML5 and factors that make it better than HTML. Video & Audio  Thr first factor in HTML vs HTML5 is the introduction of audio and video in HTML5. There is no such concept of media  in case of HTML. But it is one of the integral part of the 5th version. Storage  The second factor of comparison in HTML vs HTML5 is Storage. In case of HTML, we can use the browser cache as the temporary storage whereas in case HTML5, application cache, web SQL database and web storage is used. Vector Graphics Vector Graphics was used in HTML with the help of various technologies such as ...

7 Tips for perfect Icons !!!

            7 Tips for perfect Icons !!!                01. SIMPLICITY A icon is a stylized representation. Don't worry that it's realistic, eliminate unnecessary details , use basic shapes and leave only the essentials that the icon is easily understandable. Sometimes the  icons have a more illustrative and therefore more detailed style. It's a matter of style!! 02. CONSISTENCY  It's essential that all the icons in your system have the same style to ensure perfect harmony (same strokes , fill, shapes , style , thickness , size) Define grid, principles and style to follow.   When you can, design them from scratch , otherwise don't mix icons from different sets with different styles. 03. CLARITY  Design "pixel perfect" icons, especially when they are very small. In this way they are always sharp and without blurred borders, beware of half pixels and avoid decimals...

7 Ways to make money as Developer !

7 Ways to make money as Developer ! 1. The most common is to have a job at a Company or Work as a freelancer for multiple clients. 2. Create Web, Mobile and Desktop apps where you can have ads and in-app-purchases. 3. Write and sell E-books and/or physical books. 4. Work on open source projects and get Donations and Sponsorships. 5. Create a YouTube channel on topics like Tutorials , Developer Lifestyle, Tips and tricks and news in the field, etc. 6. Create a Blog and Monetize it via ads , sponsorship and affiliate products or sell your own products. 7.   Participate in CODING challenges, participate in bug bounty program. Thanks for reading this article , share with your friends. If you want to give us your valuable suggestions or wanted to join our editorial panel Email us at  indiandevelopersclub@gmail.com

Why Data Structures are important?

Why Data Structures are important? Let's directly come to the point every company like Google, Microsoft, IBM and Amazon focus on data structures in there interviews. Data Structure is the most fundamental and building block concept in Computer science. Good knowledge of Data Structures is must to design and develop an efficient software systems. Real work goes into designing the perfect algorithm which improves efficiency and saves companies resources. That's why engineers with good data Structure are Highly paid. Note:- Our Programming team suggest to learn Data Structures and Algorithms for every Computer Graduate wanted to have job in Multinational companies like Google ,Microsoft, Amazon, Facebook etc. THANKS FOR READING THIS ARTICLE IF YOU LIKE PLEASE SHARE WITH YOUR FRIENDS.

WHAT'S DIFFERENT BETWEEN HTTP AND HTTPS ?

🔰 WHAT'S DIFFERENT BETWEEN HTTP AND HTTPS❔❔🔰 HTTP is unsecured while HTTPS is secured. HTTP sends data over port 80 while HTTPS uses port 443. HTTP operates at application layer, while HTTPS operates at transport layer. No SSL certificates are required for HTTP, with HTTPS it is required that you have an SSL certificate and it is signed by a CA. HOW HTTP CONNECTION IS ESTABLISHED❔❔ Opening a connection in HTTP means initiating a connection in the underlying transport layer, usually this is TCP. With TCP the default port, for an HTTP server on a computer, is port 80. Other ports can also be used, like 8000 or 8080. WHAT 443 PORT IS USED FOR❔❔ Port 80 and 443 are ports generally associated with "the Internet". Port 443/HTTPS is the HTTP protocol over TLS/SSL. Port 80/HTTP is the World Wide Web. Let's face it, port 80/443 are generally a given for being open on any type of filtering device allowing traffic outbound on your network. Note:- Http i...

HACKING AND DIFFERENT TYPES OF HACKING

----HACKING AND DIFFERENT TYPES OF HACKING----- What Is Hacking?   Hacking refers to activities that seek to compromise digital devices, such as computers, smartphones, tablets, and even entire networks. And while hacking might not always be for malicious purposes , nowadays most references to hacking, and hackers, characterize it/them as unlawful activity by cybercriminals—motivated by financial gain, protest, information gathering (spying), and even just for the “fun” of the challenge. ♨️ Different Type Of Hackers ♨️ 1-WHITE HAT HACKER ━━━━━━━━━━━━━ First up, we have the perfect type of hacker to break the stereotype. The white hat hacker is a good guy, as ironic as it may sound. White Hackers, white hat hackers or ethical hackers are the people who test existing internet infrastructures to research loopholes in the system. They create algorithms and perform multiple methodologies to break into systems, only to strengthen them. - Think of this as a lockpic...