ওয়েব ডিজাইনারদের জন্য অনেকর সুন্দর সুন্দর কাজ অতি দ্রুত এবং আরো সুন্দর করার জন্য কিছু প্রয়োজনীয় টুলস্ নিয়ে আজকে সংক্ষিপ্ত বর্ননাঃ Niice Search Design Niice হচ্ছে নানান ধরনের ক্রিয়েটিভ ডিজাইনের ধারণা পাওয়ার জন্য ব্যবহৃত সার্চ ইন্জিন। এখানে আপনি যেকোন ধরনের ডিজাইন সম্পর্কে ধারণা পেতে পারেন যেটি ওয়েব ডিজাইনারদের জন্য অনেকর জরুরী এবং দরকারী বিষয়।URL: https://niice.co/ Pixel Dropr Pixel Dropr হচ্ছে ফটোশপের একটি প্লাগিন্স যেটার মাধ্যমে আপনি শুধুমাত্র Drag-n-Drop করে ফটোশপে আপনার PSD’র উপর বাটন, আইকনসহ আরো অনেক ধরনের এলিমেন্ট তৈরী …
Blog Posts
Recently I faced a very strange (to me) problem with my site that is I can’t see http://www.shahariaazam.com/wp-admin page. When I go there then I see an error something like “Fatal error: Allowed memory size of 33554432?bytes exhausted (tried to allocate 1966080 bytes) in …..“. It will make you tensed about that this error. Don’t worry. I have a solution. But after lots of searching at last I solved it by my own brainstorming that can be strange. It’s cause …
Ubuntu hasn’t any default solution for Bengali font or Bangla input methods. To use Bangla in your Linux PC you have to install it manually first. It’s pretty simple. Just follow my following steps. sudo apt-get install ibus ibus-m17n m17n-db The above command will install iBus (input methods), ibus-m17n and m17n-db in your system. Now you have to write the following command to setup iBus. sudo ibus-setup now you will see a ibus setup window to configure. (see following image) …
Object Oriented Programming in PHP is MUST to be a PHP programmer. See the following simple OOP Snippet written in PHP <?php /** * @author Shaharia Azam * @link http://www.shahariaazam.com * @description This simple class will return your next number. In this example the myNextNumber method will * return yourGivenNumber + 2. Because in class constructor you declared each time you will run myNextNumber method * it will return with +2. This is just for a simple OOP snippet to …
To completely uninstall XAMPP from your Linux computer, you just need to run the following command. It is all about to remove lampp directory. Because all of your xampp contents are located inside it. That’s it. It’s pretty simple to remove and uninstall XAMPP from Ubuntu, CentOS and other linux system. If you face any difficulty write that in comment and I will be happy to help.