1) write out a basic plan for the day. Evaluate and prioritize the day's
activities in the other of their reward in benefits to you.
2) concentrate on those activities that produce quality result, give them your best to produce excellent result.
3) give total attention to the task at hand dont get distracted.
4) be sensitive to the schedules of others, if you shift things it can change everything.
5) remember to appreciate someone today, it will relax you mind and glady your spirit.
6) give the Holy Spirit time of fellowship and consultations.
7) make sure your activities are all focus for the achievement for your greater goals.
A great day is that one day that brings you even closer to your greater goals.
Follow me on twitter: http://www.twitter.com/_josiah_king
Join me on Google+: https://www.plus.google.com/u/0/113541005774136102412/posts/p/pub?cfem=1
Friday, 22 November 2013
Friday, 8 November 2013
Yet another PHP Framework::Phalcon
Good news for those looking at a framework with speed.To be sincere, am tired of all these framweork of a thing, because i just downloaded Zend and now seeing Phalcon.
Benchmark was perform on several framweworks to test for the following:
My conclusion is that most framework are have advance in speed, and performance unlike their older version outlined above.
You can learn more about the framework @ http://phalconphp.com/en/
Follow me on twitter: http://www.twitter.com/_josiah_king
Benchmark was perform on several framweworks to test for the following:
- Requests per second
- Time across all concurrent requests
- Number of included PHP files on a single request (measured using function get_included_files.
- Memory Usage per request (measured using function memory_get_usage.
Pariticipant Frameworks
- Yii (YII_DEBUG=false) (yii-1.1.13)
- Symfony (2.0.11)
- Zend Framework (1.11.11)
- Kohana (3.2.0)
- FuelPHP (1.2.1)
- CakePHP (2.1.3)
- Laravel 3.2.5
- CodeIgniter (2.1.0)
You can learn more about the framework @ http://phalconphp.com/en/
Follow me on twitter: http://www.twitter.com/_josiah_king
Thursday, 7 November 2013
KITE 6 finally released:
The wait is over, KITE 6.0 is finally here, and now you can script your own self-service web load tests with the same recorder that scripts transactional performance monitoring and testing.
So developers might be wondering what KITE is, its a remote mobile testing platform with live mobile devices in real-time - iOS, Android, Windows Phone, and BlackBerry.
You can simply download the software and learn more http://www.keynotedeviceanywhere.com/mobile-application-testing-overview.html
Thanks for reading, pls do comment.
Follow me on twitter: http://www.twitter.com/_josiah_kin
So developers might be wondering what KITE is, its a remote mobile testing platform with live mobile devices in real-time - iOS, Android, Windows Phone, and BlackBerry.
You can simply download the software and learn more http://www.keynotedeviceanywhere.com/mobile-application-testing-overview.html
Thanks for reading, pls do comment.
Follow me on twitter: http://www.twitter.com/_josiah_kin
Twitter finally gone public on New York Stock Exchange
Wow, congratulations to the micro-blogging platform(Twitter).
I wish they can increase their post character limit to 160characters.
Their share price started at around $25USD and increase by 70% in no time. Good start for the tech giant.
But wait a minute, people are asking how will twitter make money, off course its advertising. They have about 230,000,000 active users, and recently they bought a mobile ads publishing platform(moPub).
Again, congratulations to the tech gaint, hope they keep devicing means to increase their users base, else they will run down.
Thanks for reading, pls share your comment.
Follow me on twitter: http://www.twitter.com/_josiah_king
I wish they can increase their post character limit to 160characters.
Their share price started at around $25USD and increase by 70% in no time. Good start for the tech giant.
But wait a minute, people are asking how will twitter make money, off course its advertising. They have about 230,000,000 active users, and recently they bought a mobile ads publishing platform(moPub).
Again, congratulations to the tech gaint, hope they keep devicing means to increase their users base, else they will run down.
Thanks for reading, pls share your comment.
Follow me on twitter: http://www.twitter.com/_josiah_king
SOLVED: PHPass login issue with checkPassword
Hello, recently i wented to make my web application password more
secure, so i went online to read more about password security. I
discovered that md5 function which most developers still use for
securing their password is outdated due to the more effiecient GPU
machines out there that can crack md5() within seconds.
So on my research process, i stubble on an article that gives me more insight as to why md5 is old fashioned and bscript is better. I will be writing on bscript soon.
Today topic is on the major challenge developers face with phpass(a password framework that uses bscript).
After creating my hashed password, i inserted into the database column. Then i wanted to login to the web application, and can't login due to the checkPassword($loginpassword,$storedPassword) method return false.
As a matter of fact this took me the second day to figure out the cause of this issue after brain storming the internet for solution, which i couldn't find.
The problem was caused by the character length of the hashed password which is 61 rather than 60 characters. So after doing the password hashing over and over again to ensure that the hash password is 60 characters. Inserted it to my database table column, deleting the previous one there.
This time i was able to log in and out as i wish.
So, what i simply saying is that the hashed password should be 60 characters and not less or more.
Thank you for reading.
Follow me on twitter: http://www.twitter.com/_josiah_king
So on my research process, i stubble on an article that gives me more insight as to why md5 is old fashioned and bscript is better. I will be writing on bscript soon.
Today topic is on the major challenge developers face with phpass(a password framework that uses bscript).
After creating my hashed password, i inserted into the database column. Then i wanted to login to the web application, and can't login due to the checkPassword($loginpassword,$storedPassword) method return false.
As a matter of fact this took me the second day to figure out the cause of this issue after brain storming the internet for solution, which i couldn't find.
The problem was caused by the character length of the hashed password which is 61 rather than 60 characters. So after doing the password hashing over and over again to ensure that the hash password is 60 characters. Inserted it to my database table column, deleting the previous one there.
This time i was able to log in and out as i wish.
So, what i simply saying is that the hashed password should be 60 characters and not less or more.
Thank you for reading.
Follow me on twitter: http://www.twitter.com/_josiah_king
Subscribe to:
Posts (Atom)