Archive

Author Archive

Use Flash Professional CS5 to develop and deploy an Adobe AIR application to Android

May 21st, 2010 admin No comments

Categories: Air, Android, Flash, Flex Tags: , , , ,

Problem with Drupal when working with mutli modules

May 20th, 2010 admin No comments

When working with multi module in Drupal i usually meet

Fatal error: Maximum execution time of 60 seconds

That problem appear can your PHP memory don’t enough for Drupal when it install new module. If you have memory you can increase memory with these mothods

  • In file php.ini at line  memory_limit=xxM set new memory you want like memory_limit = 128M etc ..
  • add line ini_set('memory_limit', '128M'); to your sites/default/settings.php file.
  • php_value memory_limit 128M to your .htaccess file in the Drupal root.
  • Use module http://drupal.org/project/drupal_tweaks and increase your PHP memory limit.

If you get that problem when install you can can;t access to modules list. In this case you need disable current install module in database. To do that follow way bellow :

Before you start, do a mysqldump (or export) of your Drupal db to a local file in case things go wrong and you need to roll back.

phpMyAdmin

To disable a module via phpMyAdmin you must login to phpMyAdmin. Then you must locate the database where Drupal is installed. Once you have done so look for the “system” table. Click and open it. Click to browse the table. Find the record for the module that is causing the problems and select the edit function. Set the status to “0″ and save.

MySQL command line

To disable a module using the MySQL command line, run the following SELECT to look at the state of your data before the change. This will help you to find the full name of the module too.

SELECT name,status FROM system WHERE type='module';

Then to disable your module, set the status to 0 for the module name that you want to disable.

UPDATE system SET status='0' WHERE name='module_name';

Check your handiwork using the SELECT statement again.

After disable you can view Uninstall tab in modules and uninstall current install module to clear their database. Then try install it again after increase memory.

UPDATE system SET status=’0′ WHERE name IN (‘context’,'context_contrib’,'context_ui’)
Categories: Drupal Tags: ,

Tired with find driver for Windows. Have fun with DriverPack Solution

May 15th, 2010 admin No comments

Driver Pack Solution

You have old  Laptop or PC and lost it’s driver when reinstall Windows or your friend ask you help install Windows on their PC but they dont have driver. There is a easy way help  you can install correct driver. That is DriverPack Solution . DriverPack Solution is the most popular program that makes the job of finding and automatically installing drivers a pleasure.
DriverPack Solution simplifies the process of reinstalling Windows on any computer. No more problems of searching and installing drivers. Everything will be done in couple of mouse clicks!. It can help:

Automated drivers installation
The program installs all required drivers to any computer in just about 5 minutes.
Saves Time and money
No more wasting time looking for drivers; all required drivers will be installed by making only a few clicks.
Any driver for any computer
All drivers on a single DVD!
Simplifies downloading new drivers from the Internet.
Drivers update capability
Updates previously installed drivers to their latest versions.
Windows XP / Vista / 7 (x86-x64)
Supports all modern operating systems!
Both 64-bit and 32-bit versions!
Easy to use
Simple and foolproof interface.
Customization ability
Our program is open source software.
Distributed for FREE
Under the GNU GPL license.
Download

DriverPack Solution 9 Previous version (x86 only) – 1000mb

DriverPack Solution 10

Categories: Tools Tags: , ,

Adobe AIR 2.0 RC and Flash Player 10.1 RC on Adobe Labs

May 12th, 2010 admin No comments

The release candidates for Flash Player 10.1 and Adobe AIR 2.0 are now available on Adobe Labs for Windows, Mac, and Linux.

Adobe® Flash® Player 10.1 is the first runtime release of the Open Screen Project that enables uncompromised Web browsing of expressive applications, content and video across devices. With support for a broad range of mobile devices, including smartphones, netbooks, smartbooks and other Internet-connected devices, Flash Player 10.1 allows your content to reach your customers wherever they are.

A prerelease version of Flash Player 10.1 is now available for Windows, Macintosh, Linux, and Solaris operating systems.

This public prerelease is an opportunity for developers to test and provide early feedback to Adobe on new features, enhancements, and compatibility with previously authored content. Consumers can try the prerelease of Flash Player 10.1 to preview hardware acceleration of video on supported Windows PCs and x86-based netbooks. You can also help make Flash Player better by visiting all of your favorite sites, making sure they work the same or better than with the current player. We definitely want your feedback to help improve the final version, expected to ship in the first half of 2010.

Welcome to the Adobe® AIR® 2 prerelease on Adobe Labs. Adobe AIR 2 provides end users with exceptional application experiences while giving developers the easiest and most powerful way to develop desktop applications across multiple platforms (Mac, Windows, and Linux).

AIR 2 builds on the success of AIR 1 by giving developers new capabilities, and even tighter integration with the desktop. Some new features of AIR 2 include:

  • Enhanced support for interacting with printers
  • Support for TLS/SSL socket communication
  • Support for the detection of mass storage devices.
  • Advanced networking capabilities like secure sockets, UDP support, and the ability to listen on sockets.
  • Support for native code integration.
  • The ability to open a file with its default application.
  • Multi-touch and gesture support.
  • New APIs for access to raw microphone data.
  • WebKit update with HTML5/CSS3 support.
  • Global error handling.
  • Improved cross-platform printing
  • Improved security and support for enterprise and government standards.

For a complete list of features and to see what’s new, please refer to the Release Notes. For an overview of the new features in AIR 2, please take a look at the following:

The AIR 2 prerelease is your opportunity to explore new features and communicate your feedback. Please remember that that this is prerelease software, so there will be bugs, some performance issues, and some missing documentation. Therefore, please use the AIR 2 prerelease only for testing and exploratory purposes.

More detail : http://labs.adobe.com/

Categories: Air, Flash, Flex Tags: , , ,

DrupalCon 2010 Video

May 11th, 2010 admin No comments

Here is list DrupalCon 2010 video. You can view and download video via links bellow or bulk download at http://sf2010.sanglt.com

Categories: Drupal Tags: ,

Drupal theme with 960 grid system

May 10th, 2010 admin No comments

Todd Nienkerk present at Drupalcon SF 2010 about using 960 grid system to create theme with Drupal

This session will cover the 960.gs grid system and how to implement it in Drupal using the NineSixty theme.

Session outline

  • Brief history of grid-based design
  • Philosophy behind 960.gs and how it works
  • Basics of grid-based theming
  • How the NineSixty theme implements and expands on 960.gs
    • Content-first layout using “push” and “pull” classes
    • Dynamic grid widths based on context
    • Debugging tools and grid visualization
    • Right-to-left (RTL) language support
  • Creating versatile, dynamic, and context-based layouts using NineSixty
    • Subtheming NineSixty
  • How to build your own, custom grid system

Goals

Session goals include gaining a solid understanding of what grid design is, how it has evolved since its early beginnings in print, and how it can help expedite the design and templating process.

Categories: Drupal Tags: , ,

Config TinyMCE Wysiwyg Vietnamese language in Drupal

May 6th, 2010 admin No comments

When use TinyMCE Wysiwyg you can set language for your TinyMCE via path admin/settings/wysiwyg/profile/1/edit. But current it can’t configure for Vietnamese language.

To add Vietnamese or other language we need open wysiwyg.admin.inc file in sites\all\modules\wysiwyg. Find to line $form['basic']['language'] and in ‘#options’ item we add ‘vi’ to array list and save it.

Clear Drupal cache, now you can see vi language on Wysiwyg profile.

That is work for Drupal part, you need install language part for TinyMCE via http://tinymce.moxiecode.com/download_i18n.php

TinyMCE

Categories: Drupal Tags: ,

Replay Media Catcher – How to download FLV from Adobe TV

May 2nd, 2010 admin No comments

replay-media-catcher

On Adobe TV we can find many tutorial and video for Flash, Flex, Photoshop… It can easy view online or with Adobe Media Player but sometime we need view it offline so download and store in local is best way . Almost it stream with RTMP and can’t download with normal protocol like FireFox or IDM. One of best tool to download RTMP is Replay Media Catcher tool.

Information about Replay Media Catcher

Powerful Web Video and MP3 Capture

Replay Media Catcher is the best streaming video and audio/MP3 downloader on the planet. Here’s why:

  • It’s Easy: Just click “Start Recording”, then play your media, and an exact digital copy is downloaded to your hard disk. Just like that.
  • It’s Powerful: Replay Media Catcher supports more streaming protocols than any other stream downloading software. And it converts files too.
  • It’s Convenient: Even when Replay Media Catcher is closed, the Video History tool keeps track of all downloadable streaming media recently played on your PC, so you can save it later.
  • It’s Smart: Replay Media Catcher automatically names video files, and recognizes millions of songs so that it can identify and tag recorded MP3 music files. Amazing!
  • Categories: Flash, Tools Tags: , , ,

    SourceMate 1.0.1.v04202010 available

    May 2nd, 2010 admin No comments

    sourcemate

    You can download and update new version here http://www.elementriver.com/sourcemate/download-installation/

    List of issues fixed since 1.0.1.v04092010:

    -Email address validation during trial sign-up loosened.
    -Disable Trace Statements now works properly when trace() statements don’t have trailing semicolons.
    -Extract Method now properly renames arguments throughout the extracted method when renamed in the Extract Method dialog.
    -Metadata content assist now properly leaves whitespace after selecting an attribute proposal.
    -Generate Ant build.xml now properly uses <compc> for Flex Library projects.
    -and a few other small fixes.

    Categories: Flash, Flex, Tools Tags: , ,

    Flash CS5 and other products shipping now

    April 30th, 2010 admin No comments

    Flash CS5

    CS5

    You can download and/or buy CS5 apps here.

    Download Flash CS5 here or https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash

    Other way, you can log in to your adobe account then download with direct link bellow

    http://trials2.adobe.com/AdobeProducts/STAM/CS5/win32/MasterCollection_CS5_LS1.exe

    http://trials2.adobe.com/AdobeProducts/STAM/CS5/win32/MasterCollection_CS5_LS1.7z

    http://trials2.adobe.com/AdobeProducts/MDIA/CS5/win32/DesignPremium_CS5_LS1.exe

    http://trials2.adobe.com/AdobeProducts/MDIA/CS5/win32/DesignPremium_CS5_LS1.7z

    http://trials2.adobe.com/AdobeProducts/PHSP/12/win32/Photoshop_12_LS1.exe

    http://trials2.adobe.com/AdobeProducts/PHSP/12/win32/Photoshop_12_LS1.7z

    http://trials2.adobe.com/AdobeProducts/FLPR/11/win32/FlashPro_11_LS1.exe

    http://trials2.adobe.com/AdobeProducts/FLPR/11/win32/FlashPro_11_LS1.7z

    http://trials2.adobe.com/AdobeProducts/THRM/1/win32/FlashCatalyst_1_LS9.exe

    http://trials2.adobe.com/dlm/AdobeProducts/DRWV/11/win32/Dreamweaver_11_LS1.exe

    http://trials2.adobe.com/AdobeProducts/PPRO/5/win32/PremierePro_5_LS7.7z

    http://trials2.adobe.com/AdobeProducts/PPRO/5/win32/PremierePro_5_LS7.exe

    http://trials2.adobe.com/AdobeProducts/IDSN/7/win32/InDesign_7_LS1.exe

    http://trials2.adobe.com/AdobeProducts/IDSN/7/win32/InDesign_7_LS1.7z

    http://trials2.adobe.com/AdobeProducts/ILST/15/win32/Illustrator_15_LS1.exe

    http://trials2.adobe.com/AdobeProducts/ILST/15/win32/Illustrator_15_LS1.7z

    http://trials2.adobe.com/AdobeProducts/AEFT/10/win64/AfterEffects_10_LS7.exe

    http://trials2.adobe.com/AdobeProducts/AEFT/10/win64/AfterEffects_10_LS7.7z

    Categories: Air, Flash, Flex Tags: , ,