• Home
  • About
  • Contact
  • Resume

Login

Remember Me
  • Forgot your password?
  • Home
  • About
  • Contact
  • Resume

Nick Escobedo

  • Home
  • About
  • Contact
  • Resume

Programming

Home
 / Programming

Query MySQL Table For Records Changed Between Time Period

By Nick Escobedo
January 10, 2015
1 min read
Leave a comment
In How-To's, Programming, Tech
6965 views
Goal: Search all users who were updated between a certain time period (in our case one day). Scenario: A system wide glitch caused a set of users to have all of their last names changed to Smith. Your manager wants to ...
Read more

Awesome list of free beginner, intermediate, and advanced programming courses

By Nick Escobedo
January 6, 2015
52 second read
3 Comments
In Programming
6004 views
Programming is useful and important. I like to compare programming to oil in that cars require oil to operate and business require programmers. If a business intends to compete most likely they have an IT team. Many times the competitive ...
Read more

Laravel 4 Project On Shared Hosting

By Nick Escobedo
June 23, 2014
1 min read
Leave a comment
In How-To's, PHP, Programming, Tech, Tips
6134 views
Laravel 4 is capable of running on a shared hosting environment. It’s a lot easier than you probably think. Login to your host and go to your home directory. This does not mean your public home directory, they are separate. ...
Read more

BSOD Windows 8.1 CRITICAL_STRUCTURE_CORRUPTION

By Nick Escobedo
June 22, 2014
1 min read
Leave a comment
In Android, Programming, Tech, Tips
6387 views
Blue Screen Of Death (BSOD) an inevitable part of using a windows machine. Today I received a BSOD with an error CRITICAL_STRUCTURE_CORRUPTION while working on my Android homework. The error wasn’t very descriptive and I wasn’t hopeful to find a ...
Read more

Android Studio .gitignore File

By Nick Escobedo
December 10, 2013
19 second read
Leave a comment
In Programming, Tech
6208 views
The following is the .gitignore file for my Android development in Android Studio. This is what worked for me, but if anyone has additional input that’s welcome too.
Read more

PHP Pages Displaying Code And Not Rendering Code

By Nick Escobedo
December 10, 2013
1 min read
Leave a comment
In How-To's, PHP, Tech
6454 views
For some reason my server started displaying code instead of actually processing or rendering the code. After playing around with the server I noticed the php5 module was missing from Apache. If your code is displaying and not rendering you ...
Read more

Git Force Push Branch

By Nick Escobedo
December 10, 2013
50 second read
Leave a comment
In How-To's, Programming, Tech
7491 views
I had a problem where I want to push my branch and overwrite what was the on the server. I kept receiving an error telling me to merge. I did not want to merge and found a way to force ...
Read more

Mod Rewrite Enabled But Not Working

By Nick Escobedo
December 10, 2013
1 min read
Leave a comment
In How-To's, PHP, Tech
5524 views
If you find that your mod rewrite is enabled, but doesn’t seem to be working you may need to add this little bit of code to your httpd.conf file. AllowOverride All It’s possible your file might have the following: AllowOverride ...
Read more

Xampp Send Email Issues

By Nick Escobedo
January 22, 2013
3 min read
Leave a comment
In How-To's, PHP, Programming
6121 views
After upgrading my xampp installation I had issues sending email. I wrote a small test PHP page and it was saying my emails were being sent, but I never received them. Obviously something was misconfigured. I thought I correctly edited ...
Read more

Build Email Message Dynamically From Submitted Form

By Nick Escobedo
August 8, 2012
2 min read
Leave a comment
In How-To's, HTML, PHP, Tech
4949 views
I wrote some code to dynamically generate an email message based on the names of form elements being sent through post. In this post I’ll describe how it’s done. The foreach loop grabs the keys from the post array. An ...
Read more
Previous 1 2 34 Next

Categories

  • AI
  • Android
  • How-To's
  • HTML
  • Interesting
  • JavaScript
  • Laravel
  • Life
  • Life Pro Tip
  • Linux
  • Magento
  • Mobile App of the Week
  • PHP
  • Programming
  • Retail
  • Software Development
  • Tech
  • Testing
  • Tips
  • Ubuntu
  • Video Games
  • Vue.js
  • Wordpress
  • YouTube
© Copyright 2015, All Rights Reserved Powered by WordPress | Designed by Bdayh