background preloader

Programming

Facebook Twitter

How to stream your music library anywhere. Music streaming services have been around for some time.

How to stream your music library anywhere

With the arrival of Spotify and Google Play Music in the US, the average user is able to listen to a huge amount of music on the go. Kali Linux NetHunter - Kali NetHunter. Tutorial: Let’s Build a Lightweight Blog System (part 1) Martin Angelov In this tutorial, we will be making a lightweight blog system with PHP and CSS3.

Tutorial: Let’s Build a Lightweight Blog System (part 1)

The blog posts will be stored in a folder as files (in the markdown format). Application Fundamentals. Android apps are written in the Java programming language.

Application Fundamentals

The Android SDK tools compile your code—along with any data and resource files—into an APK: an Android package, which is an archive file with an .apk suffix. One APK file contains all the contents of an Android app and is the file that Android-powered devices use to install the app. Once installed on a device, each Android app lives in its own security sandbox: The Android operating system is a multi-user Linux system in which each app is a different user.

Building Your First App. Engineering an Android App: How to Design, Build, and Test – XDA Developer TV. Cookies. The Upside-Down-Ternet. Upside-Down-TernetHowTo. Upside-Down-Ternet. My neighbours are stealing my wireless internet access.

Upside-Down-Ternet

I could encrypt it or alternately I could have fun. I'm starting here by splitting the network into two parts, the trusted half and the untrusted half. The trusted half has one netblock, the untrusted a different netblock. We use the DHCP server to identify mac addresses to give out the relevant addresses. /etc/dhcpd.conf. 10 Windows 7 commands every administrator should know. The command line is often the best place to resolve Windows 7 desktop problems.

10 Windows 7 commands every administrator should know

These basic commands will help speed your troubleshooting tasks. Holiday rerun: An oldie-but-a-goodie, these command-line basics topped the list of popular troubleshooter posts last year. PC troubleshooting is becoming less common in larger organizations, but consultants and techs in smaller shops still have to get their hands dirty identifying and fixing desktop problems. Oftentimes, troubleshooting Windows 7 means delving into the command line. Here are 10 fundamental Windows 7 commands you might find helpful. 64 Things Every Geek Should Know - laptoplogic.com.

The term ‘geek’, once used to label a circus freak, has morphed in meaning over the years. What was once an unusual profession transferred into a word indicating social awkwardness. As time has gone on, the word has yet again morphed to indicate a new type of individual: someone who is obsessive over one (or more) particular subjects, whether it be science, photography, electronics, computers, media, or any other field. A geek is one who isn’t satisfied knowing only the surface facts, but instead has a visceral desire to learn everything possible about a particular subject. A techie geek is usually one who knows a little about everything, and is thus the person family and friends turn to whenever they have a question. Inserting Data Into MySQL From Excel Using VBA - HTNet. Auto-redirecting methods and examples.

Ten Common Database Design Mistakes. No list of mistakes is ever going to be exhaustive.

Ten Common Database Design Mistakes

People (myself included) do a lot of really stupid things, at times, in the name of “getting it done.” What Makes a Design Seem 'Intuitive'? By Jared M. Spool Originally published: Jan 10, 2005. Validate form input before submitting the data. Path // → → FORM VALIDATION One of the primary reasons JavaScript was assembled was to check whether the values entered into forms by readers were correct, thereby bypassing the lengthy trip to a CGI program to do the check.

validate form input before submitting the data

Here we'll learn the methods used to validate form input, using the onSubmit event handler. How To Get Your Very Own Free SSL Certificate. Transmission of your login information over an unsecured connection can be intercepted and hacked.

How To Get Your Very Own Free SSL Certificate

Internet security is a topic of interest for MUO authors and our readers alike. SSL certificates encrypt the login data before transmitting them to your ISP/server making it harder for eavesdroppers to break in. That’s exactly why banks, financial institutions, ecommerce sites etc. use SSL for securing login information, user identity information and credit card data. SSL certificates cost a lot if bought from providers like Verisign, GoDaddy etc. For those us who don’t run mission critical portals, that is not an option. Obtaining The Free SSL Certificate A simple signup form kickstarts the process of getting the free SSL certificate. Certificates & Public Key Infrastructure. jCalendar — a jQuery calendar by ted serbinski. Unobtrusive Date-Picker Widget V4. Advanced Manual. Untitled. Once you've built several MySQL databases, you'll learn some shortcuts to database design.

untitled

Many databases are very similar. When creating new databases, developers often build the same basic tables with only slightly different names and some adjustments to columns. Rather than starting from scratch when putting together a new database, developers will sometimes copy tables from an existing database, give them new names, and then make modifications. How Do We Begin?

HTML/CSS

PHP. Javascript. Computer Programming Algorithms Directory.