Google Chrome 23 Offline Installer Free Download

Posted by Unknown Rabu, 19 Desember 2012 0 komentar

Download Google Chrome 23 Offline installer.Released Date: 20 September, 2012

 
Download Google Chrome 23 Offline Installer Free. 
Latest Version of Google Chorme Released. Free 
Download New Google Chrome 23 Full offline Portable 
installer Version.Google Chorme is a Free Fastest Web 
Browser in the World and Very Much Popular among the 
People.
                 Size: 29 MB

Baca Selengkapnya ....

Developers: Your perspectives do matter to the mobile industry.

Posted by Unknown Jumat, 30 November 2012 0 komentar

Hello developers, please share your opinions and experience in mobile development by participating in the following survey
https://s.zoomerang.com/s/pivotalperspectivesnovember


Baca Selengkapnya ....

Marmalade SDK: Exception: Multiply Overflow

Posted by Unknown Selasa, 16 Oktober 2012 0 komentar
I was performing some transformations (scaling) on 2D sprites like this:
CIwMat2D matrix;
rot.Scale(IW_FIXED(2));
When I ran the app I received the following exception:
IwAssert failure (GEOM, 350). Message: Multiply overflow
The avoid this exception, you must set your matrix to the Identity matrix before applying transformations on it like this:
CIwMat2D matrix;
matrix.SetIdentity();
rot.Scale(IW_FIXED(2));

Baca Selengkapnya ....

Marmalade SDK: Data cache overflow allocating XXX. Increase [GX] DataCacheSize (currently XXXXX) exception

Posted by Unknown Rabu, 10 Oktober 2012 0 komentar
You may encounter this error if your application requires caching some data but the reserved cache size by your application does not have enough space.

to solve this, just increase the reserved cache space defined in your app.icf file:

[GX]
DataCacheSize=30000


Baca Selengkapnya ....

Marmalade SDK: Output Debug messages

Posted by Unknown 0 komentar
If you want to output debug messages in your output console in Visual studio, you can do it in two ways:

  1. Use standard C++ output stream cout
    cout<<"Your Message"<<endl;
  2. use the Marmalade  s3eDebug module: first include the header:
    #include "s3eDebug.h"
    then
    s3eDebugOutputString("Your Message");
    to display integers you have to convert them to C style strings first:
    int x=10;
    char buffer[10];
    //convert the int to a char array
    sprintf(buffer,"%d",x);
    s3eDebugOutputString(buffer);

Baca Selengkapnya ....

Marmalade SDK: Exception cannot open file iwui_style/style.group.bin for serialising

Posted by Unknown 0 komentar
I made a simple IW2D app with Marmalade SDK, it worked fine in the Windows emulator but when I deployed to Android I received this exception:

cannot open file iwui_style/style.group.bin for serialising (read), Did you include this file in your mkb assets block

The solution was  to add this block to my MKB file

assets
{
(data-ram/data-gles1)
ui.group.bin
(data-ram/data-gles1)
iwui_style/style.group.bin

}

Baca Selengkapnya ....

App Developers: check this survey

Posted by Unknown Sabtu, 06 Oktober 2012 0 komentar
“I came across this invitation for developers to give their perspectives to mobile industry leaders such as Microsoft, Google, Apple and RIM.  Check it out”

It's a really nice survey, participate and share your experience with others

Baca Selengkapnya ....

3 Premium Gameloft games on sale for $0.99

Posted by Unknown Selasa, 04 September 2012 0 komentar
Gameloft is one of the biggest mobile game developers, and three of their tops games are on sale currently :)


Yup, Modern Combat 3, Gangstar Rio and NOVA3

Get Modern Combat 3

Get Ganstar Rio 

Get NOVA3

Not sure how long they'll be on special though, so jump quick quick!

Baca Selengkapnya ....

Free Ringtones, SMS Notifications and Wallpapers with Zedge

Posted by Unknown Kamis, 30 Agustus 2012 0 komentar
Back in the day when I still had my Sony Ericsson phone, I used to visit the Zedge website to get themes and stuff like that for it. Ahh fond memories hehe...

I have seen the Zedge app in the Play store a couple of times, but never really bothered to check it out, but this morning I decided to download it and see what they have, and I was not disappointed.

I now have a new ringtone that sound exactly like the theme song for the very awesome Game of Thrones!!

Also got a bitchin new wallpaper or two, and I just scratched the surface! Here are a few screen shots:





You can not only get ringtones, but also regular wallpapers, live wallpapers, notification alerts and even some games.

If you like customizing your phone with sounds and stuff like that, this app looks like the perfect one stop shop to satisfy your uncontrollable need to change your ringtone and/or wallpaper on a daily basis :)

Get it here

Baca Selengkapnya ....

My top 5 daily used Android apps

Posted by Unknown Rabu, 29 Agustus 2012 0 komentar
I decided to make a post to show which apps I tend to use on an almost daily basis.

1. Whatsapp

If you don't know what Whatsapp is, then you're missing out - it's a free messenger, which allows you to send IM's (instant messages) to any of your contacts who also has the app installed. The nice thing though, is that you get Whatsapp on different platforms as well, for example Android, iOS, Blackberry, Nokia and Windows Mobile 7 and up.

Not only very handy for quickly, and best of all, CHEAPLY (uses only a little bit of data), sending messages to anyone, you can also send photos and videos, and, if your phone has a GPS, your exact location at that time, which the recipient can open on their maps app.

If I were to get a new phone, this would pretty much be the first app I install!

Get it here

2. Steam

I like playing games on my PC, and one of my favourite things on my PC is Steam - it's a game delivery platform, through which you can legally buy games, which you can then download and play. The best part of Steam is that they have constant specials on various games. Plus there's the yearly Steam Summer Sale, which tend cost me too much money every time!

Steam on Android is basically just a mobile version of the desktop app (though you can obviously not play your games on your phone...), so you can quickly see what's on sale when you're out and about, chat with your friends on steam and all kinds of stuff like that.

As you can see below, Homefront is on sale for less 75% - I've never played the game, but I'm very tempted to actually buy it! $5 for a mainstream game like that sure is a bargain in anyone's book!



You can get Steam here

3. Tweetdeck

I used to like using Tweetcaster, but I wasn't that fond of viewing tweets of the people I follow on that. Then I did some searching, and discovered Tweetdeck. I now use this everyday to see what the people are saying. The other nice part about it is I've linked my Facebook feed to it as well, so I can view both of those updates on the one platform :)




The blue posts in the bottom screenshot are Facebook updates.

Only thing I'm not that fond of with this app is to tweet to certain people isn't very easy, I remember in Tweetcaster when you use the # or @ symbols it opens up a list of people you can choose to tweet to. Other than that, to stay up to date on what's going on in my Twitter stream, this is the app I prefer.

A last thing I want to add, it loads ALL the people you follow's tweets in the list, so if you are following lots of people, and you haven't checked it in a few days, it can take quite some time to scroll up to the latest tweets :)

Get it here

4. News24

This will probably only be for South Africans, since it's our biggest local news website's accompanying app. It has basically the exact same articles as the website, although you cannot view and make the comments on the articles, which isn't a bad thing. Most people tend to just share hate on any article.

I also find myself not liking to use this app, since the news is 98% of the time something bad, but I keep coming back for more to see what's going on in South Africa, and the rest of the world...



A very straightforward app, which does exactly what it is supposed to. Share all the bad news :(

Anyway, get it here

5. Google Chrome Browser

Last but not least, Chrome is probably my favourite new feature of the ICS update a few months back. It's Google's own browser, and boy does it just work!

As you saw above, I use Tweetdeck to stay up to date with my Twitter account, and a lot of the people I follow tend to post links to website, tapping on them always opens the link up in Chrome, and I haven't had a single issue on any website where I couldn't read the text or something like that.

If you are one of the lucky ones to have upgraded to Chrome, then this is a total must to replace the stock browser.

Get it here

To conclude this post, I'd like to invite you to post your favourite daily used apps below in the comments section, I am forever finding myself on the Google Play store to check out what's new on the market.

(sorry that I disabled Anonymous commenting, I was just getting too many spam comments!)

Baca Selengkapnya ....

Just for Fun: Zombiebooth

Posted by Unknown 0 komentar
Ok, this is not the most useful app out there, but a fun thing to fiddle around with anyway...

Ever wanted to see how you would look if you were a zombie? Get Zombiebooth, take a picture of yourself, and the app will turn you into you. Not just a still photo either, you move around, make zombie sounds and when you touch the screen, your zombie self will start munching on your finger!



Very pretty hey? Shaking the phone generates a different zombie, and you can take a photo with the app itself, or select an existing photo on your phone.

Yup, useless indeed, but fun to show to your friends :)

Get it here

Baca Selengkapnya ....

Game Review: Dungeon Village

Posted by Unknown 0 komentar
Hi guys, it's been quite a long time since I posted something, so I decided to get right back to it again. A few weeks ago I was a bit bored, and decided to give Dungeon Village a try, luckily they have a demo version available as well.

A while back, I did a review on Game Dev Story, and Dungeon Village is made by the same developer. You can almost immediately see the similarity on how the game looks and so on.

After playing it for about 10 minutes, I just couldn't resist and bought the full version.

Here are a few screen shots:





These are just some of the many things that can happen in the game.

You are basically the mayor of a small town, and adventurers come to your town to fight monsters, level up and spend gold.

There are so many aspects to this game, I find it hard to decide on where to begin.

When you start, you only have a handful of buildings, and almost immediately an adventurer wanders into your little town to come and check it out. They wander into the wilderness on a regular basis, and fights with the various kinds of monsters the game features. As they win battles, they level up, making them stronger, and increasing their satisfaction and stuff like that.

Every time they kill a monster, you get some more money to spend on new buildings and items.

Then all of a sudden a quest pops up, and you can, for a fee, recruit some adventurers to go on this quest. It might be something like old ruins they go and explore, or a monster mob just outside your town walls that they must defeat.

If one of your adventurers succumb, they don't die permanently, but slowly regain their health, after which they'll fight on. While recovering, if another adventurer happens to walk past, he will pick up his fallen comrade and take him back to the inn, where he can recuperate a lot quicker.

While on a quest, a bar at the bottom of the screen appears, which represents the linear path of the quest. On the bar you'll find chests that contain loot, as well as monsters that need to be defeated before carrying on. It's as simple as that!

The loot can be given to your adventurers as presents (boosting their stats and satisfaction), or even to your buildings to increase their appeal, how much they charge and the quality of their wares. Even the buildings can level up, they simply need to get a certain amount of visits from your adventurers!

As you go about managing all this, your town will increase in popularity, which in turn will attract more adventurers. Eventually, if your adventurers are satisfied enough in your town, they'll request for you to build them a house, and you can start earning taxes from them!

Later on you can hold events as well, which either boosts stats of your people, or popularity of the town. Every now and then you'll even get to fight against a boss, which not only gives lots of experience to those who take part in the battle, but also a nice big pile of gold! You even get medals that you can award your people at the end of each year, boosting their stats even more.

Now, I've already written quite a lot above, but this is barely touching what this game is all about! It has a very similar feel to Game Dev Story, but that is definitely not a bad thing. I'm glad I paid the $4.99 for it, it was money well spent!

Get the demo, or Lite version here

Or buy the full version (which you'll do after playing the Lite version) here

Till next time (I promise it will be quicker this time!)


Baca Selengkapnya ....

Free IDM v1.0 Full Apk For Android

Posted by Unknown Sabtu, 21 Juli 2012 0 komentar
IDM For AndroidInternet Download Manager v1.0 Full Apk for Android - Download your files with faster speeds for android apps. Simply Long Press on a link on your browser and choose "Share Link", click "IDM" and start the download!

This application can split maximum of 32 parts!
Note:

  • You need 2x(file size) the space on your storage to download a file in this very first version.
  • For some server, the maximum connections is limited. So, if you continuous get ERROR, please set lower maximum parts in Setting to download file from that server.
Screnshoot :
IDM For Android Full 

Baca Selengkapnya ....

Abstract Wallpapers Mega Pack Collection

Posted by Unknown Sabtu, 14 Juli 2012 0 komentar

Abstract Wallpapers Mega Pack Collection 1

Abstract Wallpapers Mega Pack Collection 

                            >>Download Click Here<<

Pass:-mediafire-software4u


Baca Selengkapnya ....

Tipard Video Converter 6.1.32 Portable | 21.7MB

Posted by Unknown Kamis, 05 Juli 2012 0 komentar

Tipard Video Converter 6.1.32 Portable
Tipard Video Converter 6.1.32 Portable | 21.7MB

Tipard Video Converter is a video converter that supports video MPG, MPEG, MPEG2, VOB, MOD, MP4, H.264, AVI, WMV, etc.. Besides Tipard Video Converter also has the function to extract audio from video and convert it into M4A, MP3, AC3, AAC, WMA, WAV, OGG. You can watch on portable players PSP, iPhone (3G), iPhone, Zune, Zune 2, Blackberry, Creative Zen, Sony Walkman, iRiver PMP, Archos, PS3, Apple TV, Xbox, iPAQ, Pocket PC, Mobile Phone and so on Another, a video player in the country.

Features:
  • Support convert between all video / audio formats, HD video
  • Select the audio track and subtitle
  • Capture frames and pictures from video and save them on your computer
  • Batch conversion
  • High speed (> 400 percent), completely support dual core processors
  • High speed
  • High quality results
  • The ability to manually set the parameters of output files: speed, frame rate, sample rate, codec, channel, and video quality
  • Easy to use




                                                                              

                                              >>Download Click Here<<

passworld:-freesoft88

Baca Selengkapnya ....

3D PageFlip for PowerPoint v2.0

Posted by Unknown 0 komentar

3D PageFlip for PowerPoint v2.0
3D PageFlip for PowerPoint v2.0 | 9.71MB

3DPageFlip for PowerPoint is an application to make flippingbook as creator tool to create interactive flash-based content from PowerPoint slide shows with 3D effects Flip the page. It offers time-saving way to create rich-media presentations interactive 3D for easy publishing and sharing online. You can create interactive 3D magazinescatalogsbrochures, books or newspapers of Microsoft PowerPoint in minutes without anyFlash / HTML or programming skills. By converting PowerPoint to Flash documentationit inherits the strength of Microsoft PowerPointand extends with a smaller file sizegreater multimedia integrationeasier accessibility and more trusted security.

Features:
  • Convert PPT to Flash eBook with 3D page turning effect.
  • Export and save settings or projects for future uses
  • Apply a pre-designed template
  • Define book Title
  • Enable Auto Flip with setting Flip Interval
  • Enable users to share via Facebook, iGoogle, Myspace, Twitter, Digg etc
  • Set Zoom Modal to zoom in single page or double pages together
  • Input Presenter information such as name, website address, Email and details info to show in About Window
  • Set Google ID to analyze visited pages in your 3D eBook
  • Choose color for Tool Bar
  • Pre-set tilt angle while opening the eBook
  • Set background with pure/gradient color or image directly (5 positions for background image: Fill, Fit, Stretch, Tile and Center)
  • Insert background sound and define loop status
  • Output to different formats: HTML, ZIP, EXE, Mobile Version and Burn to CD
Review:
  • HTML allows you to upload to a website to be viewed online (with title, keywords and other metadata defined)
  • EXE (with setting title, icon and open window size) and Zip allow you to send to your user by email to be viewed on their computer
  • Mobile version is to output HTML 3D flipbook which can be viewed on mobile devices via Browsers
  • Burn to CD allows you to burn to disk so that you can send your user physical media for viewing on their computer

                                                                                

                                              >>Download Click Here<<




Baca Selengkapnya ....

Photo DVD Maker Pro 8.50 Portable free download mediafire link

Posted by Unknown 0 komentar

Photo DVD Maker Pro 8.50 Portable
Photo DVD Maker Pro 8.50 Portable | 29.1MB

Photo DVD Maker adalah sebuah perangkat lunak yang dapat membantu anda untuk membuat album foto ke DVD disk agar dapat dimainkan di TV, situs web, perangkat mobile seperti Apple iPod, Sony PSP, telepon selular, dll. Hanya dengan beberapa klik, anda dapat membuat foto slideshow profesional dengan musik latar, Pan & Zoom dan efek transisi.

Photo DVD Maker mendukung untuk DVD, SVCD dan VCD 2.0 serta MPEG, MPEG-4, FLV sebagai format output. Ini mendukung lebih dari 360 efek transisi yang mengagumkan seperti Pan & Zoom, anti-flickering filter serta dukungan untuk menambahkan musik latar langsung dari CD musik, menambahkan teks makro untuk nama album, nama file, tanggal, mendukung sub-judul dan seni klip untuk setiap foto slide yang menakjubkan dan menambahkan efek khusus untuk slideshow. Selain itu, ini juga mendukung untuk merekam suara, catatan, pemangkasan audio musik dan waktu kontrol untuk audio agar lebih mudah dan sinkronisasi foto.

Features:
  • Dapat membuat beberapa album dalam slideshow
  • Dapat menambahkan musik atau merekam suara sebagai latar belakang slideshow
  • Terapkan efek transisi
  • Dukungan JPEG, TIFF, BMP dan format gambar PNG
  • Dukungan menambahkan klip video untuk slideshow
  • Preview slideshow sebelum membakar ke disk
  • Tambahkan keterangan untuk awal dan akhir slideshow
  • Crop slideshow agar sesuai dengan tampilan TV
  • Antarmuka ramah pengguna dan menjelaskan secara rinci untuk membuat slideshow


                                                                                 
                                                           >>Download Click Here<<

passworld:-freesoft88


Baca Selengkapnya ....

Mozilla Firefox 13.0.2 Final free download mediafire link

Posted by Unknown 0 komentar

Mozilla Firefox 13.0.2 Final



Mozilla Firefox 13.0.2 Final
Mozilla Firefox 13.0.2 Final | 15.8MB
Mozilla Firefox is a simple browser, famous and powerful Internet Explorer rival characterized quickly browse the Internet and contains a feature set on the Tabs page top of the page and also supports RSS news features. Firefox has many advantages, including a window pop-up blocker feature, tabbed browsing, live bookmarks feature, and feature extensions to add new features. Firefox is the first to contain all these characteristics and was welcomed by all and Firefox has attracted attention as an alternative Web browser Internet Explorer and Safari Mac OS X operating system manufactured by Apple is compatible with all versions of Windows.

Firefox sets new standards for fast web browser, easy to use and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up window. Firefox has more than 6,000 add-ons to help you do more, more fun and more creative. Firefox keeps your personal information and privacy from the bad guys.


                                                                                      
                                                                             >>Download Click Here<<


                                                                             




Baca Selengkapnya ....

Game Review: Triple Town

Posted by Unknown Minggu, 01 Juli 2012 0 komentar
As you all probably know by now already, I am always on the lookout for good games to waste some unwanted time when it creeps up on me unexpectedly, so I always go to the Editor's Choice section in the Play store, and for a change, I actually found a very very addictive little puzzle game called Triple Town.

It doesn't blow one's mind with super amazing 3d graphics or sound effects, but the whole idea behind the game keeps you wanting to come back to do it all over again!

The game works on a very simple concept of matching 3 items to produce 1 better item - matching 3 of those better items, produces yet another better one, and so forth. As you go on and match various items, you rack up points, which is also the very simple goal of the game - to get as big a score as you can before you fill up your available space.

For example, match 3 "grass" tiles, and you're rewarded with a "bush" tile - match 3 of those, and you get a tree, and so on. If you match more than 3 of the same item, you still get the better version, but that one just looks a bit different, and gives you more points.

To make it a little bit more challenging, the game throws evil bears at your little village, which blocks your path, but they are not without purpose however - trap a bear by surrounding it with tiles, then you kill it, which produces a tombstone - match 3 tombstones and you make a church.

Here are a few screen shots, but please don't you dare judge this game by how it looks, it's really very addictive, and will keep you coming back for more!


The free version of the game can be played, but you have a limited number of turns, or moves, available. You do start with 1500 turns, so you can play quite a few games to check it out. At the end of each game, depending on how well you fared, you get awarded with gold, with which you can buy items in the Store, but you can also buy additional turns to extend your free play.

Unlocking the game in full costs $3.99, which I gladly paid. Not only did this remove the limited amount of turns, but also added a few more maps on which to play. One of them, for example, doesn't have any nasty bears blocking your way as you strive to rack up those points and build a town worthy for the history books!

Here are some screen shots of that map:



Another cool little feature they added to the game is a special tile on which you can store items for later use - in the above screenshot, you'll see in the top left tile is a little robot, they are used to clear any tile on the field, handy to dispose of a ninja bear ;)

Triple Town is a perfect example of KISS (keep it simple stupid) - it is very easy to play, but can be quite tricky to master.

You unlock the full game from within the game, and they've even allowed you to play the game on all of your Android devices if you've already paid for it. (it's already on my Galaxy Tab too!)

Do yourself a favour, and get it here

Hope you enjoy this one, I really did, and still do!

Baca Selengkapnya ....

How to Install Apache Ant

Posted by Unknown Jumat, 29 Juni 2012 0 komentar

Its really simple.
1. Make sure you have java environment installed in your system.
2. Download Ant binary distribution form here.
3. Uncompress the file downloaded.
4. Set the environment variables.
         Click new button to add new environment variable. Type "ANT_HOME" as the variable name and give the path of the directory where you uncompress Ant as the value. Then edit the path variable. For Windows add %ANT_HOME%/bin and for Linux add ${ANT_HOME}/bin to the value value of the path variable. At the end the value of the path variable should be shown like this. C:\Program Files\Java\jdk1.6.0_22\bin ; %ANT_HOME%/bin.
5. Click OK and save all the changes.

Now your are ready to use Apache Ant.
You can make sure that Ant is installed correctly by executing the command 
ant -version in command prompt. If it is installed correctly it should show the version information of Ant distribution. 


Baca Selengkapnya ....

Android Developers Blog: Introducing Android 4.1 (Jelly Bean) preview platform, and more

Posted by Unknown Rabu, 27 Juni 2012 0 komentar

Apache Ant - Java-Based Build Tool

Posted by Unknown Jumat, 22 Juni 2012 0 komentar
                 

                  Apache Ant is a powerful Java-based build tool which automates the building process of a project. Mainly Ant is used to build Java applications. But It supports many program application like C, C++, Python etc. Ant can be used to many purposes. If we want to get the results of several programs which is written and executed in different languages we can use ant to do that.
                 We can configure Ant project by using "build.xml". "build.xml" is normal xml file. There we can define all the tasks, properties and variable which are used in the build process. Ant has lost of free defined tasks. Also We can define our own task.
                  After preparing the build.xml file we can simply execute "ant" command in command prompt of terminal. Then it builds the project.
                  Ant support both Windows and Linux platforms. You cant download the binary distribution of Ant form here. For more information you can refer the Apache Ant Project Site.
I hope to bring you series of post about Apache Ant.


Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android photography.