Author: Arafat
-
How to upgrade Ubuntu in command line
I was trying to upgrade Ubuntu in command line. I would like to share the commands in this post. There are two simple commands to upgrade the version of Ubuntu distribution. sudo apt-get update sudo apt-get dist-upgrade These commands perform smart update of Ubuntu.
-
What can we do with .htaccess files
Today I found a website regarding .htaccess tips and tricks. I learned a lot of .htaccess tips from that website. I would like to share the URL here. .htaccess tips and tricks part 1 .htaccess tips and tricks part 2 This article was very helpful to me.
-
ডিসকানেক্ট সমস্যা, আমার অভিযোগ ও গ্রামীণফোনের কাস্টমার সার্ভিস
লেখার টাইটেলটা কিছুটা শিবরাম চক্রবর্তির গল্পের টাইটেলের মত মনে হতে পারে। গল্পই বটে, জীবন্ত গল্প। ঘটনাটি শুরু থেকেই বলি। তা নাহলে আবার বলবেন শুরুটাতো শুনলাম না। ২০০৮ সালের নভেম্বর মাস থেকে ইন্টারনেট লাইনের গতি এতই ধীর হয়ে গেল যে প্রতিদিনই মেজাজ গরম থাকতো। বউয়ের সাথেও মেজাজ খারাপ করতাম। কিছু দিন পরে পোস্ট পেইড সীম কিনলাম…
-
PHP Security Tips and Tools
I was reading on the topic “php security” using Google Reader. I hope it helps everyone to defining PHP security and it’s uses. Here I would like to quote some paragraphs from the original post on noupe.com PHP is the most popular web programming languages in use today due in large part to the fact…
-
Joomla error – Layout “unijoy” not found
I was getting a error message while trying to visit Joomla site in my local PC. I can visit the live joomla sites, but can not visit the Joomla site those are hosted in my local PC. Following error message was generating: [sourcecode language=”plain”]Layout "unijoy" not found[/sourcecode] I was trying to visit using Mozilla Firefox.…
-
Open Flash Chart :: amazing chart generating application
Now a days I am working in Open Flash Chart (OFC). I found this amazing, easy to generate chart and use in web applications. Flash produces high quality graphics. OFC generates high resolution charts, I think you like this very much. Lets take a look into a screenshot. Click on the thumbnail to view actual…
-
Flip and Fun
Few days ago Hasin Hayder sent me a link where texts can be flipped. Really interesting and funny. >> Try this to flip your texts. >> I made some modification according to my necessity. You may use Flip Text service for following things IM screen names Put it in your profiles like MySpace, Bebo, Hi5,…
-
HTML form :: difference between disabled and readonly element
I was working with HTML forms. In the forms I used readonly and disabled input elements. What is the deference between these two attributes of input element? Say for I have an input element in HTML form. If we set the attribute readonly=”readonly” then the input element is not editable. This attribute allows the user…
-
Talking with PHP
I need the current time then I call the php function – time() and get the current Unix timestamp. Then function time() returns the second measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). Say for, in my website users can register for free for one year. I need…
