Posts

Showing posts from November, 2015

PHP tips(Mega Post)

Image
PHP is a widely-used scripting language that is suited for web development and can be embedded into HTML. PHP is used in many websites on the internet. I have compiled a list of 15 top PHP coding tutorials and tips / tricks  to help you better understand it. These should keep you busy for a while. They all can come in handy sometime when you are coding. Limit Characters From Your Text In this tutorial you will learn how to limit characters from a sentence without cutting words up. This is a really useful tutorial for begginer web developers. You’ll learn how it’s done in this helpful step by step tutorial.  http://www.jooria.com/Limit-Characters-From-Your-Text-a139.html Create An Advanced Password Recovery Utility Learn how to create a very advanced password recovery tool using PHP. This can be useful, and you can implement it in to your website login system.  This PHP coding tutorial teaches you how to handle encrypted and unencrypted passwords, basic mySQLi func

Learn the Basics of Computer Programming!

Image
To understand the basics of computer programming, you first need to know what is computer programming. Computer programming is defined as creating a sequence of instructions to be carried out by a computer to perform a task. A computer program is similar to a recipe in cooking. In a recipe, there are ingredients and there are instructions that are done to those ingredients. In programming, there are data and there are instructions (called code) that are done to that data. For example, here's a classic egg sandwich recipe: Ingredients 3 large whole eggs 1 slice Canadian bacon 2 slices whole-wheat bread, toasted 1 tomato, sliced Instructions Scramble whole eggs in a bowl Fry in non-stick skillet with olive oil spray Dump onto toast Add bacon and tomato Serve And here is a classic piece of computer programming in a made-up computer language to keep it simple: Data DataItem A DataItem B DataItem C Instructions A = 1 B = 2 C = A + B With the recipe, you first must have you

How to become a Programmer?Easy ways!

As a programmer, you essentially learn to manipulate electronics through speaking its language. Many different programming languages exist, but if you want to be a truly effective programmer, you will become proficient in more than one. Once you are ready to start work, you can design games, make computer programs or even work on hardware. Becoming a programmer is not easy; it takes a lot of education and training before you can find a decent-paying programming position. Read more : http://www.ehow.com/how_2304308_become-programmer.html Research all aspects of programming to decide which one you would like to pursue. Programming is a career with a wide variety of options, so you cannot get the specialized training you will need if you have no idea what you want to do. Research business, scientific, engineering, software and hardware programming positions. You will also learn about the basic concepts of each in introductory programming courses, but it is helpful to have an

Web Designer or Web Developer?Whats your choice?

Image
Web Designer or Web Developer?Whats your choice? Web Design (a designer). Web design is the customer-facing part of the website. A web designer is concerned with how a site looks and how the customers interact with it. Good web designers know how to put together the principles of design to create a site that looks great. They also understand about usability and how to create a site that customers want to navigate around in because it’s so easy to do. Web Development (a developer) Web development is the back-end of the website, the programming and interactions on the pages. A web developer focuses on how a site works and how the customers get things done on it. Good web developers know how to program CGI and scripts like PHP . They understand about how web forms work and can keep a site running effectively. Now the choice is yours. Its your potential that determines. Therfore to simplify the matter: The webdesigner creates what you can see by opening a website, l

What is Coding and How to learn coding?

Image
You’ve seen the craze for learning code. But what exactly is coding? Coding is what makes it possible for us to create computer software, apps and websites. Your browser, your OS, the apps on your phone, Facebook, and this website – they’re all made with code. Here’s a simple example of code, written in the Python language: print 'Hello, world!' Many coding tutorials use that command as their very first example, because it’s one of the simplest examples of code you can have – it ‘prints’ (displays) the text ‘Hello, world!’ onto the screen. It starts with an explanation on the benefits of learning coding. Here, you’ll find out what you’ll be able to do once you know how to work with code. Then, you’ll get a deeper understanding of how coding works, and how the code you write gets converted into an instruction that a computer can ‘understand’. Very satisfying to know! That’s followed by an outline of today’s coding languages. After all, every language has