I am happily finished one project, a baby name generator. I don't have a name database, yet, but I will consider having one. The feature is simple, you put in criteria, it will return a list of names matched your criteria. Check it on https://github.com/yedijas/Name-Generator Tell me about your opinion!
Category: PHP
New Project Is Done: BMI Calculator
Hi everyone, I have just finished another project. A very simple BMI Calculator using PHP. The main functions are: Calculating Body Mass Index Calculating calories used from Basal Metabolic Rate and Active Metabolic Rate Store data and reporting If you need it or interested in it, you can check it out on https://github.com/yedijas/bmi-calculator
Making YouTube Thumbnail as Post Thumbnail in WordPress
Creating video thumbnail can be tricky on WordPress. You will need to add new meta on your post so that the post writer can insert the video ID and update the whole post. This time the key of the post meta that I used is video_id. Have a look on the code! 😀 Feel free … Continue reading Making YouTube Thumbnail as Post Thumbnail in WordPress
HTML 5 PHP CodeIgniter Upload
Hi there! As I am working on a certain project (the Metacritic API is suspended due to a project from my office) I need to create a feature in uploading multiple files. Well, I hate to use jQ multiple upload or creating many fields to upload many files. Thank God there is HTML 5! This … Continue reading HTML 5 PHP CodeIgniter Upload
Another PHP!
So, now I was asked by my bro, to create an application to extract data from metacritic! I will make it as an API! Also, the most interesting part is that I am planning to create the API for PHP, and C#! 😀 About the time of relese into my git repo, I will keep … Continue reading Another PHP!
Blog Manager Is Up!
The great day has come! It finally uploaded! Be free to visit it in here! Any request to update please tell me. Next is wiki on git. 😀
File Uploading for CKEditor using CodeIgniter
I know, I know that I haven't uploaded the source code of my simple project, Blog Manager, yet to github. I have already created the repository, though. This is just a notification update on Blog Manager. As my boss really planned to make it a wordpress like text editor when adding a post, so I … Continue reading File Uploading for CKEditor using CodeIgniter
Blog Manager
So, I was working on this PHP project as I have told you earlier in my post earlier. It was called as Blog Manager. It is not really complete. I planned to put it in my git repository. I also created the wordpress plugin so that my app can operate well with WordPress. After I … Continue reading Blog Manager
PHP yeay!
Hello world! Well, I am back to PHP! After a long time I haven't used this, I am back again to PHP! So, I am working on a WordPress plugin. It will allow the user to post through another web. Well, it is intended for a digital agencies, not for really commercial use. I will … Continue reading PHP yeay!