Memaparkan catatan dengan label others. Papar semua catatan
Memaparkan catatan dengan label others. Papar semua catatan

Ziana Zain Kini Bertudung



Sejak kebelakangan ini, penampilan penyanyi terkenal Ziana Zain telah menjadi tajuk perbincangan ramai selepas penyanyi ini dikatakan telah berhijab. Namun, Ziana sendiri tidak mengesahkan perkara ini sehinggalah pada 15 Julai lalu apabila dia mengakui tampil dengan imej bertudung. 
 
Memetik laporan portal hiburan Murai, Ziana menjelaskan penghijrahannya di bulan Ramadan ini adalah kurniaan yang amat besar dan berkat doa yang telah dimakbulkan Allah SWT.
 
“Ini adalah hadiah yang Allah SWT berikan kepada saya, sebuah ganjaran yang dijanjikan setelah tidak putus-putus doa daripada peminat, kawan-kawan dan yang paling termakbul adalah doa kedua ibu bapa saya.
 
“Allah SWT telah berikan apa yang mereka semua pohon, sementara itu juga dibukakan pintu hati saya menerima syariat agama ini. Setelah beberapa tahun saya memasang niat, akhirnya hari yang dinanti sudah tiba. Perasaan yang datang itu bukan rasa yang biasa tetapi kuasa yang luar biasa," ujar Ziana yang mengharapkan hijrahnya ini kekal ke akhir hayat.
 
Dalam pada itu, Ziana menjelaskan karier seninya akan berjalan seperti biasa namun akan lebih menjaga penampilannya dengan sebaik mungkin. Ziana juga terharu dengan sokongan daripada keluarga terutama anak-anak dan mengharapkan sokongan yang tidak berbelah bagi daripada peminatnya.

Game Development Software Tools To Make Your Own Games

Have you ever wanted to create that game that’s been bubbling in your mind for years? What if I told you that the possibility wasn’t all that farfetched? The past decade has seen some massive advancements in the world of game creation – at one time you were required to have deep programming knowledge, but today even never-coders are learning how to make their dreams a reality.
But let’s be clear on one thing: just because it’spossible and easier to create your own games, that doesn’t mean it’ll be easy. No, not by a long shot. Just as fiction readers want to write their own novels, avid gamers want to create their own games, but creation of any kind requires lots of hard work and dedication. If you’re up to the challenge, then the following free game development software will equip you with everything you need for developing your own games.
Note: This list is ordered from simplest to most complex. The simpler tools are easier to pick up and learn, but they will naturally have more limitations. The more complex programs allow for much more freedom, but learning how to use them will be more difficult and require more time.

Sploder

free game development software
Sploder is a web-based game creation tool that actually contains five individual sub-tools, each one dedicated to creating a different game type: Retro ArcadePlatformerPhysics Puzzle,Classic Shooter, and 3D Adventure. There’s also an additional tool, Graphics Editor, for creating your own art assets.
With Sploder, you can create various levels, place items throughout those levels, and control enemies. You’ll need to create a free Sploder account if you want to save your games, but afterwards you can share the games you create so other Sploder users can discover and play them.
All of these free game development software tools are based on Flash and utilize a drag-and-drop interface for ease of use. It literally does not get any easier than this! Sploder is perfect for first-time game creators who want to learn the concepts and skillsets necessary for high-level game development before tackling more difficult topics, like coding and scripting.

Game Maker Studio

flash game development
What’s the difference between using Game Maker Studio and coding a game from scratch? According to their site, an 80% faster development time. With Game Maker Studio, you can create games using either drag-and-drop or Game Maker Studio’s built-in scripting language, GML. When you’re done, Game Maker Studio can produce an app that’s compatible with iOS or Android, an executable compatible with Windows, or HTML5 for putting your game on the web.
If Sploder is too simple for you, Game Maker Studio is the next logical step. Plenty of never-coded-before beginners have picked it up and dove right into bringing their ideas to life. The software is flexible enough to create whichever genre of game you want – platformer, racing, adventure, RPG, etc. – but it does not yet support multiplayer functionality. Community tutorials will get you up and started in no time.
Depending on the features you want, though, you’ll need to pay for a specific Game Maker Studio license, which comes in five edition tiers: Free, MIPS FreeStandard ($49.99),Professional ($99.99), and Master ($499.99). Game Maker Studio is powerful enough that professionals use it for their games. Why not you?

Construct 2

flash game development
Construct 2 is a flexible HTML5 game creation engine designed for rapid development of 2D games. While the traditional flow of game development can be difficult for beginners to grasp, Construct 2 makes it easy by abstracting some of the concepts outwards. All you need to do is drag-and-drop entities into a level, then add events and behaviors to each entity. Voila, it’s as easy as that.
The Construct 2 free game development software is intuitive and uncluttered, so absolute beginners will have a relatively easy time adjusting to it. Veteran game developers can still benefit from Construct 2, too, by using it to make extremely fast prototypes of potential game ideas.
Even more impressive: with a single project, you can export to various different platforms. TheHTML5 engine that powers Construct 2 allows immediate support for Chrome, Firefox, Kongregate, Facebook, and NewGrounds. Using wrappers, you can also export to PC, Mac, Linux, Android, iOS, and Windows Phone.
Construct 2 comes in three edition tiersFreePersonal ($119), and Business ($399).

Unity3D

flash game development
Unity3D debuted back in 2005, but it wasn’t until version 3.5 in February 2012 that it really exploded in popularity. It’s so powerful that it can create games that rival the quality of AAA titles. Out of the box, Unity3D supports the following platforms: Windows, Mac, Linux, Android, iOS, PS3, Xbox360, Wii U, and the web.
Like Construct 2, Unity3D’s development is intuitive for beginners. A typical game is divided into multiple scenes, and each scene contains multiple game objects. Each game object can have any number of attached scripts, and these scripts are what determine behaviors and interactions. Scripts can be written using UnityScript (Unity’s version of JavaScript), C#, or Boo.
Perhaps the most useful feature of Unity is its Asset Store. Users can create assets (models, animations, GUIs, scripts, tools, systems, etc.) that you can purchase and import into your project. As if Unity3D’s development speed wasn’t fast already, you can further quicken your development time by importing assets to avoid reinventing the wheel.
Unity3D comes in two editions: Unity Free and Unity Pro ($1500). Fortunately, Unity Free is quite packed with features – particles, UI, physics, networking, etc. – and is more than enough to get started with personal game development. The features in Unity Pro are quite advanced and beyond what most hobbyists will ever need.

Unreal Development Kit

free game development software
In 2009, Epic Games released a free version of their Unreal Engine 3 and called it the Unreal Development Kit, better known as UDK. When the Unreal Engine 3 was first released to the public, it made waves due to how advanced it was for its time. With UDK, developers can take advantage of those advanced features and cut away lots of coding time.
While UDK is primarily designed for first-person action, specifically first-person shooters, it can be modified to create pretty much any genre of game you desire, though it will require a good bit of work on your part. The thing about UDK is that it’s a full development kit, meaning it will be tough for beginners to learn and master. However, there are some good tutorials out there to help you along, so it’s not impossible. UDK’s engine itself is coded in C++, but the game behavior is scripted using Unreal’s version of JavaScript, called UnrealScript.
UDK is free to use for hobbyists and indie developers. If you want to publish and sell games that you create using UDK, you’ll need to pay a $99 USD fee to Epic Games. If your game makes over $50,000 USD, Epic Games will also claim 25% royalties.

Conclusion

From the list above, my personal choice comes down to Game Maker Studio for 2D development and Unity3D for 3D development. Gamer Maker Studio has been around for quite some time and there’s no sign that they’ll be slowing down anytime soon. Unity3D is just so convenient for hobby and indie developers, thanks to the great feature set in the Free version as well as the Asset Store.

Lagu "Macam Cantik Jer Macam Comel Jer"

Awal Muharram baru-baru ini, saya dan AMAR telah mencipta satu fenomena baru dunia PARODI di Malaysia. Kami tidak menyangka benda ini menjadi sesuatu diluar jangkaan kami. Sebelum ini kami pernah membuat beberapa lagu-lagu popular dan menukarkan liriknya kepada ayat-ayat islamik. Saya memainkan peranan penulis dan penggubah lirik, manakala AMAR menyanyikan gubahan lirik yang saya telah buat. Ia bermula dari lagu Tegar - Aku Yang Dulu. Kehebatan suara AMAR memang tidak dapat dipertikaikan. Kemudian saya menggubah lirik lagu "Suci Dalam Debu" & Trilogik Cinta kepada versi islamik yang dipopularkan oleh Saleem Iklim.

Hingga suatu hari selepas pulanng daridapa program motivasi. Saya terlihat satu video yang bertajuk "Permohonan Maaf Awek Legoland". Aku tak faham pertama kalinya kenapa dia berbicara sedemikian. Kemudian hampir setiap wall dalam Facebook keluar perkataan "Macam Cantik Jer Macam Comel Jer". Terdetik di hati saya fenomena apakah ini? Jadi saya search dalam youtube perkataan tersebut. Maka keluarlah video berkenaan. Saya mulakan Video adik Syasya tu dahulu untuk memahami video parodi yang lain. Setelah menontonya baru saya faham apa yang berlaku sebenarnya. Pelbagai video parodi yang telah dibuat untuk adik Syasya tersebut sehinggakan artis seperti Syarifah Syakila, Shiro dan Bobo (artis ke?) turut membuat video Parodi tersebut. Kini baru saya faham Video permohonan maaf yang pertama adik Syasya lakukan. Rasa kasihan dengan apa yang menimpa dengan adik Syasya, cuba bayangkan jika anda berada dipihak adik Syasya?


Tekanan demi tekanan pasti diterima oleh adik Syasya. Bukan setakat dirinya tetapi turut terpalit ibubapa dan keluarganya. Saya pasti adik ni jadi bahan ejekan rakan-rakan disekolahnya. Boleh jadi MENTAl kalau seseorang itu tidak tahan perasaan.

Oleh itu, saya mendapat idea untuk membuatkan lagu khas untuk adik Syasya. Tanpa membuang masa saya terus inbox message dengan AMAR untuk buat lagu Macam Cantik Je Macam Comel Je. AMAR meberi respon postitif untuk menggubah lagu khas untuk adik Syasya.

Agak terkejut juga AMAR telah siapkan lagu tersebut dengan cepat. Kali pertama dengar lagu tersebut, WOW!!!! meremang bulu roma. Aku berkata AMAR " Memang Bisa Lagu Ini". AMAR mengupload lagu tersebut ke dalam Fanpagenya. tidak sampai 1 jam beratus-ratus orang SHARE dan tidak sampai satu hari beribu-ribu orang SHARE lagu tersebut. Saya dan AMAR terkejut dengan respon yang diberikan. Hingga tidak terkata dengan apa yang terjadi. 

Bukanlah tujuan saya & AMAR untuk menjatuhkan mana-mana pihak termasuk adik Syasya. Manusia tidak lari daripada melakukan kesilapan. Sesungguhnya Allah Maha Pengasih Maha Penyayang. Janganlah kita menyalahkan sesuatu pihak hanya kesilapannya yang kecil, kita menghukum seolah2 kita adalah Tuhan. Siapa diri kita untuk menghukum kesalahan seseorang?

Kita digalakan untuk mendoakan kebaikan orang lain. Sekiranya kita melakukan kesilapan segeralah bertaubat, sesugguhnya Allah itu Maha Pengampun.

"Dan mereka yang apabila telah melakukan perbuatan keji ataupun menganiayai dirinya, lalu mereka mengingati Allah dan memohon keampunan terhadap dosa-dosanya."
(Al-Imran : 135)

Mudah-mudahan lagu berkenaan memberi manfaat dan pengajaran untuk semua. Buang yang keruh ambil yang jernih.

MACAM CANTIK JER MACAM COMEL JER

PERHATIKAN KEINDAHAN ALAM DAN DIRI
BETAPA AGUNGNYA KUASA ILAHI
HEBATNYA DIA YANG MAHA PENCIPTA
SUBHANALLAH ALHAMDULILLAH ALLAHUAKBAR

KECANTIKAN KEINDAHAN YANG DIBERI
HANYA PINJAMAN SEMENTARA
SEBAGAI UJIAN UNTUK KITA
APAKAH BERSYUKUR ATAU SEBALIKNYA

MACAM CANTIK JER, MACAM COMEL JER
SEMUA CIPTAAN ALLAH
MACAM CANTIK JER, MACAM COMEL JER
SEGALA PUJIAN KEMBALI PADA-NYA

MACAM CANTIK JER, MACAM COMEL JER
INDAHNYA TUHAN CIPTAKAN KITA
MACAM CANTIK JER, MACAM COMEL JER
AJAIBNYA ALAM SEMESTA

BERSYUKURLAH KITA DENGAN NIKMAT-NYA

Lagu: AMAR
Lirik: Magictawau Alif
 




TOM YUM GOONG 2


                                                                              
A new report from MThai interpreted via Martial Arts Action Cinema on Facebook indicates a possible release date for Tom Yum Goong 2 on December 5, 2013, thus dispelling any previously mentioned news of a release this May. The update comes just a year and a half after principal photography began with some bumps along the way, in addition to the history-making use of CGI and wirework on a Jaa film set.

The film will star Tony Jaa reprising his role from the first film as Kham, and Petchtai Wongkamlao returning as Sergeant Mark, with Prachya Pinkaew returning as producer and director. It will also star Thai action stars Dan Chupong, Kazu Patrick Tang and Jija Yanin. The Man With The Iron Fistsstar, writer and director, RZA, is also joining the cast with his TMWTIF stunt double Marrese Crump, who is also choreographing the action sequences with Jaa, co-star Vince Makilingwith and Panna Rittikrai.

Provided that the news is true, hopefully we will see a new teaser in the coming days or weeks. Stay tuned.

Download

Art of Darkness (2012) BluRay 720p 600MB

Art of Darkness (2012) BluRay 720p 600MB Ganool


Download Art of Darkness (2012) BluRay 720p 600MB Ganool
Info:http://www.imdb.com/title/tt2162574/
Release Date: 5 October 2012 (UK)
Genre: Horror
Stars : Emily Baxter, Martin Laurence, Ryan Elliott
Quality: BluRay 720p
Encoder: SHQ@Ganool
Source: 720p BluRay x264-VETO
Size: 600MB
Subtitle: Indonesia, English
Watch in HD Now!
Synopsis:
A young woman is held captive by an unhinged lunatic intent on transforming her into his latest blood-splattered masterpiece.
Watch Trailer
Screen Shoot
Download Art of Darkness (2012) BluRay 720p 600MB Ganool
Akafile: Full Speed

Mightyupload: Full Speed

Nirafile: Full Speed

UpAfile: Full Speed

Putlocker: Full Speed

UpToBox: Full Speed

PFU:Full Speed

Uploadscenter:Full Speed

Netload:

Turbobit:

Uploaded:

Single Link:
FileClod : http://adf.ly/YvtCO
EzzFile : http://adf.ly/Yvu00
Netload : http://adf.ly/YvtCM
Tubobit : http://adf.ly/YvuDc
Uploaded : http://adf.ly/YvtCL

Paranoia (2013) BluRay 720p 700MB Ganool

Paranoia (2013) BluRay 720p 700MB Ganool



Download Paranoia (2013) BluRay 720p 700MB GanoolInfo:http://www.imdb.com/title/tt1413495/
Release Date: 16 August 2013 (USA)
Genre: Drama | Thriller
Stars : Liam Hemsworth, Gary Oldman, Harrison Ford
Quality: BluRay 720p
Encoder: SHQ@Ganool
Source: 720p BluRay x264-SPARKS
Size: 700MB
Subtitle: Indonesia, English
Watch in HD Now!
Synopsis:
An entry-level employee at a powerful corporation finds himself occupying a corner office, but at a dangerous price: he must spy on his boss’s old mentor to secure for him a multi-billion dollar advantage.
Watch Trailer
Screen Shoot
Download Paranoia (2013) BluRay 720p 700MB Ganool
Akafile: Full Speed

Mightyupload: Full Speed

Nirafile: Full Speed

UpAfile: Full Speed

Putlocker: Full Speed

UpToBox: Full Speed

PFU:Full Speed

Uploadscenter:Full Speed

Netload:

Turbobit:

Uploaded:

Single Link:
FileClod : http://adf.ly/Yw8FK
EzzFile : http://adf.ly/Yw9yS
Netload : http://adf.ly/Yw8FL
Tubobit : http://adf.ly/Yw9yb
Uploaded : http://adf.ly/Yw8FM