Jan
28

30 Professional Free Joomla Templates

1327729030 86 30 Professional Free Joomla Templates

Joomla is a flexible and powerful open source content management system (CMS) that makes your site easy to build whether is about a personal portofolio, an e-commerce site or a business presentation website. If you have experience in code writing will see that Joomla isn’t difficult to learn. These Joomla templates are a perfect start for you and don’t forget about the community that will answer your questions if you’re stuck on the road.

In this post we’ve collected some of the best free Joomla templates for our readers. If you want to start with Joomla these great looking Joomla templates will help you for sure.

1. Joomla Business 5

This template is compatible with Joomla 1.7 and Joomla 2.5. This template contains the following features: Build with JAt3 Framework, 5 types of menus including drop down and dropline menu, CSS3 Based Design.

2. Smartphone Apps

As its name suggests, the Smartphone Apps Joomla 1.7 template is suitable for setting up a website dedicated to everything related to high-end mobile phones.

3. City Sky

The template features 2 parameters that serve to change the background on the one hand and to insert one’s twitter URL on the other, the latter then being highlighted to direct the attention of your readers to your twitter account.

4. SJ News

In this template, we support many extensions which include both module and plugin. You can use these extensions for showing articles at various positions on the template.

5. Stylusson6. Meembo-Red

Meembo-Red is a business style Joomla! template easy accessible and clean design. It’s ideal for businesses or organisations looking to build a website.

7. Bolito

Our first joomla template powered by jquery effects. There are new built-in modules: news tabs, fancy copyright effect, go to top button and google translate button.

8. AS 002034 Joomla9. Anton Free Joomla Template

Anton Template is lightweight and fast-loading free template for Joomla! 1.5.x with CSS Superfish multi level dropdown menu, nice code, Google Fonts Anton and full optimized code for Search Engines which helps in SEO.

10. Baby Center

The Baby Center Joomla 1.7 (Joomla 1.6) template, which offers a banner image slideshow functionality, is suitable for setting up a nursery school or kindergarten homepage, or an online store offering toys for infants, toddlers and preschoolers, baby clothes etc.

11. Smart News Free Template Joomla

Today, Smart News Template for Joomla 1.7 – a free professional template.

12. Honnaton

Honnaton Template for Joomla- a free professional template.

13. JaxStorm-Black

JaxStorm-Black is a business style Joomla! template easy accessible and clean design. It’s ideal for businesses or organisations looking to build a website.

14. SkyExtend

There is a famous business saying “the sky is the limit”. There are no limits with this free joomla 1.7 template. It works great for any business site or even holiday site.

15. BlackAndWhite Free Joomla Template

CSS Superfish multi level dropdown menu. Tableless design and 100% CSS based. Lightweight and fast-loading.

16. Free Joomla Template

Set 2 column layout (left,center). 7 Possible Module Positions. All module positions are fully collapsible. Built-in jQuery animated header banner.

17. Twilight Free Joomla Template18. Freemium

It’s a free premium template named Freemium! It utilizes the full power of Expose including cross-browser compatibility, built-in mobile device compatibility, brilliant typography, all the cool and strong plug-ins, light weight code etc. The main attraction of Freemium is that its charming design and simply elegant structure.

19. Shaper Simplicity – II

We are very happy to announce that finally we’ve released much awaited free joomla template, Shaper Simplicity – II. This is the best free template for joomla that allows you to develop almost any types of website like business, portfolio, personal, showcase, portal, educational and many more.

20. Web Security

The Web Security Joomla 1.7 template, featuring a fireproof bank vault door in its banner area, represents an excellent platform for discussing anything related to security.

21. Cirrus-Yellow

Cirrus-Yellow is a business style Joomla! template easy accessible and clean design. It’s ideal for businesses or organisations looking to build a website.

22. BusinessLines

This is our first template from 2012 and we are starting off directly with one of the most popular templates: a business template. If you want a fresh looking design, then get this template now.

23. BlueSky Free Joomla Template

Lightweight and fast-loading. Google Font: Oswald. 4 layout options. Automatic Slideshow on frontpage.

24. Free Joomla Template

Set 2 column layout (left,center). 6 Possible Module Positions. All module positions are fully collapsible.Built-in jQuery animated header banner.

25. JM Business Marketing

The free joomla template that can be used for any business due to its clear design and possibility to choose the template’s colour to match your company’s purposes.

26. Photographer Blog Joomla Template

Are you a photographer and need a nice template for your joomla based website? With this professional template you can create now a professional website for your photography portfolio online, for free.

27. Free Joomla Template28. Electronics

Electronos is a great free template for joomla with many custom positions, documentation, custom features and an electronics related theme.

29. JoomSpirit 30. JA Elastica – Free Joomla Responsive Template

Web has spread to mobiles, tablets, netbooks and other handheld devices. Do you think your site is ready to serve them all? Responsive Joomla! templates are the answer to such now common design requirements.

Jan
28

PhpStorm description, ASP & PHP Downloads List By 30 Day Change

1327727834 41 PhpStorm description, ASP & PHP Downloads List By 30 Day Change

This happens to me all the time: I am watching a movie, and the camera zooms in on a computer monitor showing the hero performing some impossible feat of tech wizardry. I find myself thinking, “Come on, things are never this slick in real life.” Well, if a movie showed PhpStorm, I would probably be thinking that exact same thought.

PhpStorm’s bleeding-edge editor features make editing code into an aesthetic experience.Surprisingly, PhpStorm is real. It is a highly polished IDE for working with PHP, JavaScript, and other Web-related languages, and its editing interface is an absolute joy to use. It offers a unique editing experience that goes beyond anything I’ve seen an IDE do before.

Let’s look at some examples: IDEs usually offer a ton of features and aren’t easy to navigate. With PhpStorm, just tap Ctrl-Shiftm-A and start typing whatever it is you are trying to do. Trying to merge different files? Type mer and instant suggestions will pop up, each with its own description, shortcut key (if any), and menu location. Just scroll through the list and hit Enter when you find the command you need–and now you know how to get to it through the menu or shortcut keys, too.

Another one: Let’s say you’re at the bottom of a very long block of code. It’s so long you can’t even see its beginning–all you see is a closing brace. Just put your cursor on that brace, and PhpStorm will overlay the beginning line on top of the window, above the text editing area. I don’t mean just a tooltip, but the whole line, syntax highlighted and numbered. I told you it’s slick.

Or let’s take the Preferences dialog. All IDEs contain numerous options, and many also contain a live-search box in the preferences dialog, to help you find what you need. But most editors just show you the page containing the option you searched for–it is up to you to hunt for it amidst all the other ones. PhpStorm helps by dimming all other options out, making the one you need pop out.

One thing you should understand before using PhpStorm is that it really is an IDE. You can’t use it for just making a quick edit to a remote file and move on. To begin working with PhpStorm, you need to create a project. If your files are already on a remote server (on a live website), you will need to show PhpStorm exactly what files and directories it should download, and what files it should leave on the server. Otherwise, you may find yourself downloading hundreds of megabytes just to start editing your existing website.

Sometimes PhpStorm is a bit too slick for its own good. For example, it includes a diff utility for showing differences between a local file and its server-side copy. This dialog lets you merge changes from the server side, but this is shown via an elegant chevron overlaid on the gutter of the line that was changed, which I did not recognize as a button at first.

Like other IDEs, PhpStorm does take some time to study, but it can also be addictive. Its polished editing interface can make you feel like you are programming in the future–all you need is the right soundtrack to go with it.

Note: This program is free for open-source products only. Commercial users must buy the paid version ($99 for individual developers, $199 for companies).

Jan
28

MISUMI’s New EZ Product Finder Makes Online Search For Factory Automation Components Faster And Easier

1327726661 60 MISUMIs New EZ Product Finder Makes Online Search For Factory Automation Components Faster And EasierSCHAUMBURG, ILL.–(BUSINESS WIRE)–

MISUMI USA, Inc. , a subsidiary of MISUMI Corporation, part of MISUMI Group, Inc. (TOKYO: 9962) , announces the launch of its EZ Product Finder. The Flash-based application, accessible through the MISUMI Web site, provides design engineers with a well-organized visual index to all of the company’s Factory Automation components. With intuitive, catalog-like navigation, the application allows users to quickly locate products of interest and offers a snapshot view of up to 100 product pages at once. EZ Product Finder also provides links to product pages that offer CAD downloads to MISUMI customers

The new tool makes it faster and easier for engineers and designers to access MISUMI’s entire 3600-plus page print catalog, complete with product specifications, pricing and shipping times, from the convenience of their desktops. Once users find what they are looking for, they can instantly download PDFs and native CAD files of specific products – which in itself is a tremendous time saver.

This totally virtual approach eliminates the hassle of dealing with large print catalogs and the inconvenience of sharing a catalog among multiple engineers within the engineering department. In addition, many design engineers – including some long-time MISUMI customers – may not be aware of the comprehensive depth and breadth of the company’s Factory Automation components. The EZ Product Finder will put the entire line of product offerings right at their fingertips, which can be extremely helpful, especially in the design concept stage.

To learn how MISUMI’s new EZ Product Finder works, visit us.misumi-ec.comand click on the EZ Product Finder Banner.

About MISUMI USA , Inc.

Located in Schaumburg, Illinois, MISUMI USA, Inc. was established in 1988 as a Subsidiary of MISUMI Corporation, a part of the MISUMI Group (TOKYO: 9962). MISUMI USA, Inc. is a leading supplier of fixed and configurable components such as leader pins, single-axis actuators, linear shafts, slotted keys, aluminum extrusions, parting locks, linear guides, XY stages and other components for factory automation, plastic mold and press die industries. For a complete list of available components, please visit MISUMI USA.

Copyright Business Wire 2012

Jan
28

First look: Zend's PHP developer cloud

1327725443 98 First look: Zend's PHP developer cloud

When you consider the cloud, you typically imagine a realm of deployed, production applications. Zend Developer Cloud (ZDC) adds a twist: ZDC creates a place in the cloud where PHP-based applications can be developed for the cloud. No more developing locally, then deploying into the cloud — ZDC pushes both into the ether.

If that were all it did, ZDC’s utility would be questionable. However, it offers benefits that are not at first apparent, but warrant a closer look.

[ Also on InfoWorld: "Ruby clouds: Engine Yard vs. Heroku" and "4 Java clouds face off." | See if you can pass InfoWorld's programming IQ test, round 1 and programming IQ test, round 2. | Get software development news and insights from InfoWorld's Developer World newsletter. ]

At the time of this writing, the Zend Developer Cloud is still in beta. Interested developers can try it out at phpcloud.com. Access to ZDC — during the beta phase — is free. Anyone who takes advantage of this trial period will be able to keep a free account even after ZDC goes “live,” which is anticipated sometime in early 2012. The live version will offer both free and paid-for accounts. Details of the differences between the two account types have yet to be officially specified, but the Zend engineers claim that anyone who has begun development work in the beta stage will lose none of that work when the system becomes publicly available.

Zend Developer Cloud: Zend Server and MySQL Zend Developer Cloud is hosted on Amazon Web Services, but hides the underlying Amazon infrastructure. Register with ZDC, and you are given a “container” — a sandbox that hosts the execution of the applications you are developing. You can think of it as a virtual system, to which is allocated memory, disk, networking, and CPU resources. Specifically, a container is permitted approximately 300MB of memory, 500MB of disk space, and about 2TB per month of network bandwidth. The CPU allocation is specified in throughput consumed by database operations — about 200MBps.

Naturally, a ZDC container is also equipped with software services. This being Zend Technologies, it’s no surprise the container includes a PHP runtime, an instance of Zend Server (the full-fledged enterprise edition), and an instance of MySQL Server. Actually, it is more accurate to say the container has access to a MySQL Server instance. The capacities that a container can command from the MySQL instance are limited. Although you can create as many MySQL tables as you wish, you are limited to a single schema (database). Currently MySQL is the only database option, but support for MongoDB and others is likely to follow.

Zend Server is a Web application server augmented to support both the development and deployed execution of PHP applications. It is available in community and nonfree editions, both of which provide useful add-ons that include a general-purpose data cache, an execution optimizer that caches precompiled PHP byte code, a debugger, and more.

The enterprise edition adds to these an event monitoring system that lets you log the details of out-and-out errors (such as database errors), as well as potentially dangerous conditions (such as unusually high memory usage, slow query execution, and more) — exceedingly useful in postmortem analysis. The enterprise edition also provides code tracing that can produce a profile of code execution paths. You can configure profiling to be triggered by specific events (for homing in on a particularly suspicious method) or enable profiling for the whole application. Developing your application in Zend Developer Cloud gives you all the advantages of a full-blown Zend Server installation.

These components are bonded together by what is referred to as the Zend Application Fabric. The Fabric is a PHP-friendly runtime environment that includes — in addition to the services already described — the Zend Framework (via Zend Server), as well as failover, load balancing, and scaling capabilities that provide cloud-friendly elasticity with minimal management overhead. Here, however, you find there are differences between the Zend Application Fabric of the ZDC environment and the Zend Application Fabric in a deployment environment.

The Zend Application Fabric is already available through cloud providers that have partnered with Zend. These include RightScale, Amazon, IBM, and Rackspace. In those deployment environments, the Fabric provides load balancing and scaling as described above. For example, you can configure your cloud application so that when your application’s CPU or memory usage reaches 80 percent of a prescribed ceiling, another runtime instance is launched to shoulder some of the load. Zend has defined a set of default parameters to control scaling behavior; if your application’s execution profile fits the default, you are relieved of having to tune any runtime controls. Nevertheless, if you know that your application’s load may ramp up quickly and you want to launch new instances well before maximum capacity is approached, you have the option of adjusting the parameters away from their default values.

These capabilities are available now, but only in the deployed form of the Zend Application Fabric. Keep in mind: When working with the Zend Application Fabric of the ZDC, you’re working with a runtime environment that — from your application’s perspective — is functionally identical to the deployed version but behaviorally different. Your application will not be aware of any difference between the Fabric running in ZDC and the Fabric running on a deployed system, but the ZDC’s Fabric does no scaling. The Zend Developer Cloud is strictly for development and testing.

Zend Developer Cloud: Container management You control your container via three management consoles, all available from an administrative home page associated with the container. For administering your MySQL database tables, you can launch the browser-based phpMyAdmin application. Anyone who’s done any work with PHP should be familiar with phpMyAdmin, so I’ll say no more of it here other than it’s as straightforward and serviceable a tool for managing a SQL database as you’ll find.

Also on your admin home page is a link that launches the Zend Server management console, where you can set the events that your container’s Zend Server instance will log, configure code tracing, view already-captured event logs and code trace files, view a history of applications that have executed on the server, turn server features on or off (such as optimizer, debugger, or caching), and much, much more. Management of a Zend Server is a complicated enough subject to warrant an article to itself. (Interested readers can find more at the Zend Product Documentation page.)

To code your PHP application, you can use Zend Studio, Eclipse PDT, or any IDE you want, though life is easier with Zend Studio. For instance, Zend Studio allows you to set up a development project with phpcloud.com as the deployment target.

Your ZDC home page is a sort of management console all to itself. From there you can change your container’s name, reset it (which deletes all applications from the container, returning it to the state just after its creation), alter passwords, and add or remove applications. You can “push” your application into a ZDC container either via Git or SFTP (secure FTP). If you use Git, your home page provides a link to the Git server repository associated with your container.

Before you create a PHP Web application from scratch and upload it to your container for testing, you might first explore Zend Developer Cloud’s gallery of available PHP Web application templates, which could help jump-start your project. At the time of this writing, the gallery included eight templates, ranging from an empty PHP application to the well-known CMS platforms Joomla and Drupal, the blog platform WordPress, the Magneto eCommerce system, and the phpBB bulletin-board application. A single button-click will install the template into your container, saving you the time you’d spend downloading, unpacking, creating directory structures, and so on.

ZDC’s snapshot capability is possibly its most powerful feature. Available from your ZDC admin page, the snapshot button lets you capture your container’s current state. Snapshots are saved with an associated time stamp, as well as user-defined name and description.

The snapshot captures not only the file contents of your container — that is, an image of your container’s file system — it also saves your container’s configuration settings and database content. Consequently, the snapshot feature can be used as a backup or checkpoint tool. If you’re about to make a substantial change to your application and you want to leave open the possibility to revert to an earlier version, take a snapshot. When the snapshot is completed, it appears on a list displayed on your ZDC home page. Next to each snapshot entry, you’ll find a revert button. Click it, and your container’s current content will be overwritten with that of the snapshot.

In addition, an URL is associated with every snapshot. If you need to share the work you’ve done with a cohort — perhaps you need a friend to track a particularly difficult bug that’s eluded you — but don’t want to put your development on hold while waiting for his or her assistance, you can send the URL to your friend and continue working while he or she executes the snapshot and diagnoses the problem. This, of course, requires that your friend also have an account with Zend Developer Cloud.

Finally, if you’re doing development for a client and you’ve built several variations of a particular feature, you can take snapshots of each and email the links to your client, who can launch every version, compare the implementations, and provide feedback.

When you log into your Zend Developer Cloud account, you’re taken to a management page. From there, you can access (among other things) the dashboard of the Zend Server instance associated with your container. Zend Server provides a wealth of configurable features, as well as excellent debugging and tracing capabilities.

Zend Developer Cloud: Compelling cloud development Security is always a concern when dealing with the cloud. That is no less the case here, though ZDC is a development system, not a deployment system. When you create a container, ZDC creates an SSH key pair, which you use to tunnel into your container for synchronizing your local copy of your application’s source to the copy on the cloud. Nevertheless, there are plenty of news reports of compromised cloud services, and although we’re certain the engineers at Zend have made every effort to protect ZDC, developer concern is not unwarranted.

As mentioned at the outset, ZDC is in beta, so pieces are missing. Some of the documentation is still under construction. For example, there is no information in the documentation concerning snapshots. How many can you take? Are they accounted against your disk storage quota? Do snapshots have lifetimes? More importantly, once you have your application working on ZDS, how do you move it to one of the Zend partners’ sites? Not only is this information missing from the documentation, but deployment infrastructure is still under construction. We’re told the Zend engineers are working on a simple one-button deployment from ZDC to a production system, and we hope it’s available soon.

Much of what you can do in the Zend Developer Cloud is accomplished by assembling individual components yourself. ZDC’s attraction is that it does much of that legwork for you. Add to that the enterprise-level instance of Zend Server and the ease with which you can take and share snapshots, and the Zend Developer Cloud is a compelling option for PHP developers.

  • Access to Zend Server’s rich development features
  • Snapshot feature provides easy recovery and easy sharing of projects
  • Gallery provides easy installation of well-known PHP platforms

  • Documentation still under construction
  • Limited to one MySQL database (in the free version; might be different in paid version)
  • Simplified deployment scheme still to be worked out

This article, “First look: Zend’s PHP developer cloud,” was originally published at InfoWorld.com. Follow the latest developments in application development, PHP, and cloud computing at InfoWorld.com. For the latest developments in business technology news, follow InfoWorld.com on Twitter.

Read more about cloud computing in InfoWorld’s Cloud Computing Channel.

Jan
28

e-MDs Physician Recognized as Leader in Implementation of Electronic Health Records

1327724237 84 e MDs Physician Recognized as Leader in Implementation of Electronic Health Records

AUSTIN, Texas, Jan. 12, 2012 /PRNewswire via COMTEX/ –e-MDs, the provider of the nation’s most highly rated EHR, congratulates Christopher Wenner, MD, for being recognized on Monday, December 5, 2011, by Minnesota’s Regional Extension Center for Health Information Technology (REC) for his leadership in the nationwide transition toward electronic health records. Dr. Wenner is one of the first providers in Minnesota to attest to Meaningful Use for the Medicare EHR Incentive Program. He worked with REACH, the REC designated by the Office of the National Coordinator for Health Information Technology (ONC) to assist clinicians in Minnesota and North Dakota in becoming meaningful users of electronic health records. e-MDs is pleased to congratulate Dr. Wenner on becoming a member of an exclusive group of leaders – the Meaningful Use Vanguard (MUV). MUV is an initiative of ONC, designed to honor, thank, and bring together clinicians like Dr. Wenner, who have successfully implemented EHRs. MUVers (members of the MUV program) serve as local leaders and advisors in the nation’s transition toward an electronically-enabled health care system. Dr. Wenner is one of many e-MDs clients in every region of the country who have become MUVers.

Dr. Wenner operates a comprehensive family medicine clinic in Cold Spring, Minnesota that is certified as a medical home, and facilitates partnerships between individual patients, healthcare providers, and when appropriate, members of the patient’s family. “e-MDs is pleased to congratulate Dr. Wenner on being recognized for his ability to use health information technology in a manner that benefits the care he is providing to his patients,” said Michael Stearns, MD, CPC, President and CEO of e-MDs. “We are seeing a promising relationship develop between the advanced use of our EHR, Meaningful Use, and the Patient Centered Medical Home; an encouraging trend that will improve care while rewarding physicians for the quality of care they provide.”

Dr. Wenner will receive one of the first incentive payments in Minnesota made under the Medicare and Medicaid EHR Incentive Programs. Medicare and Medicaid incentive payments are available to eligible professionals and hospitals when they adopt, implement, upgrade, or demonstrate Meaningful Use of a certified electronic health record.

Dr. Wenner intends to use his e-MDs EHR to continue to improve patient care by utilizing reminders for preventative screening and immunizations, as well as registry features to aid in chronic disease management. The Meaningful Use and medical home requisites go hand in hand to facilitate better patient care. “I can access my records from anywhere–I don’t have to be in the office,” Wenner explained the benefits of his EHR. “I’m able to allow my patients access to their medical records via my portal. I’m able to email after-visit summaries. e-MDs made it possible, almost easy.”

Small practices like Dr. Wenner’s are challenged by not having on-site technical support and having to understand all aspects of the meaningful use rule. “I really valued the help that REACH gave to me. It would have been much more challenging for me to do this by myself,” Wenner said.

For more information on CMS incentive programs, please visit cms.gov .

To learn more about e-MDs, please visit e-MDs.com .

Media Contact:Kailey Lord, (512) 716-8243,

About e-MDse-MDs is a leading developer of integrated electronic health records and practice management software for physician practices and enterprises. Founded and actively managed by physicians, the company is an industry leader for usable, connected software that enables physician productivity and clinical excellence. e-MDs software has received continual top rankings in physician and industry surveys including those conducted by the American Academy of Family Physicians and KLAS. For more information, please visit e-mds.com , facebook.e-mds.com , and twitter.com/emds.

Copyright (C) 2012 PR Newswire. All rights reserved

Jan
28

Web & Graphic Designer – Telecommute

55685a92e78caf5be0209a961c67a2e2 Web & Graphic Designer – Telecommute

LoveToKnow is a fast growing online media company and is looking for an experienced Web & Graphic Designer to design and develop for our family of web sites. This is a part-time position with flex hours where you can work from home.

JOB DUTIES:

  • Create attractive, usable and compelling web page concepts and designs
  • Implement new style sheets, graphics and technology solutions into existing web sites
  • Create new and derivative page templates within existing design concepts
  • Design superior navigation and interface for each site
  • Interface with project managers and engineering team to meet requirements, balancing technical, functional and aesthetic project requirements.
  • Select appropriate images and graphics to illustrate articles and web content
  • Update and maintain existing web content on multiple sites

QUALIFICATIONS REQUIRED:

WHY WORK WITH LOVETOKNOW?

  • We’re growing fast and we love what we do.
  • You can have a giant impact when you help us design new sites, redesign existing properties and create web pages people love to visit.
  • Our virtual office is very flexible, allowing you to work when and where you are most creative – no “on-site” meetings required.

HOW TO APPLY:

Please help us to find you if you are the right candidate by telling us why you are qualified for and interested in this position, along with your resume and outstanding portfolio links pasted into the body of your email (No attachments please). Please include your salary requirements. Send email to .

Jan
28

Reports say Apple will announce ‘Garage Band for ebooks’

1327721835 60 Reports say Apple will announce Garage Band for ebooks

The website ArsTechnica writes that its sources know what Apple is working on and will announce Thursday: "Garage Band for eBooks," a program or app that will allow users to create interactive e-books at home as simply as they can now make a home recording. If that's the case, just about anybody will be able to make the e-book equivalent of a not-good song set to the canned rhythms that come with the program; those with skills in visuals and interactive design may have a new tool they'll really make sing. 

But "simple" and "easy" aren't actually words that apply well to the practice of designing e-books. The variety of devices and companies involved in the production and delivery of e-books means that there is not yet a universally acceptable formatting standard. Remember when websites had to be built differently to work in different browsers? Trust me, it used to drive designers batty; e-books are in the midst of a standards melee. ArsTechnica explains:

So far, Apple has largely embraced the ePub 2 standard for its iBooks platform, though it has added a number of HTML5-based extensions to enable the inclusion of video and audio for some limited interaction. The recently-updated ePub 3 standard obviates the need for these proprietary extensions, which in some cases make iBook-formatted e-books incompatible with other e-reader platforms. Apple is expected to announce support for the ePub 3 standard for iBooks going forward.

At the same time, however, authoring standards-compliant e-books (despite some promises to the contrary) is not as simple as running a Word document of a manuscript through a filter. The current state of software tools continues to frustrate authors and publishers alike, with several authors telling Ars that they wish Apple or some other vendor would make a simple app that makes the process as easy as creating a song in GarageBand.

Our sources say Apple will announce such a tool on Thursday.

Previous speculation about Thursday's announcement had put together talk of education and e-books to conclude that e-textbooks would be on Apple's agenda. The evidence includes what Steve Jobs told Walter Isaacson for his biography, texbook publisher McGraw-Hill being a partner and Apple's own invitation to Thursday's "education announcement." Ars Technica puts all the pieces together, asserting that the new program/app will " 'digitally destroy' textbook publishing."

But just as e-book standards are thorny and complex, so is the world of textbook publishing, which faces different challenges at different levels. Academic books for university students are expensive, enormous, and the business is partially built around full-priced updated editions every few years. While updating e-books might become cheaper for the end user, it might not be such good news for publishers.

Meanwhile, textbooks for elementary and high schools must be vetted by state and local officials, an entirely different challenge. Arizona, for example, has banned ethnic studies classes statewide; this week, to remain in complaince and receive millions of dollars in funding, Tucson schools removed a number of now-banned books, including "Chicano!: The History of the Mexican Civil Rights Movement" by Arturo Rosales and William Shakespeare's "The Tempest." Does Apple really want to jump into the middle of that?

We'll find out for sure on Thursday.

Will Apple's event be about e-textbooks?

Apple event this month may focus on e-books

iPad 2 announcement: The big news for books

Top photo: Media members look at Apple's iPad 2 after its unveiling at an event in San Francisco on March 2, 2011. Credit: David Paul Morris / Bloomberg

Jan
28

Ghana Free Zones Board’s Partner Involved in a Scam?

1327719428 26 Ghana Free Zones Boards Partner Involved in a Scam?

January 14th 2012When questions were first asked about the relationship between the Ghana Free Zones Board and China Hasan International Holding (en.hasan.cc), in relation to the Sekondi Industrial Estate, the focus was on whether the Chinese company, which had been awarded a license to develop the free zone enclave in Sekondi, had the requisite financial capacity to do so (see: imanighana.com/wordpress/?p=211).

A detailed analysis of its recent activities suggested that China Hasan did not have the capacity to raise the finance for the estimated $4 billion project (see: bloomberg.com/news/2011-02-18/hasan-of-china-to-spend-over-4-billion-in-ghana-industry-zone-gna-says.html), and IMANI’s report on the matter made that point quite strongly.

The concerns raised about the company’s address in Hong Kong however were merely the frills on a rather tight argument.

After one response from the Ministry of Trade & Industry (MOTI), and further investigation, partly prompted by that response, it has become clear that the company at the center of the recent controversy over the Sekondi Industrial Estate may be intentionally deceiving the government of Ghana. The question is whether the government may be allowing this to happen without sufficient resistance.

The matter has now moved beyond due diligence on financial capacity to potential con artistry. It is now time for the Ministry of Trade & Industry and its agency, the Ghana Free Zones Board, to stop issuing vague rejoinders and immediately take steps to amend the Sekondi Industrial Estate component of the Tranche A1 project summary of the China Development Bank (CDB) master facility.

IMANI issued its first report on the Sekondi Free Zone Industrial Estate project on 10th January 2012 (imanighana.com/wordpress/?p=211). As stated above, we mentioned in this report our discovery that what we had learnt about the Hong Kong address of China Hasan International Holding, given on its website and in other documents we had seen as: 2nd Floor Teng fuh Commercial Building, Queens Road Central, Sheung Wan, Hong Kong, cast significant doubts on the credibility of Hasan International.

The reason was that the 2nd floor of this rather rundown building in downtown Hong Kong (follow the imanighana.org link above for an image of the building) was occupied by a number SME companies plying various trades in such items as jewellery and textiles, but none that seemed capable of building an industrial estate in Ghana to process industrial minerals for export. A search of the tenant list did not yield any name similar to

Jan
28

Interoperable NHS 111 pilot launched in UK

Tuesday 10th January 2012

 Interoperable NHS 111 pilot launched in UK

The first fully shared and interoperable NHS 111 pilot with NHS North West has been implemented in the UK.

After Luton, Nottingham and Lincolnshire, the Fylde Coast pilot is the fourth IntefleCS 111 live deployment for Clinical Solutions.

This deployment demonstrates the interoperability reach of NHS 111 services across multiple NHS 111 service providers, operating different systems including IntefleCS 111. 

IntefleCS 111 is used by non-clinical call takers to triage patients with NHS Pathways and is linked to the CMS Directory of Services to direct them to the most appropriate care provider.  

IntefleCS 111 is also used for all the nurse validation and health information part of the encounters for the pilot.

Where needed, and based on Clinical Solutions TeleGuide content, an advanced nurse triage capability is also available to provide clinical assessment. 

In addition, for those who need the expertise and advice, a clinician can offer to get them to the best outcome.

Feedback

Have your say…

Jan
28

Dries' vision for Drupal 8

1327714629 86 Dries' vision for Drupal 8

In January last year the developers of popular open source content management system Drupal celebrated the release of version 7. Drupal 7 included significant architectural changes as well as usability enhancements.

The take-up of Drupal 7 in the 12 months since its release, according to Drupal’s creator and lead developer Dries Buytaert, has been fantastic, with security notification requests from Drupal installations to Drupal.org suggesting that it is being adopted almost twice as fast as the previous version of the CMS.

“That being said we’re still waiting for contributed modules to be upgraded; as these get released I suspect it will continue to spike up,” Buytaert, who is also the chief technology officer of Acquia, told Techworld Australia.

Buytaert is yet to determine a release date for the Drupal 8, but already he has flagged some plans for what should be addressed in the next version. Buytaert divides these ideas into four main points.

The number one focus of the development work on Drupal 8 will be mobile, Buytaert says — or, more specifically, “multichannel”. “I usually simplify this as mobile but it’s not just mobile, it could also be publishing to a TV or something else,” Buytaert says. “It’s really going multichannel where the primary new channel would be a mobile channel, through Web services native mobile applications for say iOS or Android, but also adopting HTML5 as the default output format in Drupal 8 so that we can better build mobile Web experiences.”

A second focus is the editorial experience, Buytaert says. “A lot of people work with Drupal and there is many things that we can do to make it easier for them to edit and manage content from within the system.

“All the way from how they manage media assets to content staging, all of these things, and lots of usability improvements as part of that.”

Thirdly will be to address one of the issues raised by the growth in popularity of Drupal. “In the enterprise right now Drupal is really rapidly being adopted for some of the largest websites in the world and they’re running into issues that Drupal wasn’t necessarily running into four years ago. The needs of the largest organisations in the world are slightly different.”

In many respects Drupal has become a Web platform rather than a mere CMS, and so to aid organisations that want to standardise on Drupal for their sites, “we need to make sure Drupal works well for the largest websites”. “That includes specifics like configuration management, content staging, [and] universally unique identifiers.”

Fourthly is making sure Drupal remains easy for developers to work with: “There are APIs that we want to clear up, user interfaces that we want to clean up, documentation that we want to clean up. So I guess a bunch of clean up work to leverage the latest version of PHP to leverage the latest design patterns; all of these things.”

“That’s very important for developers because Drupal is not just an end user tool but also a platform, or a framework if you will, that developers use to build pretty custom apps,” Buytaert says.

“[Developers] really use the framework piece of Drupal versus the product piece, and so we want to make sure that they love working with Drupal. So it’s something I’m very keen on: To really make the developer community happy.

“I think traditionally we’ve been very successful at doling so as well, which is why compared to most other CMSes why we have such large developer audience for Drupal. I want to keep investing in developers and making them successful.”

Buytaert may have these plans for what he wants to see in Drupal 8, but the release date is yet to be worked out. “I would say Drupal 8 is probably, and it’s a big probably, maybe two years away,” he says. The release date will be determined in part by the continuing transition of organisations and developers to Drupal 7.

“What we’re doing with Drupal 8 is we’re tackling a number of big problems, so I think we want to release Drupal 8 when two things happen: One [is that] Drupal 7 is the de facto release; everybody is using Drupal 7 instead of Drupal 6 or Drupal 5.

“The books that have been written about Drupal have been updated to Drupal 7. All the Drupal developers … need to train themselves to go from Drupal 6 to Drupal 7, because we made some pretty massive improvements; that is currently happening. The Drupal world is switching from six to seven and it’s trickling down to everybody involved in Drupal. That needs to be compelted before I can release Drupal 8.”

The other thing is that that needs to happen is that “[a] number of these bigger initiatives need to get into Drupal 8, because once Drupal 8 is ready you want people to migrate to it. And for people to migrate to Drupal 8 you need to give them a compelling reason, which means new features and functionality.”

Dries Buytaert will be speaking at Drupal Downunder in Melbourne, January 13-15 2012.

Web design is daunting and, at times, terrifying. It is part of the new twist. How can people detect desirable free website design articles? You should discover the wonders of flash website design. Let me to put it like that. A run-of-the-mill example is ecommerce website. There are a handful of things pertaining to best website design that you really need to know. It may not work with everybody. The info that these analysts disseminate touching on website builders is relevant. They are the most important manufacturer of website templates free today. We'll get the lead out. You are fortunate to have discovered my website. That was a piss-poor excuse. Drop me a IM if you're confused. This is the moment to go for the gold. When you're done reading this article you'll know precisely what I'm talking about. In this case, I've mostly given up on web template. I am sure that we have found that plenty of friends are a bit afraid of designing a website because you will realize that the feeling just doesn't go away. Unequivocally, it is to die for. You can go to different forums where middle-aged skillful people hang out. Everyone else does that as well. At any rate, how may a professional web development disaster arise? While design a website is used in these conditions, it was shown that website designers can provide more reliable ecommerce website design results. I can explain to you how to use best website designs. I promise you that zealots are by this time looking for web design.

Older posts «