Posts Tagged ‘Tutorial’

Making of a Joomla! 1.5 Module

Sunday, August 3rd, 2008

Setting up a Sandbox

First we’ll create a basic installer to setup our sandbox. For this we are going to create a XML manifest file & a PHP file. Those who have a less knowledge about XML (don’t take it anyway ;)) can go to www.w3schools.com.

  1. mod_helloworld.xml
  2. mod_helloworld.php

Create a XML called mod_helloworld.xml and paste the below code in it.

<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
     <name>Hello World</name>
     <author>Your Name Goes Here</author>
     <creationDate>Date</creationDate>
     <copyright>(C) 2XXX-2XXX Company.com - All rights reserved.</copyright>
     <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
     <authorEmail>name@domain.com</authorEmail>
     <authorUrl>www.domain.com</authorUrl>
     <version>1.0.0</version>
     <description>
          A Hello World Module for Joomla
     </description>
     <files>
          <filename module="mod_helloworld">mod_helloworld.php</filename>
     </files>
</install>

This XML file contains some basic information & it is very easy to understand. So, I’ll not discuss it.

After that, Create a blank PHP file called mod_helloworld.php.

Now, create a new archive and add above mentioned two files in it. The archive must be a .gz, .tar, .tar.gz, or .zip format. Then install the archive using Joomla! Module installer and you’ll get a blank module for development.

Making it Mature
Now we’ve a blank module in /modules/mod_helloworld/ directory for further development.

I’ll Continue….

Avro Tutorial :: Part-1

Monday, June 4th, 2007

হঠাৎ করে মনে হলো আমাদের দেশী সফট্‌ওয়ার নিয়ে কিছু টিউটোরিয়াল লিখা উচিৎ। সে থেকেই এই লিখার অবতারণা। ওমিক্রণল্যাব ফোরামে প্রায়ই দেখা যায় সবাই ডিফল্ট সাইজে বাংলা লিখা পোষ্ট করেন। এতে অনেকেই পোষ্টগুলো ঠিকমতো পড়তে পারেন না। আমরা অভ্র কী-বোর্ডের ম্যাক্রো অপশন ব্যবহার করে সহজেই এর সমাধান করতে পারি।

Avro Tutorial :: Image-1
(more…)

Adobe Premiere Tutorial & E-Book Links

Friday, April 27th, 2007

পারভেজ নূরী ভাই অনুরোধ করেছিলেন এডোবি প্রিমিয়ার নিয়ে কিছু লিখতে বা রেফারেন্স দিতে। সত্যি বলতে কি, প্রিমিয়ার নিয়ে লিখার মতো সময় করতে পারছি না, তাই কিছু টিউটোরিয়াল ও ই-বুক এর লিঙ্ক দিলাম। আশাকরি কাজে লাগবে…

টিউটোরিয়াল-

http://www.wrigleyvideo.com/videotutorial/tut_premierepro.htm

http://www.wrigleyvideo.com/videotutorial/tut_premiere_6x.htm

http://www.tutorialized.com/tutorials/Premiere/1

http://cowcast.creativecow.net/premiere_pro/index.html

ই-বুক-

Tutorial Adobe Premiere Pro 2.0

Adobe Premiere 6 Bible

Teach Yourself Adobe Premiere 6.5 in 24 hours