cassandra is a hybrid non-relational database in the same class as google’s bigtable. with cassandra, like a document store, you don’t have to decide what fields you need in your records ahead of time. you can add and remove arbitrary fields on the fly. features there are a number of reasons to choose cassandra for your website. compared to other databases, three big features stand .. .. ..
Why HTML5
today i came across a site, which explained very beautifully about html 5. the post was focused on advantages of html5 over earlier versions. i thought i would share some of the very very important points to our readers too. here we go. 1. no doctype specification is required read the rest of this entry .. .. ..
How to make Firefox as default Browser in your system
do you stuck in setting back the firefox as your default browser? please read out, these few lines will solve your issue. in windows machine click on tools menu select options a new pop up window will open click on advanced tab in advanced tab click on general sub tab now, observe ” always check to see if firefox is the default browser or not ” .. .. ..
Install SSL Certificate from cPanel
here is simple 1- 2 – 3 way to install your ssl certificate for your website. step 1: install the ssl server certificate login to cpanel. click ssl/tls manager > certificates (crt) > generate, view, upload… your ssl server certificate will be sent to you by email. the email message includes the web server certificate that you purchased in the body .. .. ..
Calculate Page Execution time in PHP
for those people who want to give users that in how many seconds actually your web page loaded completely. this script will be useful for you. there are so many ways to do this ( as usual ) but the classic approach would be step 1 : make a note of the time when your page get starts step 2: make a note of the time at the end of your total page execution step 3 : step 2 – .. .. ..
Installing XAMPP in Ubuntu
as i just started my journey with linux environment, few of my friends suggested me to go for ubuntu distribution, once after successfully installing os into my system, as a php developer i need apache + mysql + php , as i am a big fan for apache friends i downloaded the xampp for linux to my desktop. after downloading i was not sure how i can install it. i googled it for some time and i found .. .. ..
