Quantcast
Channel: PHP and MySQL Web Development by STFIFTEEN
Browsing latest articles
Browse All 23 View Live

Lessons Learned

It’s been just over a year since I started STFIFTEEN. A year as a self employed PHP and MySQL Software Developer and a year without the security of a guaranteed pay cheque. Lets be clear, it’s been...

View Article



Cross-site font loading

I’ve been struggling recently to get a custom font to appear on my blog. All was well in Chrome, but IE and Firefox just wouldn’t display the font. It turns out that these browsers don’t allow...

View Article

MySQL: Importing Data

I’ve recently been importing large datasets in MySQL and been cringing at the amount of time the inserts are taking using the standard INSERT notation. That’s when I discovered:LOAD DATA INFILE...

View Article

Tumblr Support

Just sent my first support request in to Tumblr, intrigued to see the response time.

View Article

Fantastic Tumblr Support

It’s worth noting, my Tumblr support request was answered, with a response that solved my problem, within approximately 20 mins …… awesome support

View Article


MySQL stored procedures running slow

We’ve been experiencing some speed issues on a MySQL database at a client site. The database holds in excess of 27 million rows and grows by the day.The strange thing is I’ve noticed a huge speed...

View Article

Stored Procedures

I recently asked the question regarding speed differences between MySQL stored procedures and straight SQL, I think I may have found the answer on StackOverflow.For those wanting a quick answer, I have...

View Article

A first steps cheat sheet from Google for friends & family

A first steps cheat sheet from Google for friends & family

View Article


Identity at Mozilla: we're changing our privacy policy

Identity at Mozilla: we're changing our privacy policy: mozidentity:“We’re changing our privacy policy…” Does that sentence fill you with dread? Most of the time, unfortunately, it should. Too many web...

View Article


Mozilla Persona

I have recently implemented Mozilla Persona on a product that is still in development. I followed the excellent documentation from Mozilla. I did have a couple of hiccups along the way, so I hope this...

View Article

5 Common Usability Mistakes and Solutions For Avoiding Them

5 Common Usability Mistakes and Solutions For Avoiding Them

View Article

Image may be NSFW.
Clik here to view.

Photo

View Article

Programming Lessons

Great post about lessons learned from years of programming: http://siavoshb.tumblr.com/post/47005180661/14-lessons-after-five-years-of-professional-programming

View Article


From Novice to Ninja...

…whilst blindfolded, one handed and talking to your boss:hackertyper.com

View Article

MySQL ON DUPLICATE KEY

Often in our code we want to check for the existence of a row in the database. If that row doesn’t exist, then we INSERT the row, otherwise we update some field values. This can be an expensive...

View Article


What is MVC?

This post is to explain the concept of MVC, why it’s important and to help novice developers to appreciate why MVC can help when coding larger projects.I often state that telling someone the answer to...

View Article

MVC - Introducing Models

Following on from the previous post on “What is MVC?”, we should have separation of Controller code from View code, using Smarty. Now, if the designer needs to make a front end change, or the developer...

View Article


Image may be NSFW.
Clik here to view.

Sublime Text 2 - Edit multiple lines

One of my favourite tools in Sublime Text is to hold CMD whilst clicking various points within my PHP or HTML code. I can then begin typing in all of the selected locations.So if I need to wrap many...

View Article

Image may be NSFW.
Clik here to view.

Factory Design Pattern

Lets not discuss “What is the Factory Design Pattern?”. Many better people have already documented that to death and a simple Google search for “factory design pattern explained“ will provide all the...

View Article

Image may be NSFW.
Clik here to view.

How did you add the block of code with the black background in your tumblr...

Google Prettify (https://code.google.com/p/google-code-prettify/)

View Article
Browsing latest articles
Browse All 23 View Live




Latest Images