Technology and Development
Posts tagged review
Validate a simple form using JQuery
Apr 23rd
This is a way to validate a form using simple JQuery. Why re-invent the wheel when there’s so many type of wheels to choose from? and also, for sometimes, we are just lazy to find the best wheel possible for our project. What I’m trying to do here is not to spoon feed you the code, but to provide a simple and straight forward guide to very simple validation. I love simplicity
Let’s get straight to business! View it in action here.
Fascinated? Wanna get started slowly and get to the point? First thing first, include JQuery and the Plugins using this More >
PHP Certification.
Oct 28th
Have you ever wondering whether your PHP skill is up for the test, is it good enough for the world to look at and make use of? and How to make the world acknowledge you as a PHP developer? To be a certified PHP developer. You have to take tests, obviously, but where and why? There are various places you could take tests online to save your time and money and of course, being a certified PHP developer doesn’t make you a better ones, it just improves your chances to get a professional job in PHP.
You will need to have More >
OpenID for CodeIgniter made easy – All about it
Oct 21st
A few months back, I have been struggling to have openID authentication loaded to my application. It’s a hazard… the simple idea of having it integrated to my application and have users logged in using their existing facebook, google account is pretty fancy, but the code behind it is a mess, a complete tragedy. Luckily RPXNow stepped in and provided me a hand in authenticate people and handling the magic works. No one likes to reinvent the wheel after all, and this is a PRETTY HARD wheel to deal with…
Also, I’ve been exposed to the wonderful world of More >
Useful websites web developer should make use of
Oct 18th
There are quite a few tools lying around on the internet that helps the web development or web design process drastically. It will certainly strike inspirations and surely make your life easier while creating a website. In this post, I have compiled several websites that I have make use of in my progress.
Lorem Lipsum / Sample ContentYes, the awesome, the all known popular test text lorem ipsum dolor sit amen… something something… To simulate real text rendering on a webpage. If you don’t have this on a notepad lies on your desktop, this website is a blast. It More >
To be a web developer
Oct 17th
Is to know all of these <insert evil and sinister laugh here> languages. This post serves as a starting place for all who wants to be a web developer. You might not need to understand in depth on any of these, but the least is the basic. My choices of framework serves as a suggestion only, the real choice is yours.
1. HTMLBack to when internet was born and introduced to the naked world… Back to when the internet was young and needing a serious developer….Tim Berners-Lee said “let there be HTML”… and there was HTML, and it was good. The More >
Handpicked Handy PHP Libraries
Oct 15th
Do you ever wondering how to do certain things in PHP like generating graphs, generating pdf or parse RSS efficiently and easily. I found myself rewriting these codes every once in a while and was lucky enough to find these wonderful libraries/framework that are completely free and easy to use.
There are more, but I will only listed my handpicked best one out of these categories
RSS ParserNormally I would use Jquery to do this stuff, but meh. When it comes to PHP, it’s all the way PHP
SimplePie: Very fast, easy to use, PHP driven RSS Parser
Huddle Review
Oct 11th
Huddle is my choice for web collaboration system as well as Project Management software.
I was in search of a free, powerful, easy to use, social collaboration software. And Huddle is my final stop, for now.
Huddle allows team members to share documents, and conduct various projects in a multi-agent, multi-user, central, online, collaborative environment. Huddle separates itself from basecamphq by offering a free for all time plan. Of course basecamphq was once offering a free package, but not anymore. Huddle was designed with internet collaboration totally in mind. The project manager can add and assign tasks to each of the team members More >
Introducing Codeigniter
Oct 10th
This is my first post about Codeigniter, a free MVC PHP framework that is very easy to understand and implement. I have been using Codeigniter for quite a while now and is very please with what I’ve achieved.
Hold on, what is MVC?
MVC is short for Model View Controller and is an abstract way of separating the logic, display and controlling decision. I wouldn’t go through defining them but for the sake of simplicity, I’ll throw in a simple example. And also, I’ll go through this example in Codeigniter’s way of talking, so that we won’t go to outer space without More >
Dropbox Review
Oct 9th
I worked from different computers, I have several machines, not counting the ones I have to use at school labs for printing purposes. Last week, I had a wonderful invention of bringing my USB key everywhere I go by attaching it to my key-chain. Of course, I have a habit of needing my files everywhere I go and always have to have the most updated version of each and every files… I am a picky bastard when it comes to usability and efficiency in file storage.
For years, I have relied on Gmail to store my files due to the my More >