Wednesday, May 4, 2011

Tugasan 1 - Membina Perisian Flash

Dalam Assignment 1, saya dan ahli kumpulan ASAP diminta membina satu perisian yang menggabungkan pelbagai Scene. Sebelum itu, terlebih dahulu saya mencadangkan agar dibuat Storyboard dan Carta Alir sebagaimana yang pernah dipelajari semasa di peringkat Sarjana Muda dahulu, bagi memudahkan proses authoring menggunakan Flash. Berikut adalah antara paparan-paparan skrin perisian Animal World yang telah saya reka. Kekangan masa yang ada memang terhad, namun kami telah cuba sedaya-upaya untuk menyiapkan tugasan ini.Ini adalah montaj perisian Animal World. Rekaan teks dibuat oleh saya sendiri, manakala imej latar belakang adalah dicari menerusi internet. Montaj ini turut memuatkan bunyi audio yang telah diimport ke Library sebelum ini.Ini pula adalah...

Tuesday, May 3, 2011

Cara untuk Embed Flash ke dalam Blogger

Pertama, kita harus mengupload fail .swf atau fail flash yang kita mahu gunakan ke satu akaun internet yang boleh diakses secara terbuka.Kemudian gunakan kod di bawah ini untuk disalin ke New Post > Edit Html<br><div align="center"><embed height="200" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="300" src="http://NAMA AKAUN INTERNET ANDA/FOLDER TEMPAT KITA SIMPAN FAIL SWF KITA/NAMA FAIL TERSEBUT.swf?attredirects=" wmode="transparent" quality="high"></embed></div><br>Gantikan alamat URL di bawah ini dengan alamat URL lokasi fail .SWF yang telah kita upload ke akaun internet kita.http://NAMA AKAUN INTERNET ANDA/FOLDER TEMPAT KITA SIMPAN FAIL SWF KITA/NAMA FAIL TERSEBUT.swfSaiz paparan fail flash kita...

Sunday, May 1, 2011

What is Apache Web Server?

Often referred to as simply Apache, a public-domain open source Web server developed by a loosely-knit group of programmers. The first version of Apache, based on the NCSA httpd Web server, was developed in 1995.Core development of the Apache Web server is performed by a group of about 20 volunteer programmers, called the Apache Group. However, because the source code is freely available, anyone can adapt the server for specific needs, and there is a large public library of Apache add-ons. In many respects, development of Apache is similar to development of the Linux operating system.The original version of Apache was written for UNIX, but there are now versions that run under OS/2, Windows and other platforms.The name is a tribute to the Native American Apache Indian tribe, a tribe well known...

What Is XAMPP and how to Install it?

XAMPP is a protocol which allows messages to be sent in XML, the messages are constrained to type, it can be anything, IM messages, or an application talking to another application over the internet. Jabber has the most popular implementation and it is the same protocol used by Gtalk. There might be PHP library that allows you to use XAMPP for communcation.XAMPP is a free and open source cross-platform web server package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages.It is used as a development tool, to allow website designers and programmers to test their work on their own computers without any access to the Internet.XAMPP is developed by Apache Friends to promote the Apache web server. Apache Friends...

Saturday, April 16, 2011

CREATE A CONTACT FORM IN DREAMWEAVER CS3 USING ASP

CREATE A CONTACT FORM IN DREAMWEAVER CS3 USING ASPCreate a new site in Dreamweaver CS 3. Save the new site in c:\inetpub\wwwroot\project.Create a database in Access and save the database in the folder c:\inetpub\wwwroot\data. The database must save in MS Access 2002-2003 with .mdb file extensioncreate a table in database and create the following fields:name1usernamepasswordremarks4. For remarks field, choose Memo as its data type.5. Then create connection in Dreamweaver CS3. Open the database panel, click at + button, select Custom Connection String. Enter a name for the connection as dmx. Enter the connection string as "Driver={Microsoft Access Driver (*.mdb)};DBQ="& Server.MapPath("/data/guest.mdb"). Click the button Test to connect to the database and then click OK.Create a new ASP...

Solve IIS Installation Problem For Windows User

QUESTION:I am a windows users and I always have face the same problem when installing IIS on my computer. What I need to do?ANSWER:Here are the solution for problems in Microsoft Windows.Open Windows Explorer > click tools > folder options > activate view tab.Then deactivate Use simple file sharing (recommended) options.Click OK.Open your inetpub folder at c:\Inetpub\wwwroot\folder using windows explorer.Right click at the folder that holds the access database file and click at properties.Click at security tab and click add button > then click advanced button.Click at find now button and choose everyone.Click ok.Then activate write options for everyone user.Click ...

Friday, April 8, 2011

WEEK 12 - PHP

Buka xampp untuk Start MySQLpilih SCM (window Services akan terbuka) dan stop kan IISC:\xampp\htdocs\learningC:\xampp\mysql\data\dataCuba tengok di bahagian Application dalam Dreamweaverdah ada dmxCuba http://localhost/ di Firefox untuk ke xa...

Friday, April 1, 2011

PHP GUESTBOOK TUTORIAL

First off we need phpMyAdmin and to create admin table and insert some admins inside it, here is code you need for phpMyAdmin, use same database as your guestbook is in. CREATE TABLE admins (username varchar(50),password varchar(50),id int(11) NOT NULL auto_increment,PRIMARY KEY (id)) TYPE=MyISAM; Now over phpMyAdmin you need to add admins, go to admins table and click insert, write in username and password, from scroll down box on left from password select MD5 so it protects it with md5 hash, when you have done that it’s start to do admin part of guestbook, make folder admin where your guestbook is and inside it make first file named form.php, put this code inside. Username:Password: When you have made form we need login.php file that will check for login details and if successful...

Friday, March 4, 2011

ASP versus PHP 4 MAC 2011

ASP = Actives Server Pages, PHP Hypertext PreprocessorASP and PHP are both programming languages that are commonly used to create websites. Unlike the usual static html web pages, ASP and PHP websites are more dynamic and can allow users to interact and exchange information using the website's databases.ASP is the short term for Active Server Pages, a type of program that works with Microsoft alongside IIS or Internet Information Server. ASP needs a Microsoft Server for the website to work. On the other, PHP or Hypertext Preprocessor, runs using Linux or Unix server. The more updated PHP programs can now run on an NT server.PlatfromPHP programs can also run in Windows, Solaris, Unix and Linux while ASP can only work with Window-based platforms. Just recently, ASP can now run on a Linux platform...

Tuesday, March 1, 2011

Drag And Drop Flash CS3

This Flash CS3 Tutorial is about controlling graphics with the mouse, creating the tweens will not be covered. However, you will learn how to make the smiley face react to the mouse. Lets make the MovieClip do something every time the mouse moves over it. Start by coping the code from the example to the first key frame in the actions layer.smiley_mc.addEventListener(MouseEvent.MOUSE_OVER , smiley);function smiley(event:MouseEvent):void{smiley_mc.play()};The code creates an Event Listener and adds that Event Listener to the MovieClip smiley_mc. Event listeners have been covered in more depth other Flash CS3 Tutorials. The Event Listener is simply listening for the MouseEvent Mouse over. Then once the event happens ActionScript is telling the MovieClip smiley_mc to play.Press Control-Enter to...

Monday, February 28, 2011

Motion Guide - Flash CS3

Making a simple motion tween animation that will follow the motion guide later1.1 Open a new document by selecting File > New. Select Flash File (ActionScript 3.0), click OK.1.2 Save your document right away. Later, you’ll be able to save it just by pressing Ctrl+S. Remember to do this whenever you pass a certain number of steps or make significant changes to your document. It is better to save often then to lose your work because of your computer crashing, power shortages, etc.OK. You’ll start by making a movieclip. You need it to make a motion tween animation which will be made to follow a motion guide later. A paper airplane will be fine for this kind of animation.1.3 Select the Line tool (N). Select a darker grey hue for the Stroke color (I picked #646464), turn on the Snap to Objects...

Saturday, February 19, 2011

Timeline Motion Tweening - Flash CS3

Flash can create two types of tweened animation using timeline: Motion Tween and Shape Tweening.Creation of Motion/Shape tween using timeline is the basics of Flash.Motion tween is nothing but tweening a Symbol's movement from one position to another.To implement Motion Tween all that you have to do is, provide Flash with Symbol's initial position and the end position. Rest is taken care by Flash. Isn't it really simple.For example in the above demonstration, I have converted the pencil object to a Symbol. Provided Flash with its initial and the end position, intermediate tweening is done by Flash. Motion Tween animation is as simple as that :)Okay, you ready to learn how to create motion tween. All you have to do is just follow this tutorial step by step.Please note:1. You need to have Flash...

Friday, January 28, 2011

Drag and Drop Flash CS3 - VERSION 2

Step 1 - Draw an object * Anything you likeStep 2 - Transform it into a Movie Clip * Select the object (or if you created several objects for a drawing select them all) * Right-click on the object and create a movie symbol * Give the instance a name in the properties panel !Step 3 - Adapt code belowDragging code is really simple and follows the same principles we encountered for example in the Flash button tutorial. * Associate an event listener with an event handler function. This time we listen to "mouse down" and "mouse up" events and for each we need to write a function that will do the dragging.// Register mouse event functionsblue_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);blue_btn.addEventListener(MouseEvent.MOUSE_UP, mouseUpHandler);red_btn.addEventListener(MouseEvent.MOUSE_DOWN,...

Thursday, January 20, 2011

Frame By Frame Animation

Langkah-langkah untuk mencipta animasi bingkai demi bingkai atau disebut sebagai frame by frame animation.Persediaan: Cipta atau dapatkan satu set imej pergerakan animasi. Untuk tujuan ini saya perlu mencari imej menerusi fungsi Google Search:Web Images Maps News Translate Books Gmail more ▼Saya klik pada Images, dan di ruang carian, saya taip: motion imageHasilnya saya menemui satu set mej seperti di bawah:Motion Image - Horse RiderAnda boleh lukiskan gambar latar belakang atau anda boleh memasukkan gambar apapun dengan mengklik File> Import> Import toStage.Masukkan symbol dengan mengklik Insert> New Symbol. Pilih klip video dan klik OK.Anda akan melihat Scene baru bernama 'Symbol 1'Import set gambar yang menunjukkan gerakan dengan...

Pages 41234 »
 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | belt buckles