Author: Arafat

  • ডিসকানেক্ট সমস্যা, আমার অভিযোগ ও গ্রামীণফোনের কাস্টমার সার্ভিস

    লেখার টাইটেলটা কিছুটা শিবরাম চক্রবর্তির গল্পের টাইটেলের মত মনে হতে পারে। গল্পই বটে, জীবন্ত গল্প। ঘটনাটি শুরু থেকেই বলি। তা নাহলে আবার বলবেন শুরুটাতো শুনলাম না। ২০০৮ সালের নভেম্বর মাস থেকে ইন্টারনেট লাইনের গতি এতই ধীর হয়ে গেল যে প্রতিদিনই মেজাজ গরম থাকতো। বউয়ের সাথেও মেজাজ খারাপ করতাম। কিছু দিন পরে পোস্ট পেইড সীম কিনলাম…

  • PHP Security Tips and Tools

    by

    in

    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

    by

    in

    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 tag label is useful for Radio buttons

    To click on a Radio button is very boring things to me. A radio button is maximum 15 x 15 pixels. So need extra care to click on Radio buttons. When I work with Radio buttons in my web applications, I use HTML tag – ‘Label‘. For example, I have a Radio button like this-…

  • HTML form :: difference between disabled and readonly element

    by

    in

    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

    by

    in

    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…

  • Submit HTML form to pop up window

    Some times we may need to submit HTML form to a pop up window. Let’s take a look into the details. For example I have a HTML form. We may submit this form to a blank window by setting target=”_blank”, but when we need to submit the form to a pop up window then we…

  • CakePHP Manual in PDF Format

    by

    in

    “Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.” Manual for CakePHP is available…