Posted on December 13th, 2008 in UIQ 3.0 Software | 42,137 views

I'm very glad to announce that the lastest version of CorePlayer - the best multimedia player for Symbian UIQ3 - has been released.

This new version comes with working streaming FLV from YouTube and a little different UI with new FLV-settings for better performance .

Change log:
Version 1.3.0 build 6213 (20081208):
- FIX: YouTube playback
- FIX: ISO8601 ‘zulu’ (Z) dates
- FIX: ogg Speex and Theora detection
- FIX: AVI parsing fixes
- FIX: Anamorphic aspect ratio in AVI
- FIX: Probe for UDP streams
- FIX: ID3v2.4 size parsing
- FIX: Aspect setting with prerotated portrait videos
- FIX: Misc. FLV issues
- FIX: PalmOS: Memory usage
- FIX: OS X: Keyboad shortcuts
- ADD: More YouTube stream options (from 50 kbps to 2 Mbps)
- ADD: Basic HTTP proxy support
- ADD: Basic HTTP authentication
- ADD: Improved file caching
- ADD: Support EntryRef in ASX playlists
- ADD: Low delay streaming option
- ADD: Better support for embedded cover art
- ADD: Merge the list of artist into album artists (on by default)
- ADD: Reload network files on startup option (off by default)
- ADD: Desktop: Always on top option
- CHG: CoreUI speed optimizations & fixes
- CHG: XML parsing speed
- CHG: Prefer UDP streaming for RTSP by default

You can purchase or download the update at Mobihand

Posted on December 8th, 2008 in UIQ 3.0 Hacks | 23,525 views

Previous post - http://hieudt.info/uiq3-hacks/uiq3-statusbar-icon-collections-part-1/

Here are Statusbar Icons for UIQ3 phones that I’ve collected from the Internet. Just click on each image bellow to download and put extracted content to D:\Resource and then restart the phone. That’s all!



Don’t worry if you can’t find folder “Resource” on your memory card, just make a new folder with the name “Resource”.

Have you seen another beautiful status yet ? Please let me know so that I can add them here. Don’t forget to stay tuned with next part. Thank you!

Posted on December 4th, 2008 in UIQ 3.0 Hacks | 9,450 views

As you know, Symbian UIQ3 does not allow us to access its system folders which will inform "Protected folder" when we try to open them. But UIQ3 is now hacked! We can access or do anything with those system folders, just using a small program but it's really great. That is CapsSwitch, the must have app/program if you want to access your UIQ3 phone system. A big thanks to the SWmail - a modder/hacker for UIQ3 community.

Installation:
- Download archive with the program here
- Install CapsSwitch. No need to sign.

Using this program is very easy, everytime you want to access system folders on your phone, just run CapsSwitch and then tap Switch to make the capabilities OFF. This means CapsSwitch will turn the protection off so you can read/write the file system normally.

Posted on in UIQ 3.0 Software | 16,110 views

This program was introduced in a previous post (you can read it here) now it has just been updated to version 0.94 beta with new changelog:

  • Displaying allocation in the text
  • Languages of the Preferences dialog: Polish, Finnish, Bulgarian
  • Changed the formatting elements in the Preferences dialog
  • Further improvement of stability

You can see more details here

Posted on in UIQ 3.0 Hacks | 13,155 views

Here are Statusbar Icons for UIQ3 phones that I've collected from the Internet. Just click on each image bellow to download and put extracted content to D:\Resource and then restart the phone. That's all!


status5

Don't worry if you can't find folder "Resource" on your memory card, just make a new folder with the name "Resource".

Have you seen another beautiful status yet ? Please let me know so that I can add them here. Don't forget to stay tuned with next part. Thank you!

Posted on in WP Tips-Tricks | 10,126 views

After reading the article “Exclude your own visits in Google Analytics for WordPress blogs” on JohnTP.com,
I think that is very useful trick to exclude your own visits in Google Analytics when you access your WordPress blogs, using the code bellow to do that:

<?php if (!$user_ID) { ?> your Google Analytics code here <?php } ?>

But the code is not pretty well for blogs with enabled user registration because using $user_ID variable will exclude all visitors who has already been a member. You know that we are going to exclude tracking for only the administrator whose username is "admin" and level is 10 so that we need to have a better condition to detect which type of currently logged in user. I have an improvement for the code here, place it to your footer.php :

1
2
3
4
<?php global $current_user; get_currentuserinfo();
if ($current_user->user_level != 10 && $current_user->user_login != 'admin') { ?>
your Google Analytics code here
<?php } ?>

This code is currently working well on my blog. I hope it will help you to exclude your own visits in Google Analytics exactly!

PS: Note that you can use any web statistics code you like (statcounter for example), not just for Google Analytics.

Posted on December 3rd, 2008 in Web Design | 12,589 views

Smashing Magazine has released a free RSS feed icon set, which was designed by Dirceu Veiga from FastIcon.

The set contains 8 icons that can be used for private and commercial projects for free. According to the license agreement, the designer requires an backlink to http://www.fasticon.com so don't forget to put his copyright link on your site if you use this set.

The Icons are available for both Mac and Windows. The PNG files can be downloaded as well, which come in various resolutions (16×16px, 24×24px, 32×32px, 48×48px, 128×128px, 256×256px and 512×512px).

Download: ICO | PNG | MacOS

Posted on in UIQ 3.0 Software | 10,378 views

CellPhoneSoft has just released an update to Process Explorer on Dec 1, 2008. The new version comes with various features include listing Dynamic Link Libraries (DLLs) that contain code shared between applications. It can also list all running applications, device drivers, server programs, ... With powerful cleanup ability, Process Explorer lets you control your phone memory easily!

NEW in version 1.50

  • New view page listing DLLs (shared code libraries).
  • DLLs loaded by processes are listed in the process components view.
  • New Zoom command.
  • Improved performance and reliability.
  • Internal enhancements, optimizations, and bugfixes.

Compatible with G900, G700, P1, P990, W950, W960, M600, Z8, Z10

You can view more details here.

Posted on in WP Plugins | 14,827 views


Similar to Lightbox 2, WP-Lytebox is a WordPress plugin which uses Lytebox to add a lightbox functionality to images as well as HTML content such as web pages. This plugin will automatically group all the images links in your post content into a gallery with next and previous links. Just download and install it, you are done!

Installation:

  1. Download plugin here.
  2. Upload extracted content to the /wp-content/plugins/ folder, and activate it.
  3. That all!

Note that Lytebox can also be configured via "lytebox.js" if you wish.

Posted on in WP Plugins | 13,065 views

Auto-hyperlink URLs - written by Scott Reilly - is a plugin that can transform text URLs in your post content and comment text to the URL they reference. You don't need to hyperlink already hyperlinked URLs. The plugin also improves upon WordPress’s default make_clickable function, along with adding some configuration options (such as link truncation).

This plugin will recognize any protocol-specified URI (http|https|ftp|news)://, etc, as well as e-mail addresses. It also adds the new ability to recognize Class B domain references (i.e. “somesite.net” where not just those prepended with “www.”) as valid links (i.e. “wordpress.org” would now get auto-hyperlinked).

You can view more details about the installation and usage at here

Page 5 of 812345678
This website uses a Hackadelic PlugIn, Hackadelic SEO Table Of Contents 1.7.3.