Archive
Problem with Drupal when working with mutli modules
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 likememory_limit = 128M etc .. add line ini_set('memory_limit', '128M');to your sites/default/settings.php file.php_value memory_limit 128Mto 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.
Tired with find driver for Windows. Have fun with DriverPack 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.
Adobe AIR 2.0 RC and Flash Player 10.1 RC on Adobe Labs
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.
Download and Discuss
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:
- Article: Rob Christensen’s Introducing Adobe AIR 2 beta
- Video: Kevin Lynch, CTO, demos AIR 2 during the MAX 2009 keynote (5:50)
- Video: Christian Cantrell’s MAX 2009 presentation, What’s Coming in Adobe AIR 2 (62:52)
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/
DrupalCon 2010 Video
Here is list DrupalCon 2010 video. You can view and download video via links bellow or bulk download at http://sf2010.sanglt.com
- Getting started with Drupal(con) – http://www.archive.org/details/GettingStartedWithDrupalcon
- The Heart of Open Atrium: Context, PURL and Spaces – http://www.archive.org/details/TheHeartOfOpenAtriumContextPurlAndSpaces_782
- PHP for Designers – http://www.archive.org/details/PhpForDesigners
- Beginning Drupal – http://www.archive.org/details/BeginningDrupal
- Views Examples: Using Arguments and Relationships – http://www.archive.org/details/ViewsExamplesUsingArgumentsAndRelationships
- Panel: The Many Flavors of Drupal Training – http://www.archive.org/details/JqueryForDesignersAndThemers_579
- How Drupal Works: An Architect’s Overview – http://www.archive.org/details/HowDrupalWorksAnArchitectsOverview
- Accessibility in Drupal 6 and Drupal 7: Write accessible modules and themes – http://www.archive.org/details/AccessibilityInDrupal6AndDrupal7-WriteAcc…
- The state of Drupal as a Web Application & Product Platform – http://www.archive.org/details/TheStateOfDrupalAsAWebApplicationProductP…
- Theme Preprocess Functions: an Introduction – http://www.archive.org/details/ThemePreprocessFunctionsAnIntroduction
- The State of Panels 3 and More of What You Love – http://www.archive.org/details/TheHeartOfOpenAtriumContextPurlAndSpaces
- Make Drupal Run Fast – increase page load speed – http://www.archive.org/details/MakeDrupalRunFast-IncreasePageLoadSpeed
- Lullabot Case Study – http://www.archive.org/details/LullabotCaseStudy
- 20 APIs Every Drupal Developer Should Know – http://www.archive.org/details/20ApisEveryDrupalDeveloperShouldKnow
- Case Studies in Social Commerce: Waste Management’s Greenopolis & Mattel.com – http://www.archive.org/details/CaseStudiesInSocialCommerceWasteManagemen…
- The State of Drupal – http://www.archive.org/details/Css3TheFutureIsNow
- Aggregate and import with Feeds! – http://www.archive.org/details/StopDecoratingAndStartDesigningViewEdit
- CSS3: The Future is Now – http://www.archive.org/details/Css3TheFutureIsNow_361
- Drupal security for site administrators and beginners – http://www.archive.org/details/DrupalSecurityForSiteAdministratorsAndBeg…
- Monetizing Drupal – http://www.archive.org/details/MonetizingDrupal
- AJAX and Javascript in Drupal7 (for developers) – http://www.archive.org/details/AjaxAndJavascriptInDrupal7forDevelopers
- Drupal 7: What you need to know – http://www.archive.org/details/Drupal7WhatYouNeedToKnow
- Enterprise trends: Analyst panel – CMS experts – http://www.archive.org/details/EnterpriseTrendsAnalystPanel-CmsExperts
- Mining Social Media For Awesome Drupal Gigs – http://www.archive.org/details/MiningSocialMediaForAwesomeDrupalGigs
- Objectifying PHP – http://www.archive.org/details/ObjectifyingPhp
- Design for Drupal: A Template Approach – http://www.archive.org/details/DesignForDrupalATemplateApproach
- Drupal site security for coders and themers – http://www.archive.org/details/DrupalSiteSecurityForCodersAndThemers
- Drupal 7 and Microsoft SQL Server – http://www.archive.org/details/Drupal7AndMicrosoftSqlServer
- CCK Demystified – http://www.archive.org/details/CckDemystified – http://www.archive.org/details/ViewsDemystified-Part2
- D7UX: How to integrate the core Drupal 7 usability improvements with your module – http://www.archive.org/details/D7uxHowToIntegrateTheCoreDrupal7Usability…
- Case Studies in Publishing: Time Out NY and Taunton Press – http://www.archive.org/details/CaseStudiesInPublishingTimeOutNyAndTaunto…
- PubSubHubbub to the rescue– Real-time feeds and the future of social networks – http://www.archive.org/details/PubsubhubbubToTheRescue–Real-timeFeedsAn…
- Stop Decorating and Start Designing – http://www.archive.org/details/StopDecoratingAndStartDesigning
- From Photoshop to Drupal Theme – http://www.archive.org/details/FromPhotoshopToDrupalTheme
- Planning and Executing a Successful Drupal Implementation – http://www.archive.org/details/PlanningAndExecutingASuccessfulDrupalImpl…
- Drupal as a web services platform using the Services module – http://www.archive.org/details/DrupalAsAWebServicesPlatformUsingTheServi…
- Going Vertical: How niche marketing can launch your Drupal business – http://www.archive.org/details/GoingVerticalHowNicheMarketingCanLaunchYo…
- Default theme implementations: a guide for module developers who want sweet love from Morten and JohnAlbin – http://www.archive.org/details/DefaultThemeImplementationsAGuideForModul…
- Adopting a Standard for the Enterprise: A Case Study of Florida Hospital – http://www.archive.org/details/AdoptingAStandardForTheEnterpriseACaseStu…
- Open Source Opens Doors for Youth: a professional/nonprofit/foundation collaboration builds a youth social enterprise – http://www.archive.org/details/OpenSourceOpensDoorsForYouthAProfessional…
- Drupal 7 here we come! – http://www.archive.org/details/Drupal7HereWeCome
- Parlez vous Internet? Ignore the rest of the world at your own risk. – http://www.archive.org/details/ParlezVousInternetIgnoreTheRestOfTheWorld…
- Search Engine Optimization (SEO) for your Drupal site – http://www.archive.org/details/SearchEngineOptimizationseoForYourDrupalSite
- Show Don’t Tell: Guerilla Usability Testing – http://www.archive.org/details/ShowDontTellGuerillaUsabilityTesting
- jQuery for Designers and Themers – http://www.archive.org/details/JqueryForDesignersAndThemers_587
- Batch vs. Queue: an API Smackdown – http://www.archive.org/details/BatchVs.QueueAnApiSmackdown
- “Don’t Touch that Server”: A toolkit for zero-touch production environments – http://www.archive.org/details/dontTouchThatServerAToolkitForZero-touchP…
- Enterprise Architecture for Drupal – http://www.archive.org/details/EnterpriseArchitectureForDrupal
- Drupal Gardens: Design to online in 15 minutes – http://www.archive.org/details/DrupalGardensDesignToOnlineIn15Minutes
- Conversion Rate Optimization (CRO) for Drupal – http://www.archive.org/details/Cro-conversionRateOptimizationForDrupal
- Accelerated grid theming using NineSixty – http://www.archive.org/details/AcceleratedGridThemingUsingNinesixty_610
- jQuery, Views, and View Themeing – http://www.archive.org/details/JqueryViewsAndViewThemeing
- Leveraging the Chaos tool suite for module development – http://www.archive.org/details/LeveragingTheChaosToolSuiteForModuleDevel…
- A Match Made in the Cloud – How to Best Take Advantage of Cloud Technologies with Drupal Sites – http://www.archive.org/details/HowToBestTakeAdvantageOfCloudTechnologies…
- Case Studies in Academia: Drupal at ASU & Johns Hopkins Knowledge for Health – http://www.archive.org/details/CaseStudiesInAcademiaDrupalAtAsuJohnsHopk…
- Theming in Drupal Gardens – http://www.archive.org/details/ThemingInDrupalGardens
- Facebook Applications, Powered by Drupal – http://www.archive.org/details/FacebookApplicationsPoweredByDrupal
- Elevating 960gs in Drupal with the Omega theme – http://www.archive.org/details/Elevating960gsInDrupalWithTheOmegaTheme
- Social Analytics for 120 Warner Bros. Records Artist sites – http://www.archive.org/details/DrupalForData
- Views for developers – http://www.archive.org/details/ViewsForDevelopers
- Challenges of hosting Drupal on AWS – http://www.archive.org/details/ChallengesOfHostingDrupalOnAws
- Drupal Publisher’s Panel – http://www.archive.org/details/DrupalPublishersPanel
- Open Source in the Cloud Era – http://www.archive.org/details/OpenSourceInTheCloudEra
- Design and Theming: What’s new in Drupal 7 – http://www.archive.org/details/DesignAndThemingWhatsNewInDrupal7
- Apache Solr Search Mastery – http://www.archive.org/details/ApacheSolrSearchMastery
- 2.4 million page views per day, 60 M per month, one server! – http://www.archive.org/details/2.4MillionPageViewsPerDay60MPerMonthOneSe…
- Page render drill down in Drupal 7 – http://www.archive.org/details/PageRenderDrillDownInDrupal7
- MySQL Highlights – http://www.archive.org/details/MysqlHighlights
- How Drupal 7 Fields are changing the way you write modules – http://www.archive.org/details/HowDrupal7FieldsAreChangingTheWayYouWrite…
- Defining and pitching your process – http://www.archive.org/details/DefiningAndPitchingYourProcess
- Case Studies in Non Profits: Jane Goodall and Musescore – http://www.archive.org/details/CaseStudiesInNonProfitsJaneGoodallAndMuse…
- Grok Drupal (7) Theming – http://www.archive.org/details/GrokDrupal7Theming
- Build a Powerful Site Search with the User-Friendly, Easy-to-Install Search Lucene API Module Suite – http://www.archive.org/details/BuildAPowerfulSiteSearchWithTheUser-frien…
- Performance testing The Economist Online using The Grinder – http://www.archive.org/details/PerformanceTestingTheEconomistOnlineUsing…
- Making Drupal Admin Simple – http://www.archive.org/details/MakingDrupalAdminSimple
- The Future Of MySQL: Forks, Patches And Decisions – http://www.archive.org/details/TheFutureOfMysqlForksPatchesAndDecisions
- CCK to Fields: Getting There From Here – http://www.archive.org/details/CckToFieldsGettingThereFromHere_19
- Strategies for Community Contributions – http://www.archive.org/details/StrategiesForCommunityContributions
- An enterprise approach to securing your Drupal sites – http://www.archive.org/details/AnEnterpriseApproachToSecuringYourDrupalS…
- Theming with Skinr – http://www.archive.org/details/ThemingWithSkinr
- Trends in Design and Architecture of Big Drupal Sites – http://www.archive.org/details/TrendsInDesignAndArchitectureOfBigDrupalS…
- HipHop for PHP – http://www.archive.org/details/HiphopForPhp_83
- Managing and deploying configuration with exportables and the Features module – http://www.archive.org/details/DrupalconSf2010ManagingAndDeployingConfig…
- Panels, Panels Everywhere – http://www.archive.org/details/DrupalonSf2010PanelsPanelsEverywhere
- The exodus: leading Drupal out of CVS – http://www.archive.org/details/DrupalconSf2010TheExodusLeadingDrupalOutO…
- Token for Fun and Profit in Drupal 7 – http://www.archive.org/details/TokenForFunAndProfitInDrupal7
- YOU SHALL NOT PASS: Managing Expectations and Boundaries of Clients – http://www.archive.org/details/YouShallNotPassManagingExpectationsAndBou…
- Node Access in Drupal 7 – http://www.archive.org/details/NodeAccessInDrupal7
- Best Practices For Managing a Drupal Firm – http://www.archive.org/details/BestPracticesForManagingADrupalFirm
- Ubercart for Beginners – http://www.archive.org/details/UbercartForBeginners
- Drupal Distributions on drupal.org – http://www.archive.org/details/DrupalconSf2010DrupalDistributionsOnDrupa…
- Web Typography: Take your Designs from Good to Great – http://www.archive.org/details/DrupalconSf2010WebTypographyTakeYourDesig…
- Shh! This is a (Drupal-powered) Library Site! – http://www.archive.org/details/ShhThisIsAdrupal-poweredLibrarySite
- Media Module: Multimedia in Drupal 7 – http://www.archive.org/details/MediaModuleMultimediaInDrupal7
- Developing Apps for iPhone/iPad/Android using drupal as Base System – http://www.archive.org/details/DevelopingAppsForIphoneipadandroidUsingDr…
- The Magic of Teams: Communication & Collaboration – http://www.archive.org/details/TheMagicOfTeamsCommunicationCollaboration
- From a contractor to a shop: How to make the leap – http://www.archive.org/details/FromAContractorToAShopHowToMakeTheLeap
- From Ubercart to Drupal Commerce – http://www.archive.org/details/DrupalconSf2010FromUbercartToDrupalCommerce
- Drush – http://www.archive.org/details/DrupalconSf2010Drush
- Instant Dynamic Forms with #states – http://www.archive.org/details/InstantDynamicFormsWithstates
- The Drupal Association – Stewards of the Drop – http://www.archive.org/details/TheDrupalAssociation-StewardsOfTheDrop
- Harnessing Drupal for Your Next Web Project – http://www.archive.org/details/HarnessingDrupalForYourNextWebProject
- iPhone, Drupal, and Web Services – http://www.archive.org/details/IphoneDrupalAndWebServices
- Top 100 Useful Contributed Modules – http://www.archive.org/details/Top100UsefulContributedModules
- Best Practices for Freelancers and One-Person Shops – http://www.archive.org/details/BestPracticesForFreelancersAndOne-personS…
- Theme Ubercart, Make Your Store Shine – http://www.archive.org/details/DrupalconSf2010ThemeUbercartMakeYourStore…
- Advanced Drush – http://www.archive.org/details/DrupalconSf2010AdvancedDrush
- The Future of Drupal in Government – http://www.archive.org/details/DrupalconSf2010TheFutureOfDrupalInGovernment
- How to build a Jobs Aggregation Search Engine with Nutch, Apache Solr and Views 3 in about an hour – http://www.archive.org/details/HowToBuildAJobsAggregationSearchEngineWit…
- Efficient workflow for design and development projects – http://www.archive.org/details/EfficientWorkflowForDesignAndDevelopmentP…
- Open Source in Government – http://www.archive.org/details/OpenSourceInGovernment
- PHP for NonProgrammers – http://www.archive.org/details/PhpForNonprogrammers_261
- Turning that UX Frown Upside-Down – http://www.archive.org/details/DrupalconSf2010TurningThatUxFrownUpside-down
- Display Suite – central and clean administration of your object displays – http://www.archive.org/details/DisplaySuite-CentralAndCleanAdministratio…
- Databases: The Next Generation – http://www.archive.org/details/DatabasesTheNextGeneration
- Providing a Scalable Infrastructure for Whitehouse.gov – http://www.archive.org/details/DrupalconSf2010ProvidingAScalableInfrastr…
- Virtual Teams and the Enterprise. Virtually Impossible – http://www.archive.org/details/VirtualTeamsAndTheEnterprise.VirtuallyImp…
- Building a viral marketing and customer rewards e-commerce site – http://www.archive.org/details/BuildingAViralMarketingAndCustomerRewards…
- Module Building for Beginners (Drupal 6 and 7) – Intro and Workshop – http://www.archive.org/details/BestPracticesInContribDevelopmentAndSuppo…
- The story of RDF in Drupal 7 and what it means for the Web at large – http://www.archive.org/details/TheStoryOfRdfInDrupal7AndWhatItMeansForTh…
- Drupal 7 UX: Making Drupal Simple to Use for Everyone – http://www.archive.org/details/DrupalconSf2010Drupal7UxMakingDrupalSimpl…
- All your html are belong to us #2 – Revenge of the markup – http://www.archive.org/details/AllYourHtmlAreBelongToUs2-RevengeOfTheMarkup
- MongoDB – Humongous Drupal – http://www.archive.org/details/Mongodb-HumongousDrupal
- Aegir Hosting System – one Drupal to rule them all – http://www.archive.org/details/AegirHostingSystem-OneDrupalToRuleThemAll
- Beyond Budget and Scope: Managing Client Expectations and Delivering Value – http://www.archive.org/details/BeyondBudgetAndScopeManagingClientExpecta…
- Enterprise Content Management With Drupal, Alfresco and CMIS – http://www.archive.org/details/EnterpriseContentManagementWithDrupalAlfr…
Drupal theme with 960 grid system
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.
Config TinyMCE Wysiwyg Vietnamese language in Drupal
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
Replay Media Catcher – How to download FLV from Adobe TV

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!
SourceMate 1.0.1.v04202010 available

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.
Flash CS5 and other products shipping now


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



