February 21st, 2010 by Phillip Napieralski
Check out the demo
You know those search boxes that say “search here” and you go to click them and the text goes away? It’s a nice little feature and is really simple with jQuery.
Read more...
Posted in jQuery | Tags: jQuery | No Comments »
February 20th, 2010 by Phillip Napieralski
I’m going to create a simple user registration form with a confirm password field!
Features of this implementation:
- Uses AuthComponent
- Confirm password field
- Ensures unique usernames
- User feedback if any errors occur
- Remember me feature (cookies)
Read more...
Posted in CakePHP | Tags: CakePHP | No Comments »
February 19th, 2010 by Phillip Napieralski
This is a list of cheatsheets and links for things that I commonly use (and forget the syntax to) in CakePHP.
Read more...
Posted in CakePHP | Tags: CakePHP | No Comments »
February 15th, 2010 by Phillip Napieralski
I’m working with my Software Engineering II class to build an online survey for United Way. I was left in charge to create a simple way to login and authenticate.
Read more...
Posted in CakePHP | Tags: CakePHP, Software Engineering II | 11 Comments »
February 13th, 2010 by Phillip Napieralski
This is the most delicious thing I have ever concocted from a frozen pizza.
Read more...
Posted in food | Tags: food, pizza | No Comments »
February 10th, 2010 by Phillip Napieralski
I started up an account class in my previous post, but I left out a way for the user to authenticate! Let’s fix that…
Read more...
Posted in mysqli, PHP | Tags: Happy Polack, mysqli, PHP | 2 Comments »
February 3rd, 2010 by Phillip Napieralski
I’m going to describe the class I created to handle signup/login/authentication at happypolack.com.
If you’d like a demo, create an account at Happy Polack
.
The features in this class are:
- Signing up with confirmation e-mail
- Logging in/out
- Authenticate/differentiate regular user and administrators
Read more...
Posted in mysqli, PHP | Tags: Happy Polack, mysqli, PHP | 2 Comments »
January 31st, 2010 by Phillip Napieralski
I recently gave my personal portfolio an overhaul.
I started with a preset jQueryUI theme hosted by Google and the end results look pretty good!
Read more...
Posted in jQuery UI | Tags: Design, jQuery UI | No Comments »
January 27th, 2010 by Phillip Napieralski
Check out the demo here!
This is a quick tutorial that will help in a future project that I’m doing, which is a Magic: The Gathering deck building application.
Read more...
Posted in jQuery | Tags: jQuery, Magic: The Gathering | 1 Comment »
January 26th, 2010 by Phillip Napieralski
Check out the demo
In this tutorial, I’ll be getting just a little bit more advanced with selectors.
Read more...
Posted in jQuery | Tags: jQuery | 2 Comments »