<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-18702096</id><updated>2012-01-25T05:27:12.356+07:00</updated><category term='tokofc'/><category term='sms ke sql'/><category term='edukasi'/><category term='orangeHRM'/><category term='ADSL modem router'/><category term='MSP'/><category term='navicat'/><category term='netflow analyzer'/><category term='psikologi'/><category term='Zoho Corp'/><category term='sendquick'/><category term='promo'/><category term='storage'/><category term='integrasi sms gateway'/><category term='manajemen database'/><category term='manajemen data center'/><category term='oputils'/><category term='ozekiweb'/><category term='NAS'/><category term='ozeki ng'/><category term='Support Center'/><category term='greener datacenter'/><category term='paessler'/><category term='airflow'/><category term='application monitoring'/><category term='3CX'/><category term='learning management system'/><category term='raid'/><category term='modular data center'/><category term='network monitoring'/><category term='temperature monitoring'/><category term='AKCP'/><category term='applicationmanager'/><category term='PSTN'/><category term='finosHR'/><category term='SMS'/><category term='reports'/><category term='monitoring server'/><category term='Adventnet'/><category term='DrayTek Vigor'/><category term='data center'/><category term='Online VPN'/><category term='VoIP'/><category term='netflwo analzyer'/><category term='data center monitoring'/><category term='bandwidth'/><category term='fusioncharts'/><category term='opmanager'/><category term='bandwidth monitoring'/><category term='monitor jaringan dan server'/><category term='finosMQS'/><category term='web phone'/><category term='data center management'/><category term='joomla'/><category term='dokeos'/><category term='hr'/><category term='kaspersky'/><category term='aset'/><category term='sms to sql'/><category term='asset'/><category term='human resources'/><category term='sistem antrian multimedia'/><category term='Managed Services'/><category term='environment monitoring'/><category term='navicat premium'/><category term='AVTECH'/><category term='cms'/><category term='manageengine'/><category term='ippbx'/><category term='sms gateway'/><category term='desain data center'/><category term='servicedesk plus'/><category term='Monitoring Sistem'/><category term='opstor'/><category term='virtualisasi'/><category term='multimedia queuing system'/><category term='digital signage'/><category term='e-learning'/><category term='asset explorer'/><category term='call center'/><category term='database tool'/><category term='monitor aplikasi'/><category term='single view'/><category term='zeroboard'/><category term='Extension'/><category term='nagios'/><category term='ERP'/><category term='aplikasi helpdesk'/><category term='Alert'/><category term='ipphone'/><category term='daya cipta mandiri solusi'/><category term='komunikasi cabang'/><category term='chart'/><category term='UNJ'/><category term='PRTG'/><category term='helpdesk'/><category term='antivirus'/><category term='reseller ManageEngine'/><category term='system monitoring'/><category term='raise floor'/><category term='structure cabling system'/><category term='project management'/><category term='sdm'/><category term='network audit'/><title type='text'>PT. Daya Cipta Mandiri Solusi</title><subtitle type='html'>Build Access Manage your Infrastructure and Applications</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.dayaciptamandiri.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default?start-index=101&amp;max-results=100'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>454</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-18702096.post-2324288888683433671</id><published>2012-01-25T05:26:00.000+07:00</published><updated>2012-01-25T05:27:12.549+07:00</updated><title type='text'>10 skills for developers to focus on in 2012</title><content type='html'>By Justin James | January 23, 2012, 10:57 AM PST&lt;p&gt;Software development had a few years of relative calm. But now the rollercoaster is back on track and it&amp;#39;s picking up speed, as HTML5 gains a foothold and Windows 8 threatens to significantly change the Windows development landscape. If you want to stay ahead of the curve, you should consider learning at least a few of these 10 software development skills.&lt;p&gt;1: Mobile development&lt;p&gt;If you don&amp;#39;t think it is worth your time to learn mobile development, think again. Global shipments of Android phones in 2011 are almost equal to PC sales. Add in the other big-name mobile devices (iPhones, iPads, and even the &amp;quot;dying&amp;quot; RIM devices), and what you see is that mobile devices now dwarf PCs in sales. What does this mean? If you make your living from software that can run only on a PC (which includes Web sites that don&amp;#39;t work or are hard to use on mobile devices), now is the time to learn mobile development.&lt;p&gt;2: NoSQL&lt;p&gt;I appreciate a well-designed relational database schema as much as the next person, but they just are not appropriate for every project. We&amp;#39;ve been using them even when they aren&amp;#39;t the best tool because the alternatives haven&amp;#39;t been great. The last few years have seen the introduction of a wide variety of NoSQL database systems. And now that major service vendors (like Amazon and Microsoft) support NoSQL as well, there is no technical limitation on their use. Are they right for every project? No. Are they going to replace traditional databases? In some projects, and for some developers, definitely. This is the year to learn how to use them, as they will only become more prevalent in the year to follow.&lt;p&gt;3: Unit testing&lt;p&gt;We&amp;#39;ve seen unit testing go from being, &amp;quot;Oh, that&amp;#39;s neat&amp;quot; to being a best practice in the industry. And with the increasing use of dynamic languages, unit testing is becoming more and more important. A wide variety of tools and frameworks are available for unit testing. If you do not know how to do it, now is the time to learn. This is the year where it goes from &amp;quot;resume enhancement&amp;quot; to &amp;quot;resume requirement.&amp;quot;&lt;p&gt;4: Python or Ruby&lt;p&gt;Not every project is a good fit for a dynamic language, but a lot of projects are better done in them. PHP has been a winner in the industry for some time, but Python and Ruby are now being taken seriously as well. Strong arguments can be made for Ruby + Rails (or Ruby + Sinatra) or Python + Django as excellent platforms for Web development, and Python has long been a favorite for &amp;quot;utility&amp;quot; work. Learning Python or Ruby in addition to your existing skillset gives you a useful alternative and a better way to get certain projects done.&lt;p&gt;5: HTML5&lt;p&gt;HTML5 is quickly pulling away from the station. The impending release of IE 10 is the last piece of the puzzle to make the full power of HTML5 available to most users (those not stuck with IE 6 or IE 8). Learning HTML5 now positions you to be on the forefront of the next generation of applications. Oh, and most mobile devices already have excellent support for it, so it is a great way to get into mobile development too. And don&amp;#39;t forget: HTML5 is also one route for UI definitions in Windows 8!&lt;p&gt;6: Windows 8&lt;p&gt;Windows 8 should be released sometime in 2012, unless the schedule slips badly. While Windows 8 may very well get off to a slow start, being the top dog in an app store is often based on being the first dog in the race. The first mover advantage is huge. It is better to be in the Windows 8 app store at launch time than to take a wait-and-see approach. Even if Windows 8 sales disappoint, it&amp;#39;s better to be the only fish in a small pond than a fish of any size in a big pond, as recent app sales numbers have shown.&lt;p&gt;7: RESTful Web services&lt;p&gt;While I personally prefer the convenience and ease of working with SOAP in the confines of Visual Studio, REST is booming. Even Microsoft is starting to embrace it with OData. JSON really was the final straw on this matter, relegating SOAP to be for server-to-server work only. Unless your applications can run in isolation, not knowing REST is going to hold you back, as of 2012.&lt;p&gt;8: JavaScript&lt;p&gt;Before the Windows 8 Developer Preview, it was easy for non-Web developers to look at JavaScript as a Web-only language. No more! JavaScript is now a first-class citizen for native desktop and tablet development, thanks to the Metro UI and WinRT API in Windows 8. XAML + C# or &lt;a href="http://VB.NET"&gt;VB.NET&lt;/a&gt; may be a good way for you to get things done, but if you want to maximize what you can get out of your knowledge, HTML5 and JavaScript are the best bet. They give you Web and Metro/WinRT, and you can also use them for some of the cross-platform mobile systems out there, like Appcelerator&amp;#39;s Titanium product.&lt;p&gt;9: jQuery&lt;p&gt;If you are going to do any kind of Web development where you are working directly with HTML, jQuery is becoming a must-know skill. While there are plenty of credible alternatives, jQuery is quickly turning into the de facto tool for rich UIs with HTML.&lt;p&gt;10: User experience&lt;p&gt;Other than getting that first mover advantage in new app stores, there is little to differentiate many applications on a feature basis; it&amp;#39;s a crowded field. User experience, on the other hand, is a different story. Creating a great user experience is not easy; it starts before anyone even downloads your application and continues through to the uninstall process. In the age of instant $0.99 and free app downloads, and ad-supported Web apps, the barriers to switching to another application are mighty low. If your user experience is poor, do not expect much business.&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-2324288888683433671?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2324288888683433671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2324288888683433671'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2012/01/10-skills-for-developers-to-focus-on-in.html' title='10 skills for developers to focus on in 2012'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-5679622709420590511</id><published>2012-01-22T15:11:00.001+07:00</published><updated>2012-01-22T15:11:17.112+07:00</updated><title type='text'>The Top 10 Strategic Technologies for 2012</title><content type='html'>&lt;strong&gt;&lt;a class="external" href="http://www.gartner.com/" target="_blank"&gt;Gartner, Inc&lt;/a&gt;&lt;/strong&gt;. recently highlighted the top 10 technologies and trends that will be strategic for most organizations in 2012. They define a strategic technology as one with the potential for significant impact on the enterprise in the next three years. Factors that denote significant impact include a high potential for disruption to IT or the business, the need for a major dollar investment, or the risk of being late to adopt.&lt;br /&gt;A strategic technology may be an existing technology that has matured and/or become suitable for a wider range of uses. It may also be an emerging technology that offers an opportunity for strategic business advantage for early adopters or with potential for significant market disruption in the next five years. These technologies impact the organization's long-term plans, programs and initiatives.&lt;br /&gt;“These top 10 technologies will be strategic for most organizations, and IT leaders should use this list in their strategic planning process by reviewing the technologies and how they fit into their expected needs,” said David Cearley, vice president and Gartner fellow.&lt;br /&gt;“Organizations should start exploratory projects to look at promised candidate technology and kick off a search for combinations of information sources, including social sites and unstructured data that may be mined for insights,” said Carl Claunch, vice president and distinguished analyst at Gartner.&lt;br /&gt;&lt;br /&gt;1. Media Tablets and Beyond&lt;br /&gt;&lt;br /&gt;Users can choose between various form factors when it comes to mobile computing. No single platform, form factor or technology will dominate and companies should expect to manage a diverse environment with two to four intelligent clients through 2015. IT leaders need a managed diversity program to address multiple form factors, as well as employees bringing their own smartphones and tablet devices into the workplace.&lt;br /&gt;Enterprises will have to come up with two mobile strategies – one to address the business to employee (B2E) scenario and one to address the business to consumer (B2C) scenario. On the B2E front, IT must consider social goals, business goals, financial goals and risk management goals. On the B2C front, which includes business to business (B2B) activities to support consumers, IT needs to address a number of additional issues such as surfacing and managing APIs to access enterprise information and systems, integration with third-party applications, integration with various partners for capabilities such as search and social networking, and delivery through app stores.&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Mobile centric applications and interfaces&lt;br /&gt;&lt;br /&gt;The user interface (IU) paradigm in place for more than 20 years is changing. UIs with windows, icons, menus and pointers will be replaced by mobile-centric interfaces emphasizing touch, gesture, search, voice and video. Applications themselves are likely to shift to more focused and simple apps that can be assembled into more complex solutions. These changes will drive the need for new user interface design skills.&lt;br /&gt;Building application user interfaces that span a variety of device types, potentially from many vendors, requires an understanding of fragmented building blocks and an adaptable programming structure that assembles them into optimized content for each device. Mobile consumer application platform tools and mobile enterprise platform tools are emerging to make it easier to develop in this cross-platform environment. HTML5 will also provide a long-term model to address some of the cross-platform issues. By 2015, mobile Web technologies will have advanced sufficiently, so that half the applications that would be written as native apps in 2011 will instead be delivered as Web apps.&lt;br /&gt;&lt;br /&gt;3.&amp;nbsp; Contextual and social user experiences&lt;br /&gt;&lt;br /&gt;Context-aware computing uses information about an end-user or objects environment, activities, connections and preferences to improve the quality of interaction with that end user or object. A contextually aware system anticipates the user’s needs and proactively serves up the most appropriate and customized content, product or service. Context can be used to link mobile, social, location, payment and commerce. It can help build skills in augmented reality, model-driven security and ensemble applications. Through 2013, context-aware applications will appear in targeted areas such as location-based services, augmented reality on mobile devices, and mobile commerce.&lt;br /&gt;On the social front, the interfaces for applications are taking on the characteristics of social networks. Social information is also becoming a key source of contextual information to enhance delivery of search results or the operation of applications.&lt;br /&gt;&lt;br /&gt;4. Internet of things&lt;br /&gt; &lt;br /&gt;The Internet of Things (IoT) is a concept that describes how the Internet will expand as sensors and intelligence are added to physical items such as consumer devices or physical assets and these objects are connected to the Internet. The vision and concept have existed for years; however, there has been an acceleration in the number and types of things that are being connected and in the technologies for identifying, sensing and communicating. These technologies are reaching critical mass and an economic tipping point over the next few years. Key elements of the IoT include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  Embedded sensors: Sensors that detect and communicate changes are being embedded, not just in mobile devices, but in an increasing number of places and objects.&lt;/li&gt;&lt;li&gt;  Image recognition: Image recognition technologies strive to identify objects, people, buildings, places logos, and anything else that has value to consumers and enterprises. Smartphones and tablets equipped with cameras have pushed this technology from mainly industrial applications to broad consumer and enterprise applications.&lt;/li&gt;&lt;li&gt;  Near Field Communication (NFC) payment: NFC allows users to make payments by waving their mobile phone in front of a compatible reader. Once NFC is embedded in a critical mass of phones for payment, industries such as public transportation, airlines, retail and health care can explore other areas in which NFC technology can improve efficiency and customer service.&lt;/li&gt;&lt;/ul&gt;5. App stores and marketplaces&lt;br /&gt; &lt;br /&gt;Application stores by Apple and Android provide marketplaces where hundreds of thousands of applications are available to mobile users. Gartner forecasts that by 2014, there will be more than 70 billion mobile application downloads from app stores every year. This will grow from a consumer-only phenomena to an enterprise focus. With enterprise app stores, the role of IT shifts from that of a centralized planner to a market manager providing governance and brokerage services to users and potentially an ecosystem to support entrepreneurs. Enterprises should use a managed diversity approach to focus on app store efforts and segment apps by risk and value.&lt;br /&gt;&lt;br /&gt;6. Next generation analytics&lt;br /&gt;&lt;br /&gt;Analytics is growing along three key dimensions:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  From traditional offline analytics to in-line embedded analytics. This has been the focus for many efforts in the past and will continue to be an important focus for analytics.&lt;/li&gt;&lt;li&gt;  From analyzing historical data to explain what happened to analyzing historical and real-time data from multiple systems to simulate and predict the future.&lt;/li&gt;&lt;li&gt;  Over the next three years, analytics will mature along a third dimension, from structured and simple data analyzed by individuals to analysis of complex information of many types (text, video, etc.) from many systems supporting a collaborative decision process that brings multiple people together to analyze, brainstorm and make decisions.&lt;/li&gt;&lt;/ul&gt;Analytics is also beginning to shift to the cloud and exploit cloud resources for high performance and grid computing.&lt;br /&gt;In 2011 and 2012, analytics will increasingly focus on decisions and collaboration. The new step is to provide simulation, prediction, optimization and other analytics, not simply information, to empower even more decision flexibility at the time and place of every business process action.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7. Big Data&lt;br /&gt; &lt;br /&gt;The size, complexity of formats and speed of delivery exceeds the capabilities of traditional data management technologies; it requires the use of new or exotic technologies simply to manage the volume alone. Many new technologies are emerging, with the potential to be disruptive (e.g., in-memory DBMS). Analytics has become a major driving application for data warehousing, with the use of MapReduce outside and inside the DBMS, and the use of self-service data marts. One major implication of Big Data is that in the future users will not be able to put all useful information into a single data warehouse. Logical data warehouses bringing together information from multiple sources, as needed, will replace the single data warehouse model.&lt;br /&gt;&lt;br /&gt;8. In memory computing&lt;br /&gt;&lt;br /&gt;Gartner sees huge use of flash memory in consumer devices, entertainment equipment and other embedded IT systems. In addition, it offers a new layer of the memory hierarchy in servers that has key advantages — space, heat, performance and ruggedness among them. Besides delivering a new storage tier, the availability of large amounts of memory is driving new application models. In-memory applications platforms include in-memory analytics, event processing platforms, in-memory application servers, in-memory data management and in-memory messaging.&lt;br /&gt;Running existing applications in-memory or refactoring these applications to exploit in-memory approaches can result in improved transactional application performance and scalability, lower latency (less than one microsecond) application messaging, dramatically faster batch execution and faster response time in analytical applications. As cost and availability of memory intensive hardware platforms reach tipping points in 2012 and 2013, the in-memory approach will enter the mainstream.&lt;br /&gt;&lt;br /&gt;9. Extreme low energy servers&lt;br /&gt; &lt;br /&gt;The adoption of low-energy servers — the radical new systems being proposed, announced and marketed by mostly new entrants to the server business — will take the buyer on a trip backward in time. These systems are built on low-power processors typically used in mobile devices. The potential advantage is delivering 30 times or more processors in a particular server unit with lower power consumption vs. current server approaches. The new approach is well suited for certain non-compute intensive tasks such as map/reduce workloads or delivery of static objects to a website. However, most applications will require more processing power, and the low-energy server model potentially increases management costs, undercutting broader use of the approach.&lt;br /&gt;&lt;br /&gt;10. Cloud computing&lt;br /&gt;&lt;br /&gt;Cloud is a disruptive force and has the potential for broad long-term impact in most industries. While the market remains in its early stages in 2011 and 2012, it will see the full range of large enterprise providers fully engaged in delivering a range of offerings to build cloud environments and deliver cloud services. Oracle, IBM and SAP all have major initiatives to deliver a broader range of cloud services over the next two years. As Microsoft continues to expand its cloud offering, and these traditional enterprise players expand offerings, users will see competition heat up and enterprise-level cloud services increase.&lt;br /&gt;Enterprises are moving from trying to understand the cloud to making decisions on selected workloads to implement on cloud services and where they need to build out private clouds. Hybrid cloud computing, which brings together external public cloud services and internal private cloud services, as well as the capabilities to secure, manage and govern the entire cloud spectrum, will be a major focus for 2012. From a security perspective, new certification programs including FedRAMP and CAMM will be ready for initial trial, setting the stage for more secure cloud computing. On the private cloud front, IT will be challenged to bring operations and development groups closer together using “DevOps” concepts in order to approach the speed and efficiencies of public cloud service providers.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-5679622709420590511?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/5679622709420590511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/5679622709420590511'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2012/01/top-10-strategic-technologies-for-2012.html' title='The Top 10 Strategic Technologies for 2012'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-4596542081260355664</id><published>2012-01-18T21:28:00.000+07:00</published><updated>2012-01-18T21:32:23.647+07:00</updated><title type='text'>Pemasangan firepro</title><content type='html'>&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-L5iwYDhMmbY/TxbX-EA2aDI/AAAAAAAAAZE/gWh1IYYOdRc/s1600/%253D%253Futf-8%253FB%253FSU1HMDExODQtMjAxMjAxMTctMTM0MS5qcGc%253D%253F%253D-743648"&gt;&lt;img src="http://3.bp.blogspot.com/-L5iwYDhMmbY/TxbX-EA2aDI/AAAAAAAAAZE/gWh1IYYOdRc/s320/%253D%253Futf-8%253FB%253FSU1HMDExODQtMjAxMjAxMTctMTM0MS5qcGc%253D%253F%253D-743648"  border="0" alt="" id="BLOGGER_PHOTO_ID_5698979839713110066" /&gt;&lt;/a&gt;&lt;/p&gt;DCMS baru saja selesai melakukan pemasangan FirePro sebagai fire extinguisher system untuk ruang data center.&lt;p&gt;Hubungi kami untuk keperluan fire extinguisher Anda.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-4596542081260355664?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4596542081260355664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4596542081260355664'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2012/01/pemasangan-firepro.html' title='Pemasangan firepro'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-L5iwYDhMmbY/TxbX-EA2aDI/AAAAAAAAAZE/gWh1IYYOdRc/s72-c/%253D%253Futf-8%253FB%253FSU1HMDExODQtMjAxMjAxMTctMTM0MS5qcGc%253D%253F%253D-743648' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-1906894446410970787</id><published>2012-01-18T20:59:00.000+07:00</published><updated>2012-01-18T21:02:30.121+07:00</updated><title type='text'>Rak ber-MCB</title><content type='html'>&lt;p class="mobile-photo"&gt;&lt;a href="http://1.bp.blogspot.com/-cWjV7a3ePxE/TxbQ9tZaXXI/AAAAAAAAAY4/P0uJkKyU6N4/s1600/%253D%253Futf-8%253FB%253FSU1HMDExODYtMjAxMjAxMTctMTM0Mi5qcGc%253D%253F%253D-750122"&gt;&lt;img src="http://1.bp.blogspot.com/-cWjV7a3ePxE/TxbQ9tZaXXI/AAAAAAAAAY4/P0uJkKyU6N4/s320/%253D%253Futf-8%253FB%253FSU1HMDExODYtMjAxMjAxMTctMTM0Mi5qcGc%253D%253F%253D-750122"  border="0" alt="" id="BLOGGER_PHOTO_ID_5698972137060719986" /&gt;&lt;/a&gt;&lt;/p&gt;Salah satu instalasi di lokasi klien adalah Rack dengan MCB di dalamnya, sangat cocok utk kemudahan kontrol di dalam rak.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-1906894446410970787?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1906894446410970787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1906894446410970787'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2012/01/rak-ber-mcb.html' title='Rak ber-MCB'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-cWjV7a3ePxE/TxbQ9tZaXXI/AAAAAAAAAY4/P0uJkKyU6N4/s72-c/%253D%253Futf-8%253FB%253FSU1HMDExODYtMjAxMjAxMTctMTM0Mi5qcGc%253D%253F%253D-750122' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-2737022438610925744</id><published>2012-01-16T07:01:00.004+07:00</published><updated>2012-01-16T07:01:47.671+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='greener datacenter'/><title type='text'>12 Steps to a Greener Datacenter</title><content type='html'>When it comes to modernizing your data center, what’s good for the earth is also good for your business. Phasing in an environmentally-friendly data center can both lower your organization’s carbon footprint and reduce your operating costs. An enterprise with a large datacenter can save hundreds of thousands of dollars a year in energy bills by adopting sustainable and efficient IT technologies that minimize your environmental impact. This 12-part checklist can help you start the green IT transformation:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Review your organization’s IT infrastructure and inventory&lt;/b&gt;&lt;br /&gt;The first step in any project where you propose to save costs, eliminate waste, optimize performance, and&lt;br /&gt;increase efficiency is to know precisely what you already have. A clear inventory helps you understand what new equipment is necessary to purchase and what old equipment should be discarded. It also sets a baseline so that you can understand from what position you are making changes. This will help in performance, monitoring and determining the real ROI of the project.&lt;br /&gt;This needs to be a two-part review. First, take a careful inventory of every server and its usage patterns, load, and power consumption in your data center. Second, make a similar list for all of the clients, switches, routers, andother power-consuming devices on your network. Include everything plugged in from wireless access points to storage devices to IP telephony and surveillance equipment to printers.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. Review your physical facility and operations&lt;/b&gt;&lt;br /&gt;Your IT operations are intimately connected to their physical environment. This means that a thorough evaluation of your current datacenter and future needs must include a facilities review. Can you consolidate multiple datacenters, for example? Or, can you disperse large power-sucking datacenters and create smaller, more nimble centers closer to the principal users?&lt;br /&gt;You also need to evaluate the power supply and heating and cooling systems. The supply needs to be rightsized to avoid brownouts, and heating and cooling are intimately connected to the operational health of your IT equipment.&lt;br /&gt;&lt;br /&gt;These last points lead to the need for an operations review. Does your IT operations team coordinate and&lt;br /&gt;cooperate with your physical plant operations team and vice versa? If IT anticipates a surge in server traffic&lt;br /&gt;and usage — maybe even a rapid deployment and provisioning of new servers — will they contact the physical operations team and make sure wiring, power and cooling requirements can be met?&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. Analyze IT operations need&lt;/b&gt;&lt;br /&gt;With a thorough understanding of your existing enterprise equipment, you are ready to evaluate what new&lt;br /&gt;network equipment you need. You should create a purchase plan for the next year, forecast usage for three&lt;br /&gt;years, and even consider your organization’s needs five years down the road. This lets you avoid costly mistakes in failing to allow enough headroom for growth, which could lead you to have to rip out and replace equipment in as little as three years.&lt;br /&gt;To make an accurate forecast, you need to survey business and IT stakeholders and ask them to project their IT needs a year, three years, and five years into the future. Your new, more efficient datacenter must be able to meet the needs of the business a year from now as well as the projected changes in three years.&lt;br /&gt;Don’t forget to look at usage patterns, time-based usage, and peaks and lows. Even if you expect to make&lt;br /&gt;substantial savings by consolidating servers into fewer datacenters, you have to allow for enough bandwidth,&lt;br /&gt;processing power, and storage to handle peak network traffic.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 4: Analyze facility and physical operation needs&lt;/b&gt;&lt;br /&gt;You need to make sure that the physical plant will operate effectively in lock step with your IT equipment, during both peak and low usage times. That means looking at locations, wiring, physical configuration, power supply, and heating and cooling systems. Make sure that you do not under or over provision any part of your operation.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;5. Prioritize and optimize usage patterns&lt;/b&gt;&lt;br /&gt;The next step is to optimize your operations. You need a clear understanding of which IT operations and business operations are mission-critical and have top priority. You also need to know how the different parts of your network are used to successfully handle these business applications, including their usage patterns. For instance, do certain business-critical applications run every night? Does traffic peak at a certain time every month?&lt;br /&gt;&lt;br /&gt;Once you have a clear understanding of the expected operations and applications, their usage patterns and&lt;br /&gt;their priority, you can optimize your IT practices to deliver them effectively. Ideally, you will have as much of&lt;br /&gt;your network working optimally all the time as possible. In reality, you will need to be able to guarantee good performance for the peak utilization of IT resources without leaving too much of your equipment running idle during the lows.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;6. Consolidate: Eliminate redundancies and unused equipment&lt;/b&gt;&lt;br /&gt;Now, the real value of all the preceding work comes into play. Every single area where you can consolidate,&lt;br /&gt;eliminate duplication, remove redundancy, and flat out get rid of unused equipment becomes an area where you make concrete bottom-line savings to your operations.&lt;br /&gt;In organizations where employees have added to networks without supervision or where there have been large changes in organizational structure and operations, the savings at this stage can be substantial. Do not forget to document clearly the changes and to count power savings in your ROI as well as any capital equipment and ongoing operational cost savings.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;7. Deploy virtualization technologies&lt;/b&gt;&lt;br /&gt;At this point in the project you can start to take deploy server and storage virtualization technologies.&lt;br /&gt;Virtualization is a powerful tool that can eliminate redundancies as well as unused bandwidth, storage, and&lt;br /&gt;processing cycles by allowing one set of physical equipment to handle multiple workloads. This is particularly&lt;br /&gt;valuable in an environment where usage levels move up and down continually.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;8. Apply time- and usage-based provisioning&lt;/b&gt;&lt;br /&gt;Modern servers can handle power cycling easily, and in hundreds of thousands of power cycles not one failure occurred during testing. This means that the efficient datacenter will use a WakeOnLAN-type technology for coping with peak usage. It also makes for considerable power savings. In addition, a WakeOnLAN technology combined with a smart provisioning manager and good virtualization means that the network can quickly adapt and adjust to rapidly changing loads.&lt;br /&gt;These technologies illustrate why it is so important that a thorough priority usage analysis over time is made&lt;br /&gt;for the datacenter. If that is done correctly, then this stage of the process can yield as many savings as the&lt;br /&gt;consolidation stage.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;9. Upgrade to energy efficient network equipment&lt;/b&gt;&lt;br /&gt;Implementing a project with as much scope as a green datacenter, you cannot avoid equipment upgrades. It&lt;br /&gt;is even possible that if no such analysis has been done for several years, a complete rip and replace may be&lt;br /&gt;necessary. First, be sure to do a full audit and ROI analysis to make sure that a gradual change might not be a better plan. Datacenter, network and server technologies improve constantly. Some of the technologies you may wish to upgrade include blade servers, virtualization, dynamic provisioning, smart power monitoring, speedstep technologies that speed up and slow down processors to match demand and lower power use, WakeOnLAN, and others. Most modern network equipment is now designed to be energy efficient.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;10. Working practices&lt;/b&gt;&lt;br /&gt;This may be the single most important change introduced as part of the process. It is common for physical plant and IT departments to start out separately and then figure out ways to work together. However, for the modern datacenter you need to formalize the working relationship in some way. In addition, an operations group needs to also liaise with the regular business operations to make sure that communication is clear and swift about all forms of change — from outages to upgrades to communicating sudden business operation changes that could require significant datacenter support.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;11. Monitor, monitor, monitor&lt;/b&gt;&lt;br /&gt;As you phase in greener equipment, the evolving datacenter should be monitored extensively. Monitoring and&lt;br /&gt;reporting allow you to accurately measure the effectiveness of the changes you’ve implemented. They also allow operations to do a significantly better job at running the new datacenter, which can in turn save considerable amounts in power consumption terms.&lt;br /&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;12. Recycle outdated equipment&lt;/b&gt;&lt;br /&gt;This last item is an often neglected part of moving to a green datacenter — and even more often neglected are the cost advantages of doing this the right way. If old equipment still has some life left in it, you might be able to resell it or donate it and get a tax write-off. If it’s worthless, avoid sending it to the landfill by finding a local e-cycling facility or event. The U.S. Environmental Protection Agency can direct you to nearby resources.&lt;br /&gt;&lt;br /&gt;https://s3.amazonaws.com/formcomposer/assets/asset/production/items/928/zd-12-steps-greener-datacenter_120711.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-2737022438610925744?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2737022438610925744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2737022438610925744'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2012/01/12-steps-to-greener-datacenter.html' title='12 Steps to a Greener Datacenter'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-1858562493902806960</id><published>2012-01-16T06:12:00.000+07:00</published><updated>2012-01-16T06:12:03.533+07:00</updated><title type='text'>Magic Quadrant for Externally Facing Social Software</title><content type='html'>&lt;div id="docd_zone1"&gt;                           &lt;div id="z1_contentside"&gt;                              &lt;div class="z1_area"&gt;                                 &lt;div id="z1_col1"&gt;                                    &lt;h1&gt;Magic Quadrant for Externally Facing Social Software&lt;/h1&gt;&lt;ul class="z1_details"&gt;&lt;li&gt;                                          25 August 2011&lt;br /&gt;                                       &lt;/li&gt;&lt;li&gt;                                          Jeffrey Mann, Nikos Drakos, Adam Sarner, Tom Austin, Carol Rozwell, Chris Fletcher&lt;br /&gt;                                       &lt;/li&gt;&lt;li&gt;                                          Research Note G00214775&lt;br /&gt;                                       &lt;/li&gt;&lt;/ul&gt;Vendors of externally facing social software have focused on adding functions to meet                                       expectations in a swiftly developing market. However, the next functions to be added                                       involve more risk for customers, and vendors have only just started to help them ensure                                       that deployments achieve their goals.                                    &lt;br /&gt;                                 &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="z2_contentside"&gt;                     &lt;h2 id="h-d2e64"&gt;What You Need to Know                     &lt;/h2&gt;&lt;div class="z2_area"&gt;                     Those buying externally facing social software (EFSS) should not apply the same processes                        as they would for classic enterprise software purchases. The EFSS market is different                        from typical enterprise software markets because its users' needs differ: innovation                        matters more than integration or standards, and capabilities that add unique value                        matter more than the best or most complete functions.                     &lt;br /&gt;                     In any case, enterprises would look in vain for the single "best" product to cover                        any situation because EFSS products take very different approaches to creating externally                        facing communities. Also, a community focused on customer support or product branding,                        for example, requires different features than a community aimed at engaging alumni                        or enabling innovation.                     &lt;br /&gt;                     Buyers should focus on finding the right products to meet their community's needs.                        Buyers should observe users' behavior, survey their requirements and try to understand                        the nuances.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h2 id="h-d2e73"&gt;Magic Quadrant                     &lt;/h2&gt;&lt;div class="z2_area"&gt;                     &lt;div class="z2_caption" id="f-d2e79"&gt;Figure 1. Magic Quadrant for Externally Facing Social Software                     &lt;/div&gt;&lt;div class="item_overflow"&gt;&lt;img alt="Figure 1. Magic Quadrant for Externally Facing Social Software" src="http://imagesrv.gartner.com/reprints/214700/214775/214775_1.png" /&gt;&lt;/div&gt;&lt;div class="z2_source"&gt;                        Source: Gartner (August 2011)                     &lt;/div&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e87"&gt;Market Overview                     &lt;/h3&gt;Social interactions do not stop at company boundaries; neither should the social software                        products that support these interactions. EFSS products facilitate interactions beyond                        the firewall to create communities among employees, customers, suppliers, partners&lt;span style="color: purple;"&gt;,&amp;nbsp;&lt;/span&gt;alumni and other stakeholders.                     &lt;br /&gt;                     Enterprises' ambitions for EFSS may be outpacing the ability of vendors to deliver                        products to support them. Many enterprises have developed extensive social networks                        of consumers, partners, suppliers and other external parties, without explicitly setting                        out to do so. Now enterprises want to generate business value from those networks.                     &lt;br /&gt;                     Vendors have done a good job of making their products appealing and easy to use. They                        have added a number of functions that users like, such as profile management, ideation                        and polling. However, the next set of functions, such as integration with other social                        networks and social search, involves more risk and complexity. In addition, vendors                        have only just started to offer social analytics, to define clear use cases and to                        support social networking standards. Finally, vendor services to help enterprises                        deploy and succeed with products remain rudimentary. These shortcomings mean that                        enterprises have limited choices when they take the next step in social networking.                     &lt;br /&gt;                     Social software for external users offers opportunities for initiatives that enterprises                        have not been able to undertake before, such as engaging large numbers of customers                        in two-way exchanges. However, the market for EFSS remains immature, populated largely                        by small vendors and products with relatively narrow functions. Few large vendors                        have entered the market yet, and those that have do not always score well. By contrast,                        many big vendors now compete in the market for workplace social software. This situation                        complicates choices for purchasing managers and leaders of social software projects                        focusing on customers, partners, suppliers and other external users. The ambitions                        of some projects may exceed the abilities of social software vendors.                     &lt;br /&gt;                     To understand the risks and limitations of the vendors in this market, social software                        leaders should assess their capabilities in three areas:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;Serving users.&lt;/li&gt;&lt;li&gt;Business value.&lt;/li&gt;&lt;li&gt;Implementation.&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Serving Users: &lt;/strong&gt;Vendors devote most attention to making their products as usable as possible, and                        they have succeeded in building social sites with large numbers of users — some vendors                        have implementations with more than 1 million users. Common user-oriented functions                        include:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;Facilities to enable users to manage their own accounts and profiles.&lt;/li&gt;&lt;li&gt;Suggestion of information discovered to be relevant to users, based on their profiles.&lt;/li&gt;&lt;li&gt;Easy facilitation of interactions with like-minded community members.&lt;/li&gt;&lt;li&gt;Moderation of social networks.&lt;/li&gt;&lt;li&gt;Shared calendaring.&lt;/li&gt;&lt;li&gt;Polling.&lt;/li&gt;&lt;li&gt;Rating and voting on ideas.&lt;/li&gt;&lt;li&gt;Rich media.&lt;/li&gt;&lt;/ul&gt;However, the next sets of functions that vendors are adding will introduce complications                        into enterprises' social networking efforts. Most vendors are working to give users                        the ability to log in using credentials from Facebook or other major consumer sites,                        and many vendors are striving to integrate their own software with that of other social                        networking vendors. These developments build support for the enterprise's community                        by linking it to the larger array of communities in which consumers or other users                        may be involved. These developments also carry risks. For example, logging on to an                        enterprise's community from a commercial social network means that the enterprise                        opens its community to the security risks of the commercial sites. A security hole                        in the commercial site could give hackers access to personal data on the enterprise's                        sites.                     &lt;br /&gt;                     Vendors have also started to focus on enabling users to search community sites for                        material relevant to their interests — or on recommending such material to users.                        These goals will prove difficult to achieve because they require using limited information                        about people to infer individual needs, desires and contexts (such as roles). Vendors                        will need years to make these functions effective.                     &lt;br /&gt;                     &lt;strong&gt;Business Value: &lt;/strong&gt;Vendors face a big challenge to help their customers reliably deliver business value.                        In Gartner's survey of vendors for this Magic Quadrant, we asked vendors to describe                        the use cases that their products supported. Few vendors of EFSS defined specific                        use cases — the social CRM and workplace social software vendors did better. Most                        external vendors made general statements, such as "supporting customer engagement,"                        without explaining how their products help enterprises to do this. End-user references                        were usually not much better at describing how they tracked business value.                     &lt;br /&gt;                     Nevertheless, many vendors have started to focus on one area that promises to create                        rich business value: analytics. Analytics applied to a social network will allow enterprises                        to:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;Map the relationships between users.&lt;/li&gt;&lt;li&gt;Identify the most influential users.&lt;/li&gt;&lt;li&gt;Detect early warning signs of shifts in sentiment.&lt;/li&gt;&lt;li&gt;Discover patterns to exploit for competitive advantage.&lt;/li&gt;&lt;/ul&gt;For now, vendors tend to offer analytics focused on a particular task, not general                        analytic capabilities. Thus, buyers today will find limited choices when they look                        for vendors with social analytics to fit their enterprise's particular needs. Enterprises                        also have to be careful how they present their efforts around social analytics, social                        search and other techniques for creating business value. Users find social networks                        "creepy" when the enterprise seems to know more about them than they had realized.                        Social networks involving consumers, who participate voluntarily and have many other                        choices, face an especially high risk.                     &lt;br /&gt;                     &lt;strong&gt;Implementation: &lt;/strong&gt;Vendors must do much more to help enterprises deploy their products and succeed in                        their external social initiatives. Vendors have taken some steps in the right direction.                        Many offer their software via cloud services, which enable enterprises to launch an                        initiative quickly and to scale it quickly — a valuable option for initiatives with                        hundreds of thousands of external users. Reliability, scalability and availability                        are particularly important in this market, as its software is always customer-facing.                        Although disruptions to workplace social software are irksome, short interruptions                        are rarely calamitous. When the outside world is even inconvenienced, it is always                        a disaster. Vendors still need to do more. Few vendors support standards for social                        networking — for example, OpenSocial application programming interfaces (APIs) remain                        inconsistent. Standards can make more flexible, open and user-friendly services for                        users, and reduce the enterprise's dependence any one vendor. Social standards will                        not become common until at least 2014.                     &lt;br /&gt;                     Vendors do offer some implementation services, but not as many as enterprises expect.                        In social software markets, we see vendors taking a variety of approaches with regard                        to services. Some provide almost no services themselves, but rely on partners to perform                        implementations. Others make service provision, for tasks like strategy development,                        community building, content moderation and integration, an integral part of their                        offerings. Customers need to understand the vendor's approach and ensure that it matches                        their expectations.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e174"&gt;Market Definition/Description                     &lt;/h4&gt;Products in the EFSS market support external teaming, communities and networking where                        most participants are outside the enterprise (for example, customers, affiliates,                        alumni, developers, members, contractors, partners, trainees and resellers). Buyers                        seek general-purpose, persistent virtual environments in which participants can create,                        organize and share content, as well as collaborate, organize activities, socialize,                        and develop or exploit social relationships, both with each other and with the hosting                        organization.                     &lt;br /&gt;                     We define the market by buyers' behavior, rather than by vendors' statements of intended                        use. EFSS has a wider set of buying and influence centers than most enterprise software.                        Business functions are either directly involved in or actually make the buying decisions                        for externally facing products. IT departments are more likely to drive buying decisions                        about internal systems, especially when the platforms are deployed across the enterprise.                        Buyers of EFSS include:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;Business executives (such as product managers, channel managers, product developers,                           strategists and business architects).                        &lt;/li&gt;&lt;li&gt;Personnel in other internal support organizations (such as program managers and business                           architects) involved in specific strategic initiatives (such as innovation, social                           responsibility and special projects).                        &lt;/li&gt;&lt;li&gt;IT professionals working in the IT organization, or in various other support or business                           functions.                        &lt;/li&gt;&lt;/ul&gt;Example uses cases include:&lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;A pharmaceutical company providing communities for care givers who focus on the diseases                           their drugs treat, so that they can share experiences.                        &lt;/li&gt;&lt;li&gt;A product company interacting with users about improvements that they want to see                           in the next version of a product, or that would help them use products in innovative                           ways.                        &lt;/li&gt;&lt;li&gt;An intellectual property owner that runs a community for companies which license its                           patents and designs, so that they can share ideas about how to use technology.                        &lt;/li&gt;&lt;li&gt;An insurance or financial services company that operates a community for affiliated                           financial advisors, so that they can share experiences and learn more about the company's                           products.                        &lt;/li&gt;&lt;li&gt;Government agencies that collect feedback about potential regulatory or policy changes.&lt;/li&gt;&lt;/ul&gt;This Magic Quadrant does not address the key social communities and networks that                        operate independently and are beyond the control of the enterprise, such as fan clubs,                        review sites and personal blogs. Neither does it include support for direct extensions                        of CRM processes into social networks, or the use of social networks within an enterprise.                        Separate Magic Quadrants address markets for social CRM and social software used within                        the workplace.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e211"&gt;Inclusion And Exclusion Criteria                     &lt;/h3&gt;We used three sets of criteria to decide which vendors to include in, and exclude                        from, this Magic Quadrant:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;Audience.&lt;/li&gt;&lt;li&gt;Market presence.&lt;/li&gt;&lt;li&gt;Functions.&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Audience: &lt;/strong&gt;Vendors included in this Magic Quadrant offer generally available products that support                        collaboration and social interaction with large groups of users outside the enterprise's                        workforce. This must be a specific intended use of the product, as advertised in marketing                        material and as demonstrated in actual use. We have excluded products that are designed                        and marketed primarily for internal use but that can also be used externally by configuring                        firewalls or other technical settings, unless significant numbers of customers use                        the product in this way. The vendors in this Magic Quadrant must offer products that                        aim at general use, not use within a specific industry or to serve a narrow use case.                        We have excluded vendors that focus only on extending CRM processes into external                        communities.                     &lt;br /&gt;                     &lt;strong&gt;Market presence:&lt;/strong&gt; Products from vendors included in this Magic Quadrant have:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;At least 500,000 users (seats) in total in production and at least four named reference                           customers, each with 10,000 or more users (seats).                        &lt;/li&gt;&lt;li&gt;At least $5 million in revenue from licenses and support for EFSS products. This criterion                           does not apply to open-source projects.                        &lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Functions:&lt;/strong&gt; Products from vendors included in this Magic Quadrant have the following functions,                        at minimum:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;em&gt;Moderation:&lt;/em&gt; Capabilities or services to manage and control large numbers of comments and postings.                        &lt;/li&gt;&lt;li&gt;&lt;em&gt;Social profiles:&lt;/em&gt; Information about each user accessible by other users.                        &lt;/li&gt;&lt;li&gt;&lt;em&gt;Roles and access control:&lt;/em&gt; Support for multiple roles (for example, editor, facilitator, community manager and                           moderator) with associated access controls.                        &lt;/li&gt;&lt;li&gt;&lt;em&gt;Discussion forums:&lt;/em&gt; Support for a persistent, moderated environment in which to post questions and answers                           or to have general discussions.                        &lt;/li&gt;&lt;li&gt;&lt;em&gt;Blogs:&lt;/em&gt; Instant publishing functions for users that display entries in reverse chronological                           order and permit comments from others.                        &lt;/li&gt;&lt;li&gt;&lt;em&gt;User management:&lt;/em&gt; Ability to create, modify or retire user accounts and to manage anonymous or "guest"                           users.                        &lt;/li&gt;&lt;li&gt;&lt;em&gt;Analytical functions:&lt;/em&gt; The provision of reports and analysis of user activities.                        &lt;/li&gt;&lt;/ul&gt;In addition, products must support at least five of the following optional features:&lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;OpenSocial support.&lt;/li&gt;&lt;li&gt;Multiplatform widget support.&lt;/li&gt;&lt;li&gt;Support for OpenID-based user authentication.&lt;/li&gt;&lt;li&gt;Ratings: Users can evaluate content posted to the site.&lt;/li&gt;&lt;li&gt;Recommendations: Content or people suggestions on the basis of preferences or behavior.&lt;/li&gt;&lt;li&gt;Social tagging or bookmarking: Users can assign tags to content items, and share those                           tags with other users.                        &lt;/li&gt;&lt;li&gt;Subscribe/follow: Users can elect to receive updates automatically about content,                           people, issues or other objects in which they are interested.                        &lt;/li&gt;&lt;li&gt;Deployment models: The vendor must offer at least two of the following: on premises,                           software as a service (SaaS), remotely managed appliance.                        &lt;/li&gt;&lt;li&gt;Document sharing: Ability to upload, store, organize and share documents.&lt;/li&gt;&lt;li&gt;Wikis: Group authoring of collections of pages with support for "click to edit," change                           tracking and internal linking.                        &lt;/li&gt;&lt;li&gt;Activity streams: A notification mechanism that provides updates to subscribers about                           the activities or events that relate to another individual, file, system or object.                        &lt;/li&gt;&lt;li&gt;Integration with consumer community sites such as Twitter, Facebook and LinkedIn.&lt;/li&gt;&lt;li&gt;Idea management: Tools that facilitate brainstorming and crowdsourcing innovative                           ideas, including facilities to submit, filter, organize, rate, evaluate and track                           ideas.                        &lt;/li&gt;&lt;li&gt;Privacy controls: Individual users can control who sees their postings, and what kind                           of information the site collects about them.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e327"&gt;Added                     &lt;/h4&gt;A number of vendors appear for the first time in this Magic Quadrant. They are not                        all new vendors or even new to this market, but all meet the inclusion criteria for                        the first time this year. The additions are:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;Adobe (because of its acquisition of Day Software).&lt;/li&gt;&lt;li&gt;Demand Media.&lt;/li&gt;&lt;li&gt;Huddle.&lt;/li&gt;&lt;li&gt;IBM.&lt;/li&gt;&lt;li&gt;Igloo.&lt;/li&gt;&lt;li&gt;MindTouch.&lt;/li&gt;&lt;li&gt;ONEsite.&lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e355"&gt;Dropped                     &lt;/h4&gt;Several aspects of the inclusion criteria described above have been raised this year,                        in comparison to last year, with respect to market presence and functionality. Leverage                        Software and Sparta Social Networks did not meet the new criteria.                     &lt;br /&gt;                     Day Software no longer appears because it has been acquired by Adobe.&lt;br /&gt;                     KickApps was acquired by KIT Digital in January 2011. The company is developing a                        combined product line that was not available in time for this review.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e364"&gt;Evaluation Criteria                     &lt;/h3&gt;&lt;h4 id="h-d2e367"&gt;Ability to Execute                     &lt;/h4&gt;&lt;strong&gt;Product/Service:&lt;/strong&gt; We evaluated specific functions that are already available and, in particular, the                        extent to which the product goes beyond the basic functions required for inclusion.                        Functions we looked for included social network analysis, integration with consumer                        social networking services, analytics and reporting, and people and content recommendations.                        We also took into account the maturity of the product (the number of versions released                        and how long it has been available) and any evidence of large deployments.                     &lt;br /&gt;                     &lt;strong&gt;Overall Viability (Business Unit, Financial, Strategy, Organization):&lt;/strong&gt; We evaluated the vendor's financial health, including funding, who is investing in                        and backing its activities, its profitability, the overall size of its collaboration                        and social software business (in particular, dedicated employee numbers), and the                        degree to which the organization is committed to this part of its business.                     &lt;br /&gt;                     &lt;strong&gt;Sales Execution/Pricing:&lt;/strong&gt; We evaluated the vendor's ability to sell to large organizations, its price transparency,                        the straightforwardness of its sales process, the consistency of its revenue growth                        during the past 12 to 24 months, and its opportunity to convert existing customers                        into users of products with new or additional capabilities.                     &lt;br /&gt;                     &lt;strong&gt;Market Responsiveness and Track Record: &lt;/strong&gt;We evaluated the vendor's ability to respond, change direction, be flexible and achieve                        competitive success as opportunities develop, competitors act, customer needs evolve                        and market dynamics change. Specifically, we looked at the history of the product                        (acquisitions, partnerships, development and updates, for example) and the actions                        and comments of the product management team.                     &lt;br /&gt;                     &lt;strong&gt;Marketing Execution:&lt;/strong&gt; We looked for evidence of "mind share," thought leadership and brand recognition,                        and for any specific marketing initiatives (such as white papers, events and microsites)                        that promote them. One particularly effective approach is for senior executives to                        be active participants in ongoing online conversations via their blogs or comments.                        We also took into account the size of the marketing organization.                     &lt;br /&gt;                     &lt;strong&gt;Customer Experience:&lt;/strong&gt; We looked for customer feedback from vendor-supplied references, Gartner inquiries                        and other customer-facing interactions, such as Gartner conferences. Customer experiences                        are rated on the basis of the vendor's ability to help customers achieve positive                        business value, as well as sustained user adoption, and high-quality implementation                        and ongoing support. We also took into account the percentage of users still under                        maintenance, the mix of customers (large as well as smaller organizations), overall                        customer numbers, and evidence of outstanding customer successes.                     &lt;br /&gt;                     &lt;strong&gt;Operations:&lt;/strong&gt; We evaluated the quality of the organizational structure — skills, experiences, programs,                        systems and other vehicles that enable the organization to operate effectively and                        efficiently on an ongoing basis. We also looked at technology and service partners,                        training and certification programs, R&amp;amp;D resources, the presence of any independent                        activities adding value to the core product (for example, open-source add-on modules),                        the size of the support organization, and the presence of active customer communities                        for peer support, for input into R&amp;amp;D.                     &lt;br /&gt;                     Table 1 shows weightings for our evaluation criteria.&lt;br /&gt;                     &lt;div class="item_overflow"&gt;                        &lt;table class="z2_cs_table1"&gt;                           &lt;caption id="t-d2e403"&gt;Table 1. Ability to Execute Evaluation Criteria                           &lt;/caption&gt;                           &lt;thead&gt;&lt;tr&gt;                                 &lt;th align="left" valign="top"&gt;                                                                        &lt;div class="z2_cellHeadingL"&gt;Evaluation Criteria&lt;/div&gt;&lt;/th&gt;                                 &lt;th align="left" valign="top"&gt;                                                                        &lt;div class="z2_cellHeadingL"&gt;Weighting&lt;/div&gt;&lt;/th&gt;                              &lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Product/Service&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;High&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Overall Viability (Business Unit, Financial, Strategy, Organization)&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;High&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Sales Execution/Pricing&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Standard&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Market Responsiveness and Track Record&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Standard&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Marketing Execution&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Standard&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Customer Experience&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;High&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Operations&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;High&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;/tbody&gt;                        &lt;/table&gt;&lt;/div&gt;&lt;div class="z2_source"&gt;                        Source: Gartner (August 2011)                     &lt;/div&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e499"&gt;Completeness Of Vision                     &lt;/h4&gt;&lt;strong&gt;Market Understanding:&lt;/strong&gt; We evaluated the vendor's strategic understanding of social software opportunities,                        such as the business value of social interaction support, the complementarity of related                        capabilities (for example, social CRM, advertising and social software for the workplace),                        an urgency to pre-integrate them, a tolerance and acknowledgment of related technologies                        from other vendors, and an overall vision of the space that focuses more on supporting                        people-centric activities than a formal process-centric view of collaboration.                     &lt;br /&gt;                     &lt;strong&gt;Marketing Strategy:&lt;/strong&gt; The degree to which the vendor's marketing approach aligns with (and/or leverages)                        emerging trends and the overall direction of the market. In particular, we looked                        at the use cases promoted in the vendor's marketing messages, its online activities                        and any programs for educating and priming the market around social interaction support                        (for example, "try before you buy," open-source versions and hosted versions).                     &lt;br /&gt;                     &lt;strong&gt;Sales Strategy:&lt;/strong&gt; We looked at the level of channel activity and for any strategy for marketing add-on                        modules or services, and converting large numbers of early adopters to high-end or                        broader deployments.                     &lt;br /&gt;                     &lt;strong&gt;Offering (Product) Strategy:&lt;/strong&gt; We evaluated the degree to which the vendor's product road map reflects demand trends                        and opportunities to create demand in the market, and to fill gaps or weaknesses.                        We also looked at how the vendor develops relationships and partnerships with other                        vendors providing complementary products or services (market analysis, moderation,                        community development, syndication and content sharing).                     &lt;br /&gt;                     &lt;strong&gt;Business Model:&lt;/strong&gt; We looked at the levels of investment needed to achieve profitability and revenue                        growth, the balance of service and license revenue, evidence of success with repeatable                        revenue (subscription licensing, for example) and low-cost distribution, development                        and support (for example, using open-source licensing). We also looked for exploration                        of innovative licensing and pricing models.                     &lt;br /&gt;                     &lt;strong&gt;Vertical/Industry Strategy:&lt;/strong&gt; We considered whether a vendor has specific functions, modules or additions that                        provide specialized support for specific industries.                     &lt;br /&gt;                     &lt;strong&gt;Innovation:&lt;/strong&gt; We looked at the degree to which the vendor invests in R&amp;amp;D directed toward the tools                        and at the vendor's "creative energy" — for example:                     &lt;br /&gt;                     &lt;ul class="bullets_yes"&gt;&lt;li&gt;A commitment to new browser-based client technologies (in particular, Ajax).&lt;/li&gt;&lt;li&gt;Adoption of not just a service-oriented architecture but one with a strong Web-oriented                           architecture flavor.                        &lt;/li&gt;&lt;li&gt;Movement toward full access to internal data via representational state transfer (REST)                           interfaces and XML data streams.                        &lt;/li&gt;&lt;li&gt;Social network analysis.&lt;/li&gt;&lt;li&gt;Participation metrics and analysis.&lt;/li&gt;&lt;li&gt;Activity tracking.&lt;/li&gt;&lt;li&gt;Adaptive people and content recommendations.&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Geographic Strategy:&lt;/strong&gt; We examined the vendor's strategy to direct resources, skills and offerings to meet                        the specific needs of regions outside the corporate headquarters' location, directly                        or through partners, channels and subsidiaries, as appropriate for that geography                        and market.                     &lt;br /&gt;                     Table 2 shows weightings for our evaluation criteria.&lt;br /&gt;                     &lt;div class="item_overflow"&gt;                        &lt;table class="z2_cs_table1"&gt;                           &lt;caption id="t-d2e562"&gt;Table 2. Completeness of Vision Evaluation Criteria                           &lt;/caption&gt;                           &lt;thead&gt;&lt;tr&gt;                                 &lt;th align="left" valign="top"&gt;                                                                        &lt;div class="z2_cellHeadingL"&gt;Evaluation Criteria&lt;/div&gt;&lt;/th&gt;                                 &lt;th align="left" valign="top"&gt;                                                                        &lt;div class="z2_cellHeadingL"&gt;Weighting&lt;/div&gt;&lt;/th&gt;                              &lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Market Understanding&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;High&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Marketing Strategy&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Standard&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Sales Strategy&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Standard&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Offering (Product) Strategy&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;High&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Business Model&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Standard&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Vertical/Industry Strategy&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Low&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Innovation&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;High&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;tr&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Geographic Strategy&lt;/div&gt;&lt;/td&gt;                              &lt;td align="left" valign="top"&gt;                                                                  &lt;div class="z2_cellBodyL"&gt;Low&lt;/div&gt;&lt;/td&gt;                           &lt;/tr&gt;&lt;/tbody&gt;                        &lt;/table&gt;&lt;/div&gt;&lt;div class="z2_source"&gt;                        Source: Gartner (August 2011)                     &lt;/div&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e669"&gt;Leaders                     &lt;/h3&gt;The Magic Quadrant features only two Leaders: Jive and Lithium. The small number of                        Leaders indicates that this market is still at an early stage of development. These                        vendors have established themselves in the market with widely-used social software                        and collaboration offerings. They have recognized user needs in this market early,                        have significant market presence, and have succeeded in delivering attractive suites                        with broad capabilities in offerings that include both services and software.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e674"&gt;Challengers                     &lt;/h3&gt;The two vendors in the Challengers quadrant are the stalwarts of the collaboration                        market: Microsoft and IBM. Their offerings have the potential to make them Leaders,                        but currently lack a specific focus on the requirements of the EFSS market.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e679"&gt;Visionaries                     &lt;/h3&gt;The three Visionaries — Drupal-Acquia, Liferay and Telligent — demonstrate strong                        understanding of current and future market trends, such as the importance of a flexible,                        transparent user experience, as well as the value of mutual reinforcement between                        tools that encourage user contribution and tools that facilitate bottom-up formation                        of groups and organizational structures. Their products and product road maps exhibit                        innovation, especially in architecture and lightweight integration, while their marketing                        and R&amp;amp;D efforts align with the open-source ecosystem. Visionaries have not exhibited                        the scope of delivery of Challengers or Leaders, but they have demonstrated vision                        across a range of capabilities.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e684"&gt;Niche Players                     &lt;/h3&gt;The 11 Niche Players are Adobe, Demand Media, Ektron, EPiServer, Huddle, Igloo, INgage                        Networks, MindTouch, Mzinga, ONEsite and OpenText. They provide useful, focused technology,                        understand changing market dynamics, and work to evolving their product capabilities.                        However, they are held back by narrow functions, a product road map that lacks urgency,                        or the absence of an innovative growth strategy. Many of these smaller vendors may                        enjoy success relative to their size, but they must exploit every opportunity to grow                        and establish their positions before their competitive advantage erodes. As the social                        software market continues to mature, pockets of specialization may solidify. Therefore,                        some smaller vendors may choose to focus on niche markets serving specific industries                        or supporting specific activities. Many of these vendors will be unlikely to break                        out of the Niche Players quadrant, even though they may continue to have a viable                        business.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id="h-d2e689"&gt;Vendor Strengths and Cautions                     &lt;/h3&gt;&lt;h4 id="h-d2e692"&gt;Adobe                     &lt;/h4&gt;A Niche Player, Adobe entered this market by acquiring Day Software in July 2010.&amp;nbsp;CQ5                        (the heart of Day's and now Adobe's technology) combines Web content management (WCM)                        and social and collaborative capabilities running on top of a standards-based, enterprise-class                        content repository (CRX). CQ5 is a key component in Adobe's broader customer experience                        management platform strategy.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e697"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Functionality:&lt;/strong&gt; CQ5 offers a long list of features, including shared and published calendars, multiple                           moderation modes, rich media and document sharing, ratings and reviews, gadgets and                           user profiles.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Standards:&lt;/strong&gt; CQ5 makes extensive use of standards such as OpenID, OpenSocial, Shindig and JSR                           286.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Focus:&lt;/strong&gt; The architecture is highly scalable, designed to support Web-class use cases either                           on premises or via cloud deployment.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e716"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Market limitation: &lt;/strong&gt;CQ5 is viable where Adobe technology is the enterprise's WCM standard, but users standardized                           on other WCM software should look elsewhere. Adobe's scalable architecture can make                           it too complex and expensive for smaller deployments.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;References:&lt;/strong&gt; These are not uniformly positive in their view of Adobe's CQ5 product and support                           quality, suggesting that more attention is needed.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Vision: &lt;/strong&gt;CQ5's tight linkages with Adobe Online Marketing Suite and Adobe Test&amp;amp;Target may make                           it better suited for social CRM applications.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e735"&gt;Demand Media                     &lt;/h4&gt;Demand Media, a Niche Player, appears in the Magic Quadrant for the first time this                        year. It is an online media company focused on media, retail and consumer products.                        Demand Media's social software capabilities are based on its Pluck platform, which                        provides its clients with a range of hosted external social software capabilities                        and community development, promotion and moderation services.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e740"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Market presence:&lt;/strong&gt; Demand Media has acquired many well-known consumer companies and brands as customers                           (including the National Football League, Kraft Foods and AARP) and provides the social                           software tools that enable these brands to build and support external social communities.                           Demand Media also provides technologies and services that are beyond the scope of                           social software.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Vision:&lt;/strong&gt; In addition to the traditional professional services offerings common to this market,                           Demand Media provides services to moderate discussions and directly manage communities.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Functionality:&lt;/strong&gt; Demand Media provides "white box" social functionality that integrates with its clients'                           existing Web properties and that can leverage other products and services provided                           by Demand Media. Pluck also provides six software development kits (SDKs), including                           Java and .NET SDKs, to integrate with mobile and desktop applications, as well as                           integration with Facebook.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e759"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability: &lt;/strong&gt;Demand Media reported FY10 revenue of approximately $252 million and a net loss of                           approximately $5 million; this follows a net loss of approximately $22 million in                           FY09. However, the company did show revenue growth during the same periods, and issued                           an initial public offering in 2011.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Vision: &lt;/strong&gt;Demand Media focuses primarily on business-to-consumer interactions with external                           users and customers. It is less appropriate for project-oriented business-to-business                           interactions or internal deployments.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Scale:&lt;/strong&gt; Pluck is designed for large, consumer-oriented communities. Smaller users or other                           those looking to launch small, single-purpose communities will find it less appropriate.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e778"&gt;Drupal-Acquia                     &lt;/h4&gt;Acquia is in the Visionaries quadrant because of its use of the open-source model                        to drive development, adoption and popularity, while providing commercial support                        and enterprise services. Drupal and the Drupal Commons distribution are freely available                        under a General Public License (GPL) open-source software license. Acquia sells products                        and services to support and host Drupal websites.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e783"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Community development:&lt;/strong&gt; Drupal is proven in large, high-profile deployments. It has an active 600,000-member                           developer community, a track record of community support and a growing ecosystem of                           service providers. Open-source communities are typically larger and more active development                           communities than those found at proprietary vendors.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Viability: &lt;/strong&gt;Acquia is a venture-capital-funded organization that offers a commercially supported                           version of Drupal, and is headed by the founder of Drupal, putting it very close to                           the open-source project's activities. Acquia partners with more than 250 consulting                           and development organizations to provide a range of services including community strategy,                           Web strategy, design, implementation, development and performance tuning.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Product road map:&lt;/strong&gt; Acquia intends to launch an open "app store" during 2H11, along with administrator                           and end-user privacy controls on user profile information. Drupal Commons will add                           options for designs and layouts to provide flexibility without additional customization                           or configuration, making adoption and installation easier and faster.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e802"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Community development: &lt;/strong&gt;Modules from third parties are a source of strength, but quality can be variable.                           Their use requires careful evaluation and ongoing support by engaging directly with                           the developer community or through the services of consulting and support organizations                           such as Acquia.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Features:&lt;/strong&gt; Acquia has yet to add native support for mobile devices such as iPhone, iPad and                           BlackBerry, and for Android apps.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Support:&lt;/strong&gt; Acquia is growing in terms of numbers of employees, revenue and partner ecosystem,                           but, as a relatively small vendor, it has limited abilities to meet the requirements                           of large or particularly demanding projects. References mentioned the degree of effort                           required for implementation and a shortage of qualified developers.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e821"&gt;Ektron                     &lt;/h4&gt;Ektron, a Niche Player, provides a single platform for managing corporate websites,                        communities and social workspaces. During 2010, the company invested in expanding                        its technology and geographic reach. Consider Ektron when looking for a single platform                        for managing corporate websites, communities and social workspaces.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e826"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Community development:&lt;/strong&gt; The Ektron developer community has more than 7,000 registered users. Ektron Exchange                           is a code- and widget-sharing site where Ektron employees, partners and customers                           share add-ons.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ecosystem:&lt;/strong&gt; Ektron has a well-designed partner program that gives it an extensive global partner                           network. Its Partner Portal supports an established partner management methodology                           for system integrators, digital agencies, and technology, training and translation                           partners worldwide.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;References:&lt;/strong&gt; Ektron received positive comments from references for its ability to consistently                           move its product forward and use of an open .NET framework with well-documented APIs                           that allows customers to make modifications as needed.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e845"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Visibility:&lt;/strong&gt; Ektron needs to increase its visibility as a collaboration and social software vendor                           independently of its reputation in WCM.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Integration:&lt;/strong&gt; To keep expanding into the collaboration market, Ektron must continue to work on                           integration across the modules of its product offerings.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Features:&lt;/strong&gt; Ektron has yet to add native support for mobile devices such as iPhone, iPad and                           BlackBerry, and for Android apps.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e864"&gt;EPiServer                     &lt;/h4&gt;EPiServer's Relate Public Edition focuses on managing user-generated content and can                        be used to create social communities or to provide social facilities to public-facing                        websites. The company, which was acquired by a European private equity firm in late                        2010, is in the Niche Players quadrant.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e869"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Technology: &lt;/strong&gt;The product's Microsoft-oriented gadget architecture allows quick introduction of                           new features based on the underlying content management and e-commerce platform. Standard                           gadgets include moderation, abuse reporting and community activities.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ecosystem: &lt;/strong&gt;The large developer community among implementation partners, particularly in Europe,                           shares new developments in an open-source model.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Product: &lt;/strong&gt;EPiServer's products include specific features such as personalization, activity tracking                           and moderation designed to appeal to marketers, community managers and website developers.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e888"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Ecosystem: &lt;/strong&gt;EPiServer's product is primarily sold through consulting companies, creative agencies                           and system integrators. It will be less appealing to users who want to implement the                           package themselves.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Platform: &lt;/strong&gt;Combining the social features of Relate with EPiServer CMS, the company's flagship                           WCM product, is a large part of EPiServer's strategy. It will be less appealing to                           customers looking to combine social media with other WCM products.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Visibility: &lt;/strong&gt;EPiServer has limited penetration outside Europe, with 60% of its revenue coming from                           Sweden.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e907"&gt;Huddle                     &lt;/h4&gt;Huddle enters the Magic Quadrant as a Niche Player. Huddle provides file-sharing,                        project management and collaboration services to teams that cross departmental and                        organizational boundaries. It has achieved its strongest penetration in government,                        creative and professional service industries where ease of use and secure file-sharing                        capabilities are particularly valued.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e912"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Functionality: &lt;/strong&gt;Huddle offers functionality such as project management, Web/audio conferencing and                           whiteboarding that most of its competitors do not. In the U.K. it also offers a private                           cloud deployment accredited for use with restricted government data.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Vision: &lt;/strong&gt;Huddle is confident enough about user adoption that it provides a guarantee (against                           three months' usage fees) that 100% of the target user base will actively use the                           product.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Integration:&lt;/strong&gt; Huddle can be used from within business-oriented social networking sites like LinkedIn                           and Ning, to extend its reach and provide more business-oriented capabilities to these                           public network sites.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e931"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Functionality:&lt;/strong&gt; Some features common to most competitors, such as tagging, surveys, an app store                           and full wiki functionality, are not supported.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Viability:&lt;/strong&gt; Huddle is one of the smaller vendors in this Magic Quadrant in terms of revenue and                           number of employees.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Adoption:&lt;/strong&gt; Although Huddle has several large customers, most customers use its offerings with                           fewer users than is the case for many offerings from competitors in this Magic Quadrant.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e950"&gt;IBM                     &lt;/h4&gt;IBM enters the Magic Quadrant as a Challenger. It offers several products to address                        the EFSS market under the Customer Experience Suite banner, primarily IBM Connections                        and WebSphere Portal Server. Other IBM products such as Lotus Quickr and Sametime                        can optionally be integrated with these to provide document management and real-time                        communications functions respectively.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e955"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability and ecosystem:&lt;/strong&gt; IBM has extensive resources, well-developed channels and a large ecosystem of system                           integrators and third-party suppliers to support its offerings.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Scalability: &lt;/strong&gt;IBM has long experience of dealing with large customers with demanding requirements.                           It can point to several examples of very large and complex implementations.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Vision: &lt;/strong&gt;Social business is identified by IBM as an important part of its strategic future.                           IBM has conducted extensive research into how organizations need to change to become                           social businesses.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e974"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Complexity:&lt;/strong&gt; Because IBM relies on several products to address EFSS requirements, each one a big                           product in its own right, implementations can become large and complex, even for seemingly                           straightforward requirements.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Consulting:&lt;/strong&gt; IBM's products typically require extensive installation and customization work, usually                           performed by consulting business partners.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Technology:&lt;/strong&gt; Users report that the user interface can be difficult for users to get used to, and                           that product installation and integration are harder than they expected.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e993"&gt;Igloo                     &lt;/h4&gt;Igloo enters the Magic Quadrant as a Niche Player. The company has expanded its visibility                        and reputation as an enterprise vendor. Igloo has demonstrated traction in the healthcare                        and technology sectors, delivering a solution that supports both internal and external                        collaboration.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e998"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability:&lt;/strong&gt; Igloo generated positive momentum during 2010 with significant growth in total revenue,                           deal size, customer acquisitions and subscription licenses. It invested to bolster                           its presence in the U.S. and Europe, as well as in the channel to expand its reach.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Functionality:&lt;/strong&gt; Igloo is a pure SaaS vendor that issues regular bimonthly releases. Recent enhancements                           include social workflow and moderation, as well as out-of-the-box integration with                           enterprise applications such as Microsoft SharePoint and salesforce.com. Plans include                           a new version of its desktop client with offline file synchronization and more extensive                           native mobile platform support.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ecosystem:&lt;/strong&gt; Igloo recently formed a partnership with an open-source Web conferencing provider                           to release the first iteration of real-time collaboration functionality.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1017"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Visibility:&lt;/strong&gt; Although Igloo has large corporate customers, it needs to continue to improve its                           visibility and reputation as an enterprise software vendor.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Features:&lt;/strong&gt; Igloo does not currently offer offline capabilities, and there is no "app store"                           with third-party add-ons. Users who want extensions to the Igloo platform must use                           technical APIs, the partner network or Igloo's professional services team.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Implementation:&lt;/strong&gt; Non-technical user references cited complexity issues when trying to customize the                           product beyond what is possible with configuration settings and built-in templates.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1036"&gt;INgage Networks                     &lt;/h4&gt;INgage Networks is a Niche Player. Its core strength lies in externally facing customer                        communities, but it also has competency in broader solutions for connecting employees                        and partners.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1041"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Strategy:&lt;/strong&gt; INgage offers a service framework for designing and implementing a community strategy.                           Customers report that the company has strong professional services.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Function:&lt;/strong&gt; INgage's product has strong analytics with an underlying data warehouse, reporting                           and online analytical processing engine.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Industry focus:&lt;/strong&gt; The product has specific offerings for particular industries, especially government.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1060"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability:&lt;/strong&gt; INgage has limited experience with very large deployments of over 100,000 users.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Focus:&lt;/strong&gt; INgage's offering is available only as SaaS, and it has limited presence outside                           North America.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ecosystem:&lt;/strong&gt; Most INgage customers use the company's own delivery services. Limited availability                           of these services can constrain projects.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1079"&gt;Jive                     &lt;/h4&gt;A Leader in this Magic Quadrant, Jive continues to gain enterprise-scale customers,                        extend its technology vision and increase its revenue.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1084"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability:&lt;/strong&gt; Jive's revenue grew to an estimated $70 million in 2010, up from $30 million in 2009                           (Gartner estimates). The company has announced several notable board members and another                           round of venture capital funding in anticipation of a widely expected (but unconfirmed)                           initial public offering in the next 12 months.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Partnerships:&lt;/strong&gt; Jive has extended its focus beyond Jive-centric internal and external social collaboration                           and announced connectors for Facebook, LinkedIn and other public social sites. Jive                           has also addressed what Gartner believed to be a concern last year in terms of limited                           global system integration and technology partnerships. It can now point to partnerships                           with companies such as Accenture, CSC, Deloitte, Infosys and Logica; digital agency                           relationships with Dachis Group, Razorfish, Headshift and Syncapse; and relationships                           with Alcatel-Lucent, Google and SAP for unified communications (UC) and analytics.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Vision:&lt;/strong&gt; Jive has bolstered its social software vision with several acquisitions, including                           Proximal Labs (identity management and analysis), Filtrbox and OffiSync (Microsoft                           Office integration). Jive has also become more pragmatic in terms of coexistence with                           enterprise and desktop applications and UC, having realized that Jive What Matters                           may not be the desktop of choice for all its enterprise customers.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1103"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Volatility:&lt;/strong&gt; Jive is an early-stage, venture-capital-funded company and relatively small by the                           standards of enterprise software vendors, although larger than many of its pure-play                           competitors. In addition to the volatility inherent in the social software market,                           Jive may be impacted more than smaller, "point solution" vendors if major infrastructure                           software or hardware vendors enter the social software market.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Global presence:&lt;/strong&gt; Jive still faces a challenge to develop a European presence, with more than 80% of                           its revenue coming from North America, and some European regions adopting social software                           more slowly than others. Asia/Pacific's contribution to Jive's revenue remains very                           small, and the company may require local partnerships to succeed there.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Applications and deployments:&lt;/strong&gt; Jive's Apps Market was delayed by almost a year from its expected rollout in 3Q10,                           which in turn has delayed technology partnerships dependent on that channel. The time                           and resources required for enterprise-scale social software deployments may deflect                           some customers toward competitors with smaller point solutions that can show more                           immediate results with smaller upfront investments.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1123"&gt;Liferay                     &lt;/h4&gt;Liferay is in the Visionaries quadrant. It offers an open-source, portal-centric platform                        for those looking to develop and integrate social interaction and community support                        in a flexible environment.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1128"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Integration:&lt;/strong&gt; Collaboration and social interaction capabilities are offered as an integral part                           of Liferay's portal platform, which also includes built-in content management (with                           hooks to alternative systems) as well as Microsoft Office and SharePoint integration.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ecosystem:&lt;/strong&gt; Liferay has a healthy developer and partner ecosystem with thousands of developers                           and an active marketplace.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Strategy:&lt;/strong&gt; Liferay is one of the few remaining vendors in the portal space and is seeking to                           extend its position into collaboration and networking. The open-source, low-cost,                           support-based model (at approximately $17,000 per server for unlimited use) is attractive                           to many buyers.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1147"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Focus:&lt;/strong&gt; Although there is some evidence that Liferay Portal is being used for externally                           facing communities in the context of large portal deployments, Liferay is still relatively                           unknown in this market.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Customer experience:&lt;/strong&gt; The portal platform's capabilities add flexibility and power when customization is                           needed, but it also takes longer to deploy. Liferay has less experience in supporting                           social initiatives, and one customer commented on the organization's relative immaturity                           in this respect.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Innovation:&lt;/strong&gt; Despite many enhancements, including flexible profiles, and some analytics tools                           to uncover "social equity," Liferay could do more in terms of mobility, offline support,                           recommendations and advanced social analytics.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1166"&gt;Lithium                     &lt;/h4&gt;Lithium remains a Leader. It provides a hosted community and associated applications                        primarily to host private-label social communities that target the telecommunications,                        retail, hospitality and gaming sectors.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1171"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability: &lt;/strong&gt;Lithium continued to grow in 2010. Gartner estimates that it achieved 60% growth in                           2010 with revenue of $25 million to $30 million.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Functionality:&lt;/strong&gt; Lithium provides hosted communities with advanced reputation and moderation functions.                           Lithium includes launch and success managers who help establish goals and measure                           success factors for a social project. The company has a partnership with Ipsos for                           additional use cases in market research, as well as partnerships with Adobe Omniture                           (for social media monitoring) and salesforce.com. Lithium's road map for 2011 includes,                           most notably, bringing reputation, influencer identification analytics and different                           engagement approaches (such as contests) to Facebook via a Facebook application suite.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Customer support:&lt;/strong&gt; References consistently identified customer-focused and proactive communications                           as a strength of Lithium.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1190"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Focus:&lt;/strong&gt; The majority of Lithium's implementations are for large-scale marketing and customer                           service initiatives. Customers do also use Lithium for smaller-scale use cases and                           those outside CRM, but these are less of a priority for Lithium.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Recommendations:&lt;/strong&gt; Lithium's analytics are effective at identifying, reporting and alerting important                           changes in a community. But&amp;nbsp;Lithium's analytics should&amp;nbsp;also&amp;nbsp;suggest specific actions                           to take when things change, such as the engagement level of a "superfan."                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Product reviews: &lt;/strong&gt;Given the industries Lithium is targeting, product review and rating functionality                           could be improved.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1209"&gt;Microsoft                     &lt;/h4&gt;SharePoint is Microsoft's primary platform for EFSS. It is aimed at both internal                        and external communities (and ties into Exchange, Office and Lync). Microsoft, a Challenger                        in this Magic Quadrant, has also experimented with TownHall, an Azure-based cloud                        service primarily for use by governments and political entities.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1214"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Market presence:&lt;/strong&gt; SharePoint has the broadest market penetration, in terms of the number of companies                           adopting it, of any product in this Magic Quadrant.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ecosystem:&lt;/strong&gt; Microsoft's platform focus, and the presence of a broad and deep ecosystem of developers                           and system integrators around SharePoint, strengthens its position in the EFSS market.                           Without its extensive ecosystem, Microsoft would be rated far less positively.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Simplification: &lt;/strong&gt;A common toolset for EFSS and internally used social software applications has strong                           market appeal, because many IT organizations seek opportunities to reduce the number                           of vendors they deal with.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1233"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Innovation:&lt;/strong&gt; Microsoft was touting SharePoint 2010 to its customers and prospects in 2009 or earlier,                           and its look and feel can appear dated to users. Most of Microsoft's innovation with                           SharePoint has been aimed at users inside the enterprise, not at externally facing                           uses.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Complexity: &lt;/strong&gt;Microsoft has not outlined how it will unify its mainstream on&lt;span style="color: #004200;"&gt;-&lt;/span&gt;premise&lt;span style="color: #004200;"&gt;s&lt;/span&gt; enterprise technology (such as SharePoint) with its much newer "cloud architecture"                           approach (such as TownHall and Microsoft Azure). We expect that its mainstream "cloud"                           technology (Office 365, which is unrelated to Azure) will be used primarily in the                           workplace, with limited EFSS use cases.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;References: &lt;/strong&gt;Microsoft reference customers expressed concerns about the technical complexity of                           SharePoint, the need for customized programming and system integration, as well as                           limitations in Microsoft's ability to respond effectively to their support requests.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1258"&gt;MindTouch                     &lt;/h4&gt;MindTouch is in the Visionaries quadrant. Its software is usually deployed to support                        collaborative documentation creation, often providing the "glue" for dynamic integration                        with other systems.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1263"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Integration:&lt;/strong&gt; MindTouch offers pre-integration with several business applications to enable documents,                           video and data to be available in a socially enabled environment constructed around                           dynamic documents. The most common use cases for MindTouch involve collaborative processes                           around dynamic, complex documentation.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Customer experience: &lt;/strong&gt;Feedback from several customers with large deployments was generally positive. They                           commented on the company's responsiveness, the quality of its support team, and the                           configurability and ease of use of its product.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ecosystem:&lt;/strong&gt; Developers are contributing to localization and other development efforts though                           an open-source version of the product and a partner alliance program.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1282"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability:&lt;/strong&gt; MindTouch needs to enhance its reputation and ability to support large enterprise                           deployments.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Focus:&lt;/strong&gt; The emphasis on collaborative dynamic documents is very appealing to many MindTouch                           customers, but the product needs to evolve in terms of social interaction and social                           analytics in order to support more use cases.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Customer experience:&lt;/strong&gt; Some customers commented on license complexity and the growing pains associated with                           a relatively small organization of fewer than 100 employees.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1301"&gt;Mzinga                     &lt;/h4&gt;Mzinga is a Niche Player that provides a platform and applications to host and manage                        internal and externally facing communities. It targets sectors such as media/advertising,                        publishing, insurance and banking.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1306"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Scale:&lt;/strong&gt; Mzinga OmniSocial is used by over 40 million users in 160 countries. Over 60% of                           its use cases are for sales, marketing and customer service roles.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Functional breadth:&lt;/strong&gt; Mzinga has a wider range of applications than similar providers. Applications include                           discussions, blogs, comments, ratings, polls, surveys, events, chat, social profiles,                           mobile support, video and event management.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Partners:&lt;/strong&gt; Mzinga partners with interactive agencies such as Avenue A and Digital Influence                           Group. Technology partners include Kaltura for embedded video and media management,                           iLinc for Web conferencing and collaboration, Composica for team-based collaborative                           authoring, and Terremark for cloud-based hosting services. Mzinga has also partnered                           with ORC International, a leading global research company, to deliver full-service                           online market research communities.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1325"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Customer satisfaction: &lt;/strong&gt;Although customer retention is around 90%, Mzinga's overall satisfaction scores were                           lower than for other vendors. Reference customers mentioned a need for reporting and                           graphical user interface improvements (which Mzinga has been working on), as well                           as shortened timelines for new implementation support. Reference customers also mentioned                           that Mzinga is not keeping pace with its competitors.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Growth: &lt;/strong&gt;Gartner estimates that Mzinga's total revenue was $30 million to $35 million in 2010,                           and Gartner estimates a 20% growth rate in 2010. This is below the average of its                           direct competitors (35% to 40% growth in 2010).                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Social analytics: &lt;/strong&gt;At the time of writing, Mzinga does not provide its own external social monitoring/analytics                           capabilities, unlike many of its competitors. It plans to launch its own product later                           in 2011.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1346"&gt;ONEsite                     &lt;/h4&gt;ONEsite enters the Magic Quadrant as a Niche Player. Its SocialCore community platform                        focuses on adding community and customer interaction capabilities to public-facing,                        brand-oriented websites. In addition to providing software, ONEsite commonly works                        with clients to build and operate their customer communities.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1351"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;References: &lt;/strong&gt;ONEsite powers communities for several high-profile sites, including eBay, the National                           Association for Stock Car Auto Racing (NASCAR) and Fox Broadcasting.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Functionality: &lt;/strong&gt;ONEsite has developed specific functions for brands and publishers that are not available                           from many of its competitors. These include e-commerce capabilities, advertising tie-ins                           and contests.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Flexibility: &lt;/strong&gt;Users report that ONEsite is an easy organization to work with, and that it is ready                           to work on innovative solutions.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1370"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Resource constraints:&lt;/strong&gt; ONEsite is a relatively small organization, with limited relationships with service                           providers. Its internal resources have been a limiting factor when providing functionality                           and customer support.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Usability:&lt;/strong&gt; Users report that the product retains several usability issues that are proving difficult                           to iron out.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Industry focus:&lt;/strong&gt; ONEsite concentrates on consumer brands and the media industry. It is not appropriate                           for all industries.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1389"&gt;OpenText                     &lt;/h4&gt;OpenText, a Niche Player, is an established and financially stable enterprise content                        management vendor with customers in the financial services, government, utilities,                        media and healthcare sectors. The company has expanded its product breadth with the                        OpenText Social Communities product for the EFSS use case. It provides social software                        capability for internal users and external customers.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1394"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Viability:&lt;/strong&gt; OpenText is financially stable and has a base of customers and revenue from which                           it can expand its presence in the social software market.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Integration:&lt;/strong&gt; OpenText Social Communities can benefit from integration with OpenText's Content                           Server, which provides records management and content library services.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Scalability:&lt;/strong&gt; The company has reference customers in industries such as government and utilities                           that support large populations of external users, and a CPU-tiered licensing model                           that encourages deployments to large user bases.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1413"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Focus:&lt;/strong&gt; Despite recent investments in platform rationalization around several social software                           offerings, these offerings account for a relatively small percentage of OpenText's                           overall revenue. OpenText needs to do more to build its presence and credibility in                           this market.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Vision:&lt;/strong&gt; OpenText's holistic vision centered on content management may not be appropriate                           for some use cases, or for companies already committed to alternatives for their content                           management needs.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Strategy:&lt;/strong&gt; OpenText's product portfolio has been built up over time, mostly through acquisitions.                           This has resulted in overlapping product lines and the potential for confusion about                           which product to use in a specific situation.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 id="h-d2e1432"&gt;Telligent                     &lt;/h4&gt;Telligent is in the Visionaries quadrant. Telligent Community is used for creating                        branded customer, partner or prospect communities, while Telligent Enterprise is used                        for employee communities, as well as for project and team collaboration. Both products                        are based on the Telligent Evolution platform.                     &lt;br /&gt;                     &lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1437"&gt;Strengths                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Ecosystem:&lt;/strong&gt; In addition to more than two dozen service partners, Telligent has an active third-party                           marketplace and an application partner network including some companies that offer                           custom solutions on top of the Telligent Evolution platform (such as Limeade for employee                           healthcare and weListen for innovation management). Telligent has notable value-added                           resellers, including Accenture Interactive, RDA and Booz Allen.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Functionality:&lt;/strong&gt; Telligent Evolution includes a broad range of capabilities for content, sophisticated                           analytics (including tracking of different user types to understand the social "fingerprints"                           of both the entire community and each unique participant) and a recommendation engine.                           Telligent has basic social-monitoring capabilities for social media environments like                           Twitter, and two-way content synchronization to enable participants in a Facebook                           community to receive notifications of activities within that community.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Viability:&lt;/strong&gt; Gartner estimates that Telligent increased its overall revenue by 30% in 2010, to                           around $17 million.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 id="h-d2e1456"&gt;Cautions                     &lt;/h5&gt;&lt;ul class="bullets_yes"&gt;&lt;li&gt;&lt;strong&gt;Strategy:&lt;/strong&gt; Despite its growth, Telligent may lack the relationships with potential customers,                           and the installed base, that larger competitors with broader product portfolios can                           draw on in this market.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Customer experience:&lt;/strong&gt; Feedback from reference customers was positive overall, with praise for products,                           user experience, consistency and "hyper-configurability." However, some customers                           pointed to lapses in support responsiveness and long upgrade cycles. Telligent has                           outlined specific organizational and process improvements that it has made to address                           these issues.                        &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Architecture: &lt;/strong&gt;Telligent has strong ties to Microsoft technologies, including Microsoft .NET and                           SQL Server. This may limit its appeal to organizations that do not rely on Microsoft                           architecture.                        &lt;/li&gt;&lt;/ul&gt;&lt;ul class="items_up"&gt;&lt;li&gt;&lt;a href="http://www.gartner.com/technology/reprints.do?id=1-178KGSO&amp;amp;ct=110908&amp;amp;st=sg#"&gt;Return to Top&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-1858562493902806960?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1858562493902806960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1858562493902806960'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2012/01/magic-quadrant-for-externally-facing.html' title='Magic Quadrant for Externally Facing Social Software'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-8555792949843264023</id><published>2012-01-15T15:40:00.000+07:00</published><updated>2012-01-15T15:40:03.704+07:00</updated><title type='text'>Produk baru 2012: Enterprise Social Network</title><content type='html'>&lt;h2 class="mc-social-media  mc-page-title"&gt;&lt;span class="mc-h1"&gt;Kami mengembangkan produk dan inovasi baru dengan mengembangkan dan mengimplementasikan Enterprise Social Network software system dengan menggunakan Drupal Commons..&lt;/span&gt;&lt;/h2&gt;&lt;h2 class="mc-social-media  mc-page-title"&gt;&lt;span class="mc-h1"&gt; &lt;/span&gt;&lt;/h2&gt;&lt;h2 class="mc-social-media  mc-page-title"&gt;&lt;span class="mc-h1"&gt;An Analysis of Acquia's Drupal Commons&lt;/span&gt;&lt;/h2&gt;&lt;div class="mc-author"&gt;        &lt;div class="mc-picture"&gt;&lt;div class="picture"&gt;  &lt;img alt="Isaac Sukin's picture" src="http://www.mediacurrent.com/sites/default/files/pictures/picture-6.png" title="Isaac Sukin's picture" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="mc-title"&gt;        Isaac Sukin        &amp;nbsp;|&amp;nbsp;Mediacurrent Intern        &lt;/div&gt;&lt;div class="mc-contact"&gt;            &lt;a href="http://www.mediacurrent.com/contact"&gt;Contact Author&lt;/a&gt;        &lt;/div&gt;&lt;/div&gt;&lt;div class="mc-date mc-font-1"&gt;     &lt;div class="mc-format-month"&gt;Aug&lt;/div&gt;&lt;div class="mc-format-date"&gt;19&lt;/div&gt;&lt;div class="mc-format-year"&gt;2010&lt;/div&gt;&lt;/div&gt;&lt;div class="clear"&gt;          &lt;div class="block block-block region-even odd region-count-2 count-9 " id="block-block-1"&gt;  &lt;div class="content"&gt;&lt;div class="mc-wiggets"&gt;&lt;div class="mc-content-facebook"&gt;&lt;span&gt;&lt;/span&gt;&lt;span class=" fb_edge_comment_widget fb_iframe_widget " style="left: 0px; top: 22px; z-index: 10000;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="mc-content-twiiter"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-type-nodereference field-field-main-blog-photo"&gt;    &lt;div class="field-items"&gt;            &lt;div class="field-item odd"&gt;                    &lt;div class="mc-main-photo node clear-block" id="node-103"&gt;      &lt;div class="mc-image-squeeze"&gt;       &lt;div class="field field-type-filefield field-field-spotlight-img"&gt;    &lt;div class="field-items"&gt;            &lt;div class="field-item odd"&gt;                    &lt;img alt="" class="imagecache imagecache-thumb_blog_spotlight imagecache-default imagecache-thumb_blog_spotlight_default" height="150" src="http://www.mediacurrent.com/sites/default/files/imagecache/thumb_blog_spotlight/commons_logo_large.png" title="" width="150" /&gt;        &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;a href="http://commons.acquia.com/"&gt;Drupal Commons&lt;/a&gt;&amp;nbsp;is a&amp;nbsp;&lt;a href="http://drupal.org/"&gt;Drupal&lt;/a&gt;&amp;nbsp;distribution billed as “social business software.” That means that&amp;nbsp;&lt;a href="http://acquia.com/"&gt;Acquia&lt;/a&gt;&amp;nbsp;is distributing Drupal bundled with some other modules preconfigured to work as a company’s interactive user-facing website. Drupal Commons 1.0 was released on August 5th.&lt;br /&gt;&lt;span style="font-size: 17px; font-weight: bold;"&gt;The Purpose of Drupal Commons&lt;/span&gt;&lt;br /&gt;I talked to &lt;a href="http://acquia.com/about-us/team"&gt;Jay Batson&lt;/a&gt; (vice president and co-founder of Acquia) while writing this article and he confirmed what &lt;a href="http://buytaert.net/"&gt;Dries Buytaert&lt;/a&gt; himself had implied in a &lt;a href="http://buytaert.net/drupal-commons-meet-jive-software"&gt;blog post&lt;/a&gt;: the goal of Drupal Commons is to compete with the likes of &lt;a href="http://www.jivesoftware.com/"&gt;Jive SBS&lt;/a&gt; and &lt;a href="http://telligent.com/"&gt;Telligent&lt;/a&gt;. Jive and Telligent are expensive software designed to allow easily setting up a business-oriented social website. Acquia started working on Drupal Commons in response to inquiries from large, multinational companies who were frustrated with the limitations of the proprietary social enterprise software choices. They liked the flexibility of Drupal, and were willing to pay for it – but they weren’t comfortable starting with “just” a framework. They wanted a base on which they could build, something that they could market to their CEOs as “enterprise-ready out of the box” while still being easily extensible. These companies are the target market for Drupal Commons; they’re the ones who want to pay for the services surrounding it.&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="float: right; font-size: 120%; font-style: italic; width: 200px;"&gt;…the goal of Drupal Commons is to compete with the likes of Jive SBS and Telligent.&lt;/blockquote&gt;Jive and Telligent have a 4 and 5-year head-start, respectively, and Acquia knows that it will need to keep working on Commons to displace them. But the very existence of Drupal Commons is enough to make its competitors feel the heat. Unlike Jive and Telligent, Commons is &lt;a href="http://en.wikipedia.org/wiki/Gratis_versus_Libre"&gt;free as in beer&lt;/a&gt;. It’s also open-source and (because it’s based on Drupal) has a &lt;a href="http://drupal.org/project/modules"&gt;vast library of extensions&lt;/a&gt; that make adding additional functionality almost as easy as clicking a checkbox. Perhaps most importantly, it’s totally extensible. Drupal is a framework; it’s designed so that any part of it can be modified or replaced. According to Jay, much of the enthusiasm Acquia has heard about Commons is from companies ecstatic to be liberated from the restrictions of the very limited APIs that accompany proprietary software. No longer do companies have to be &lt;a href="http://acquia.com/blog/roadmap-or-roadblock"&gt;held back by a roadmap&lt;/a&gt; of features that will never get written; in the rare case that a Drupal module doesn’t already exist for the purpose, it’s possible to create a new one that does the job. Not so with Jive and Telligent.&lt;br /&gt;It’s not as if Commons is lacking in default features, either. Acquia has focused on the right features to meet the needs of very large companies. The result is a solid starting point for large businesses to make the transition to building relationships with their customers over the internet. Drupal Commons provides a fairly complete business-oriented community structure out of the box.&lt;br /&gt;Oh, and did I mention that it’s free? That fact alone dramatically reduces the risk of experimenting. The tech guys can install it on their local computer, test it out, let the manager play with it, and decide if it’s something that could benefit their company. That’s just not possible with Commons’ competitors, whose fees are prohibitively steep.&lt;br /&gt;&lt;h3&gt;Social Networking vs. Social Enterprise&lt;/h3&gt;Drupal Commons is not designed to be a social network – it is designed to be social enterprise. Here’s the distinction: social enterprise sites are designed to be administered by a privileged group representing a company – a group that moderates posts and answers questions on a website devoted to discussing a brand or products. (Interestingly, Jay told me that Acquia had allowed all users to create and moderate groups until a few days before launch, when a number of beta-testing companies pushed back.) Norton’s &lt;a href="http://www.symantec.com/norton/community/index.jsp"&gt;Symantec community&lt;/a&gt; is a good example of an enterprise social community. In contrast, social networks are designed to be free-for-all sites focused on users and their content. &lt;a href="http://www.facebook.com/home.php"&gt;Facebook&lt;/a&gt; is the pinnacle of social networks.&lt;br /&gt;&lt;blockquote style="float: right; font-size: 120%; font-style: italic; width: 200px;"&gt;So let’s be clear: Drupal Commons is not a social network like Facebook.&lt;/blockquote&gt;The category Commons falls into is clear from the default User Roles alone: in addition to the standard Anonymous and Authenticated users, Drupal Commons provides a Community Manager and a Content Manager role. On a social networking site, all users would be content managers, and community managers would be global administrators.&lt;br /&gt;What concerns me most about Commons is the gap between the audience it was designed for and some of the audience that will actually use it. Acquia is probably the most high-profile company in the Drupal community, so when they advertise a product as “social,” the large (but less lucrative) community of people looking for an easy way to build a user-oriented Facebook-style website will be attracted – and then disappointed. Jay assured me that if Acquia saw a demand at the business-customer level for a traditional social networking site, it would look into developing a solution – and while I believe him, I don’t think either of us really expect that to happen.&lt;br /&gt;So let’s be clear: Drupal Commons is not a social network like Facebook, Twitter, LinkedIn, Flickr, YouTube, Buzz, Digg, Reddit, Care2, or TakingItGlobal. Drupal Commons is an enterprise social platform like Jive and Telligent, and it’s a fairly good one. There will be people who abuse that distinction, but no one will ever be able to stop people from misusing tools or not reading the documentation.&lt;br /&gt;By the way, if you’re looking for a way to build a site like Facebook using Drupal, &lt;a href="http://sndemo.dev3.webenabled.net/node/1"&gt;I can show you how to do it&lt;/a&gt;.&lt;br /&gt;&lt;h3&gt;Flexible vs. Beautiful&lt;/h3&gt;There is a bit of a conceptual conflict inherent in Drupal Commons. Commons is designed to be something usable out of the box – something you can install and show your boss in under 15 minutes. At the same time, the incredible power (and in some cases, complexity) is still available, and that creates some interesting paradoxes.&lt;br /&gt;For example, Drupal Commons includes a custom theme based on the powerful &lt;a href="http://fusiondrupalthemes.com/"&gt;Fusion&lt;/a&gt; base theme. It’s not very pretty, but it does have some customizations that make using Commons a little more fluid. &lt;a href="http://drupalradar.com/drupal-commons-first-look-and-review#comment-55"&gt;According to&lt;/a&gt; Jay, the theme was intentionally designed to be flexible rather than beautiful so that companies could easily brand the theme in their own way. That wasn’t an arbitrary decision; it was something they got a lot of feedback on from the large companies testing the product. Some had tried &lt;a href="http://openatrium.com/"&gt;OpenAtrium&lt;/a&gt; before (an out-of-the-box intranet based on Drupal) and had trouble customizing its default theme.&lt;br /&gt;&lt;blockquote style="float: right; font-size: 120%; font-style: italic; width: 200px;"&gt;Drupal core is supposed to be “flexible rather than beautiful,” while Commons is supposed to be the awesome out-of-the-box experience.&lt;/blockquote&gt;However, it’s an ironic choice. Drupal core is supposed to be “flexible rather than beautiful,” while Commons is supposed to be the awesome out-of-the-box experience. And Fusion is so amazing as a base theme that creating a separate Fusion sub-theme instead of forking the default Commons theme is relatively easy and practical. When I said this to Jay, he responded that I “spoke like a Drupal expert.” If Acquia was building websites using Commons, he said, they would probably create a subtheme of Fusion instead of modifying the Commons default theme. But because of Commons’ target audience, the people who will usually be branding a website’s theme will be the IT department at large multinationals. They will know enough &lt;a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets"&gt;CSS&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/HTML"&gt;HTML&lt;/a&gt; to play around with the default theme, but they won’t know enough about Drupal to create a new one. If they hire a Drupal company to build the theme, then that company should know enough to build a complete theme.&lt;br /&gt;You’re probably beginning to see how much Acquia’s target audience influenced their design decisions. Luckily for smaller companies, and unlike with proprietary software, it’s easy to just switch out the default theme with &lt;a href="http://drupal.org/project/themes"&gt;one of the hundreds&lt;/a&gt; available on drupal.org.&lt;br /&gt;Another interesting example is the actual decision companies have to make to use the Drupal Commons install profile rather than the Drupal core install profile. Acquia learned from &lt;a href="http://www.redhat.com/"&gt;Red Hat&lt;/a&gt;’s approach on this front. Commons, like &lt;a href="http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux"&gt;RHEL&lt;/a&gt;, will attract business people – decision makers – because of the marketing language around it. Commons is billed as a Jive and Telligent competitor, which makes sense to executives. It’s presented as an out-of-the-box solution, which sells well to your boss. Acquia supports it, which the I.T. department appreciates. Drupal core doesn’t have that reputation, even though experienced Drupal developers can make any kind of website with it. As a result, the kind of developers that large companies with lots of money might hire might be able to scaffold the exact requirements of the business more quickly if they started from the core install profile instead of dealing with the assumptions Drupal Commons makes about the use cases of its intended audience. (Either way, companies will be able to build enormously powerful websites that do exactly what they want. It’s just a question of how quickly.) On the other hand, it seems to me that Acquia has pretty much gotten those use cases right, in which case building on top of Commons makes complete sense.&lt;br /&gt;&lt;h3&gt;What’s Inside&lt;/h3&gt;Drupal Commons revolves around &lt;a href="http://drupal.org/project/og"&gt;Organic Groups&lt;/a&gt;. A Commons-based website essentially consists of a bunch of groups, each of which can have their own forums, wikis, blogs, documents, polls, and activity stream. There are also userpoints, email notifications, bookmarks, user relationships, and a WYSIWYG editor (CKEditor, to be precise). Users and groups have pretty comprehensive dashboards that can be customized by administrators. Basically, these are the right features to have for an interactive corporate site, and they work as advertised. They’re also essentially the same features you would get if you installed the same modules as Commons on another site, albeit with some saner default settings.&lt;br /&gt;&lt;blockquote style="float: right; font-size: 120%; font-style: italic; width: 200px;"&gt;These are the right features to have for an interactive corporate site, and they work as advertised.&lt;/blockquote&gt;&lt;a href="http://drupal.org/moshe"&gt;Moshe Weitzman&lt;/a&gt; (the original author of Organic Groups) has a &lt;a href="http://cyrve.com/commons"&gt;nice post&lt;/a&gt; analyzing the choice of modules, and I generally agree with him, although I’d like to reiterate two points. First, &lt;a href="http://drupal.org/project/heartbeat"&gt;Heartbeat&lt;/a&gt; was an odd choice over &lt;a href="http://drupal.org/project/activity"&gt;Activity&lt;/a&gt; 2.x (and the much lesser-known &lt;a href="http://drupal.org/project/message"&gt;Message&lt;/a&gt;). My theory about Heartbeat is that it was chosen because although Activity 2.x is fairly stable it doesn’t have a stable release. The way Commons uses Heartbeat, it is nearly functional identical to Activity 2.x, with the main difference being that Activity uses historical records while Heartbeat does not (a minor technical detail). I say that Heartbeat was an odd choice mainly because Activity has 5 times as many users and its code is more Drupal-y. They’re both actively developed although the Heartbeat issue queue is more aggressively maintained.&lt;br /&gt;My second gripe is with the rules for which passwords are allowed. Weitzman wrote that “&lt;a href="http://drupal.org/project/password_policy"&gt;Password Policy&lt;/a&gt; should be classified as torture” – but this is not true. The Drupal Commons password rules are torture, yes, but the fault lies wholly with Acquia. Commons configures the password rules during installation to be inhumanly obnoxious. It would have been enough to require that passwords be a minimum of 5 characters long, which the Password Policy module can happily do. Luckily, the Commons defaults are not written in stone.&lt;br /&gt;I’d also like to point out that the custom module Acquia wrote to display statistics to group moderators (called Quant, and &lt;a href="http://drupal.org/project/quant"&gt;now available on drupal.org&lt;/a&gt;) is pretty sweet. Thanks to my senior-year AP Statistics teacher Jason Smith, I’m fascinated by statistics, and I’ve tried and failed to write a comprehensive, extensible module to collect and display stats about a Drupal installation without writing dozens of complex SQL queries. To whichever Acquia engineer wrote the Quant module, please accept my hearty congratulations.&lt;br /&gt;For more about what you’ll get when you install Drupal Commons (and why you should do it), take a look at the &lt;a href="http://acquia.com/node/1203366/features"&gt;features&lt;/a&gt; and &lt;a href="http://acquia.com/node/1203366/benefits"&gt;benefits&lt;/a&gt; Acquia lists. My favorite feature: “Oh, and it’s Drupal.” That implies security, quality, internationalization, extensibility, and scalability. Drupal’s greatest strength is its flexible API and module repository, so it’s easy to build on Commons to add additional functionality as you see fit. My favorite benefit: “Drupal Commons creates the online conditions that permit happy serendipity to emerge from your community members.” Okay, so it’s an arguable point, but “happy serendipity” reminds me of gumdrops and lollipops.&lt;br /&gt;&lt;h3&gt;Final Thoughts&lt;/h3&gt;Before I got off the phone with Jay Batson, he said, “if there’s one thing I hope that you take away from this conversation, it’s that this is &lt;a href="http://thatstoday.com/article/1107601/version-1-sucks-but-ship-it-anyway"&gt;version &lt;em&gt;one&lt;/em&gt;&lt;/a&gt;.” There were lots of features Acquia considered for inclusion in Drupal Commons and ultimately they chose to focus on the ones that were most important to their target audience and then &lt;a href="http://www.amazon.com/Practical-Guide-Successful-Software-Projects/dp/0974514047"&gt;get a release out&lt;/a&gt; the door. There will naturally be some growing pains, but there is an enormous upside for Acquia, Drupal, and Commons users. Acquia is committed to the continued evolution of Drupal Commons and the first version is a worthy launching pad. Future features will likely include group hierarchies (basically allowing sub-groups) and user-configurable dashboards. Other possibilities include document hierarchies, contact lists / newsletter ability, and tweaks to the Calendar system.&lt;br /&gt;&lt;blockquote style="float: right; font-size: 120%; font-style: italic; width: 200px;"&gt;Companies looking at Drupal Commons for a social enterprise solution can be assured that they will not be left in the dark.&lt;/blockquote&gt;Drupal Commons has a few advantages over its competitors by virtue of being an Acquia product. There’s the technology – Drupal, of course – but there’s also Acquia’s hosting, support, and training services. Acquia will host a Drupal Commons installation for you, provide support to help you configure and maintain it, and train people in your company to moderate it through partnerships they refer to as the Community Roundtable. As a result, companies looking at Drupal Commons for a social enterprise solution can be assured that they will not be left in the dark.&lt;br /&gt;As large companies embrace Drupal through Commons, the result will help Drupal become a better framework. They will fund features and patches (as they have already done through Acquia during the Commons development process). And these improvements will help the community grow.&lt;br /&gt;It’s worth noting that Drupal Commons is built on Drupal 6. At the time of this writing Drupal 7 was still in alpha, and while the &lt;a href="http://cyrve.com/d7cx"&gt;D7CX movement&lt;/a&gt; has done admirably well, not enough contributed modules have upgraded to make a Drupal 7 version feasible yet. Drupal Commons is also designed for stability, and Drupal 7 won’t be officially stable until the full 7.0 release.&lt;br /&gt;Contrary to the hopes of some, Drupal Commons should not be mistaken for a user-focused social network. Instead, Commons is aimed at large companies, and it is a great choice for that audience. I also foresee Drupal Commons being particularly useful for in-house developers with less Drupal experience and for small- and medium-sized companies looking to use Drupal as a springboard for building better relationships with their users.&lt;br /&gt;Acquia’s Drupal Commons provides a flexible social business platform out of the box. Version 1.0 is a solid foundation for future growth, but there’s plenty to like right now. Unlike its competitors, Commons is free and open-source, which means it’s easily extensible with custom code or the thousands of Drupal modules and themes. Commons is a fantastic contribution to the Drupal space – so &lt;a href="http://acquia.com/products-services/drupal-commons"&gt;go try it out&lt;/a&gt;!&lt;br /&gt;&lt;em&gt;Many thanks to Jay Batson for taking the time to talk to me about Drupal Commons and clear up a number of questions I had about it. I’m encouraged by this level of outreach and community participation – in keeping, of course, with the spirit of Drupal Commons.&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-8555792949843264023?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8555792949843264023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8555792949843264023'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2012/01/produk-baru-2012-enterprise-social.html' title='Produk baru 2012: Enterprise Social Network'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-7786663161414498278</id><published>2011-12-31T13:34:00.000+07:00</published><updated>2011-12-31T13:34:30.864+07:00</updated><title type='text'></title><content type='html'>Buat kami, tahun 2011 merupakan tahun pencapaian tersendiri. Banyak hal kami raih dalam tahun ini. Seperti tahun-tahun sebelumnya, konsentrasi tinggi kami ada di infrastruktur khususnya jaringan dan data center. Beragam proyek structure cabling, mulai dari penarikan UTP, FO hingga listrik dan panel menghiasi tahun ini, dan semakin mengasah kemampuan tim untuk berinteraksi dengan beragam kondisi lapangan.&lt;br /&gt;&lt;br /&gt;Tahun ini juga, kami mendapatkan kesempatan instalasi PAC di beberapa client. Suatu hal yang semua buat kami merupakan hal yang rumit, tetapi seiring dengan berjalannya waktu, kami yang didukung oleh mitra-mitra kami, semakin dapat melayani banyak client.&lt;br /&gt;&lt;br /&gt;Oleh karena itulah, hubungan yang baik dengan mitra distributor barang selalu menjadi hal yang kami jaga. Selain interaksi dengan client, kami pun kerap berinteraksi dengan para distributor. Proses mutualisme ini membantu kami untuk juga memaksimalkan kemampuan dan pengetahuan yang dapat diambil dari para distributor. Kami sadar, tidak semua distributor adalah penyalur teknologi dan lebih sering menjadi penyalur barang, dan memaksa kami untuk belajar produk yang mereka distribusikan lebih keras lagi.&lt;br /&gt;&lt;br /&gt;Client-client baru pun bermunculan sepanjang tahun ini, dan mekanisme recurring project terus kami usahakan seiring dengan memberikan solusi yang terbaik bagi client kami. Kemampuan tim berinteraksi dengan banyak client terus diasah, baik yang ada di seputaran Jakarta ataupun di luar kota.&lt;br /&gt;&lt;br /&gt;Tahun ini, tim kami bertambah banyak. Setelah sempat kecewa dengan runyamnya mengelola divisi software, kami mulai bangkit lagi di Q4 tahun 2011 ini dengan merekrut 3 orang programmer. Digawangi oleh senior programmer dan analis, tim ini diharapkan bisa berprestasi dan menunjukkan kinerja dalam Q1 2012. Kami tahu, bahwa kami memiliki akses dan kemampuan yang tidak dapat dipandang sebelah mata, khususnya dalam software-software seperti sistem antrian dan fusioncharts. Tapi malah sebaliknya, pekerjaan yang datang beragam dan menantang setiap saat. Inilah yang selalu kami hadapi, dan kami harapkan selalu yang terbaik untuk para client.&lt;br /&gt;&lt;br /&gt;Dilain pihak, kami mulai belajar untuk mengelola diri kami lebih baik. Oleh karena itu, project management dan pengelolaan perusahaan ditunjang aplikasi-aplikasi berbasis web sehingga kami lebih mobile dan bergerak dengan cepat. Kami dapat memonitor proses lead - account - hingga invoice, dan diharapkan 2012 menjadi awal baru pengelolaan ini berjalan mulus.&lt;br /&gt;&lt;br /&gt;Tim Product Specialist kami semakin diperkaya dengan bergabungnya rekan2 senior untuk membantu. Kami harapkan, semua tim dapat berinteraksi dengan baik dan berhasil berjalan di sepanjang 2012.&lt;br /&gt;&lt;br /&gt;Tidak ada kata yang dapat mewakili rasa kagum dan hormat kepada rekan2 yang selama ini bergabung di PT.DCMS, mereka bekerja siang malam dengan penuh sukacita, kami seolah keluarga satu dengan yang lain, dan kami terus bersyukur untuk hal itu.&lt;br /&gt;&lt;br /&gt;Semoga persaudaraan ini semakin erat di tahun 2012, semakin membangun kemandirian bersama. Selamat datang 2012, kami siap menyambutmu..&lt;br /&gt;&lt;br /&gt;Terima kasih, Tuhan.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-7786663161414498278?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7786663161414498278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7786663161414498278'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/12/buat-kami-tahun-2011-merupakan-tahun.html' title=''/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-1201150988478753264</id><published>2011-12-23T22:04:00.002+07:00</published><updated>2011-12-23T22:04:25.071+07:00</updated><title type='text'>Merry Christmas 2011 &amp; Happy New Year 2012</title><content type='html'>&lt;div class="separator" style="clear: both; font-family: Arial,Helvetica,sans-serif; text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;a href="http://1.bp.blogspot.com/-w3Kz5OkF0UY/TvSYAg0_WhI/AAAAAAAAAYc/n8Kyb_T25CE/s1600/happycustomers.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="331" src="http://1.bp.blogspot.com/-w3Kz5OkF0UY/TvSYAg0_WhI/AAAAAAAAAYc/n8Kyb_T25CE/s640/happycustomers.jpg" width="640" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Kepada seluruh pelanggan dan mitra usaha kami, kami mengucapkan selamat Natal 2011 dan Tahun Baru 2012, kiranya semangat Natal dan masuknya tahun yang baru selalu memberikan hal yang terbaik untuk kita semua.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-1201150988478753264?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1201150988478753264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1201150988478753264'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/12/merry-christmas-2011-happy-new-year.html' title='Merry Christmas 2011 &amp; Happy New Year 2012'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-w3Kz5OkF0UY/TvSYAg0_WhI/AAAAAAAAAYc/n8Kyb_T25CE/s72-c/happycustomers.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-7559550445193783758</id><published>2011-12-23T21:57:00.000+07:00</published><updated>2011-12-23T21:57:32.124+07:00</updated><title type='text'>ManageEngine Included in the Magic Quadrant for Application Performance Monitoring</title><content type='html'>&lt;h1&gt;ManageEngine Included in the Magic Quadrant for Application Performance Monitoring&lt;/h1&gt;&lt;strong&gt;AUSTIN, Texas — December 22, 2011 —&lt;/strong&gt; &lt;a href="http://www.manageengine.com/" target="_blank"&gt;ManageEngine&lt;/a&gt;, makers of a suite of cost-effective, enterprise-grade   network, systems, applications, and security management software solutions,   today announced that it has been included by Gartner, Inc., a leading industry   analyst firm, in its Magic Quadrant for Application Performance Monitoring   (APM)[1].&lt;br /&gt;&amp;nbsp;The Gartner Magic Quadrant for Application Performance   Monitoring (APM) includes 29 vendors, with some of the inclusion criteria being   that vendors have a global sales presence, at least 50 customers who use their   APM products actively in a production environment, and their products support at   least two of the key APM functionalities as defined by Gartner.&amp;nbsp;"The 10,000-plus SMB and enterprise customers using our   Applications Manager software have relied on ManageEngine to provide   easy-to-use, enterprise-grade application performance monitoring since the early   2000s," said Raj Sabhlok, president of ManageEngine. "We believe by including us   in its Magic Quadrant, Gartner sheds a much-appreciated light on the growing   demand for our approach to APM in companies of all sizes. We will continue to   offer innovative solutions to emerging IT challenges such as maintaining optimal   end user experience for apps running in physical, virtual and cloud   environments."&lt;br /&gt;&lt;a href="http://www.manageengine.com/apm" target="_blank"&gt;ManageEngine Applications Manager&lt;/a&gt; supports all five dimensions of APM functionality as   defined by Gartner, namely end-user experience monitoring; runtime application   architecture discovery, modeling and display runtime; user-defined transaction   profiling; component deep-dive monitoring in application context; and analytics.   &lt;br /&gt;Cloud computing and virtualization have presented new   challenges for organizations in the areas of application monitoring and   application performance. ManageEngine Applications Manager provides deep-dive   component monitoring that spans application servers, servers, databases,   middleware, web transactions, virtual resources, cloud services, and more — all   this from a single integrated platform. It renders a holistic view of IT   infrastructure, helps in detecting problems before they affect end users,   identifies the root cause of problems, and helps in trend analysis through   performance reports.&amp;nbsp;It enables the IT teams to troubleshoot performance   bottlenecks and perform root-cause analysis across physical, virtual and cloud   infrastructure components, with minimal reliance on manual processes and   guesswork. It provides IT administrators with the right kind of end-to-end   visibility to see what’s working and what’s not across their IT   environment.&lt;br /&gt;For more information on ManageEngine Applications   Manager, please visit &lt;a href="http://www.manageengine.com/apm" target="_blank"&gt;http://www.manageengine.com/apm&lt;/a&gt;. For more information on ManageEngine, please   visit &lt;a href="http://www.manageengine.com/" target="_blank"&gt;www.manageengine.com&lt;/a&gt;; follow the company blog at &lt;a href="http://blogs.manageengine.com/" target="_blank"&gt;http://blogs.manageengine.com&lt;/a&gt;, on Facebook at &lt;a href="http://www.facebook.com/ManageEngine" target="_blank"&gt;http://www.facebook.com/ManageEngine&lt;/a&gt; and on Twitter at &lt;a href="http://www.twitter.com/manageengine" target="_blank"&gt;@ManageEngine&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;Resources&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Customer testimonials: &lt;a href="http://ow.ly/64PJJ" target="_blank"&gt;http://ow.ly/64PJJ&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Online demos: &lt;a href="http://ow.ly/64PKF" target="_blank"&gt;http://ow.ly/64PKF&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Support FAQs and User   Forum: &lt;a href="http://ow.ly/64PLc" target="_blank"&gt;http://ow.ly/64PLc&lt;/a&gt; &lt;br /&gt;  &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Related News&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Performance Monitoring   Support for VMware vFabric™ tc Server Now Available in ManageEngine Applications   Manager; &lt;a href="http://ow.ly/7u42l" target="_blank"&gt;http://ow.ly/7u42l&lt;/a&gt;&lt;/li&gt;&lt;li&gt;ManageEngine   Applications Manager Deepens VMware Monitoring; &lt;a href="http://ow.ly/7QTEO" target="_blank"&gt;http://ow.ly/7QTEO&lt;/a&gt;&lt;/li&gt;&lt;li&gt;ManageEngine Adds   Auto-Provisioning of Cloud Resources to Applications Manager; Ensures Continuous   SaaS Performance; &lt;a href="http://ow.ly/7QTLZ" target="_blank"&gt;http://ow.ly/7QTLZ&lt;/a&gt;&lt;br /&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;About the Gartner Magic   Quadrant&lt;/h2&gt;Gartner does not endorse any vendor, product or service   depicted in our research publications and does not advise technology users to   select only those vendors with the highest ratings. Gartner research   publications consist of the opinions of Gartner’s research organization and   should not be construed as statements of fact. Gartner disclaims all warranties,   expressed or implied, with respect to this research, including any warranties of   merchantability or fitness for a particular purpose.&lt;br /&gt;&lt;h2&gt;About ManageEngine Applications   Manager&lt;/h2&gt;ManageEngine Applications Manager is an application   performance monitoring software that helps businesses ensure high availability   and performance for their business applications by ensuring servers and   applications have high uptime. It comes with out-of-the-box support for 50+   application servers, servers, databases and transactions spanning physical,   virtual and cloud infrastructures along with auto-provisioning of virtual   systems. For more information on ManageEngine Applications Manager, please visit &lt;a href="http://www.manageengine.com/apm" target="_blank"&gt;http://www.manageengine.com/apm&lt;/a&gt; .&lt;br /&gt;&lt;h2&gt;&lt;strong&gt;About ManageEngine&lt;/strong&gt;&lt;/h2&gt;&lt;a href="http://www.managengine.com/" target="_blank"&gt;ManageEngine&lt;/a&gt;&amp;nbsp;is the leading provider of cost-effective enterprise IT management software and the only one making the 90-10 promise - to provide 90 percent of the capabilities offered by the Big 4 at just 10 percent of the price. The ManageEngine suite offers enterprise IT management solutions including&amp;nbsp;&lt;a href="http://www.manageengine.com/network-monitoring/" target="_blank"&gt;Network Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/service-desk/" target="_blank"&gt;HelpDesk ITIL&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/netflow/" target="_blank"&gt;Bandwidth Monitoring&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/applications_manager/application-performance-management.html" target="_blank"&gt;Application Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/desktop-management-solution.html" target="_blank"&gt;Desktop Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/it-compliance-suite.html" target="_blank"&gt;Security Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/passwordmanagerpro/index.html" target="_blank"&gt;Password Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/ad-manager/index.html" target="_blank"&gt;Active Directory reporting&lt;/a&gt;, and a&amp;nbsp;&lt;a href="http://www.manageengine.com/msp-solutions.html" target="_blank"&gt;Managed Services (MSP) platform&lt;/a&gt;. ManageEngine products are easy to install, setup and use, and offer extensive support, consultation and training. More than 50,000 organizations in 200 countries, from different verticals, industries and sizes use ManageEngine to take care of their IT management needs cost effectively. ManageEngine is a division of Zoho Corp. For more information on ManageEngine, please visit&amp;nbsp;&lt;a href="http://www.manageengine.com/" target="_blank"&gt;www.manageengine.com&lt;/a&gt;.&lt;br /&gt;       ManageEngine is a trademark of ZOHO Corporation. All other brand names and product names are trademarks or registered trademarks of their respective companies.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-7559550445193783758?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7559550445193783758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7559550445193783758'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/12/manageengine-included-in-magic-quadrant.html' title='ManageEngine Included in the Magic Quadrant for Application Performance Monitoring'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-6891701326706066428</id><published>2011-12-13T11:18:00.003+07:00</published><updated>2011-12-13T11:18:43.591+07:00</updated><title type='text'>Solusi WAN OPTIMIZER dengan menggunakan SANGFOR</title><content type='html'>&lt;div align="center"&gt;&lt;br /&gt;              &lt;img alt="" height="92" src="http://www.sangfor.com/images/products/products.jpg" width="400" /&gt;&lt;/div&gt;&lt;br /&gt;            Enterprise WANs face two main areas of concern: connectivity and applications. With linkage, key issues include limited bandwidth, long network delays and severe packet loss. With applications, complications arise from transmission of large volumes of data and low transmission efficiency of the applications themselves (which were most likely designed for LANs) when operating across a WAN.&lt;br /&gt;&lt;br /&gt;SANGFOR WAN optimization delivers multi-layer WAN optimization, improving the data transmission efficiency over physical links and significantly improving application responsiveness, especially in environments of high packet loss and high latency. Improvements are especially noticeable with applications that work very inefficiently over the WAN (such as Microsoft Exchange).&lt;br /&gt;&lt;br /&gt;&amp;gt;SANGFOR WAN optimization uses signature-based stream caching, which can reduce redundant WAN data by as much as 30 to 90 percent. Its multi-layer optimization results in much speedier data transmission, avoiding or delaying expensive bandwidth upgrades, accelerating user traffic and ultimately delivering excellent ROI.&lt;br /&gt;&lt;br /&gt;&amp;gt;After deploying SANGFOR WAN optimization solutions, enterprise headquarters, branch locations and partners can experience accelerated network performance of important applications and data, anywhere in the world. SANGFOR WAN optimization delivers a LAN-like experience over the enterprise WAN.&lt;br /&gt;&lt;br /&gt;&amp;gt;For a more scalable, complete infrastructure acceleration solution, look no further than SANGFOR WAN optimization. The products can also leverage built-in VPN to provision an accelerated VPN service to support remote users with flexible and diversified virtual enterprise connectivity.&lt;br /&gt;&lt;br /&gt;&amp;gt;SANGFOR is the first vendor in Asia to conceive of its innovative WAN optimization concept and offer real world solutions. The company has customers from a wide variety of industry segments who are enjoying the speed, security, reliability and cost-effectiveness ROI of WAN optimization.&lt;br /&gt;&lt;br /&gt;            &lt;table border="0" cellpadding="5" cellspacing="1" style="width: 510px;"&gt;              &lt;tbody&gt;&lt;tr&gt;                &lt;td background="../images/products/table_bg2.gif" colspan="2"&gt;&lt;strong&gt;&lt;span style="color: white;"&gt;　High speed&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;                &lt;td background="../images/products/table_bg.gif" width="188"&gt;&lt;strong&gt;　Function &lt;/strong&gt;&lt;/td&gt;                &lt;td background="../images/products/table_bg.gif" width="299"&gt;&lt;strong&gt;　Description &lt;/strong&gt;&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/45.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Transmission protocol optimization&lt;/td&gt;                &lt;td&gt;Adaptive TCP proxy and HTP transmission protocol in high-latency, high-packet-loss network environments&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;                &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/35.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Byte-caching technology&lt;/td&gt;                &lt;td&gt;Supports multi-disk, bi-directional and fragment-packet acceleration&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/35.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Application proxy&lt;/td&gt;                &lt;td&gt;Supports proxy for TCP, CIFS, HTTP, HTTPS, FTP, POP3/SMTP and MAPI protocols; supports acceleration of Web, HTTPS, FTP, Network Neighborhood, Lotus Notes, Exchange, SAP(B/S), SharePoint, Oracle Database and other applications&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td bgcolor="#F7F3F7"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/51.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;compression algorithm&lt;/td&gt;                &lt;td bgcolor="#F7F3F7"&gt;Provides hardware-based GZIP and LZO high-speed stream compression algorithm&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/48.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;WebPush technologies&lt;/td&gt;                &lt;td&gt;Via WebPush function, conducts intelligent analysis of HTML request pages, to self-define settings for pre-fetching cache elements, and to improve Web application's accessing speed&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td bgcolor="#F7F3F7"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/45.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Flash-link&lt;/td&gt;                &lt;td bgcolor="#F7F3F7"&gt;Flash link technology (improve data transmission speed) and addresses effects of high-packet-loss&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/43.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Intelligent QoS function&lt;/td&gt;                &lt;td&gt;Sets QoS policy based on application, direction, source address, destination address and effective time, and supports QoS allocation based on lines&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td bgcolor="#F7F3F7"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/22.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Bandwidth management&lt;/td&gt;                &lt;td bgcolor="#F7F3F7"&gt;Integrated with SANGFOR IAM bandwidth management feature: application identification, traffic shaping, etc.&lt;/td&gt;              &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table border="0" cellpadding="5" cellspacing="1" style="width: 510px;"&gt;              &lt;tbody&gt;&lt;tr&gt;                &lt;td background="../images/products/table_bg2.gif" colspan="2"&gt;&lt;strong&gt;&lt;span style="color: white;"&gt;　Security&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;                &lt;td background="../images/products/table_bg.gif"&gt;&lt;strong&gt;　Function &lt;/strong&gt;&lt;/td&gt;                &lt;td background="../images/products/table_bg.gif"&gt;&lt;strong&gt;　Description &lt;/strong&gt;&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td width="188"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/49.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Tunnel encryption&lt;/td&gt;                &lt;td width="299"&gt;Built-in AES 128-bit  encryption algorithm; enhance other encryption algorithms, guaranteeing data  security &lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;                &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/44.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Data integrity&lt;/td&gt;                &lt;td&gt;Uses MD5 and SHA  algorithms to guarantee data integrity&lt;/td&gt;              &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/43.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Enterprise level firewall&lt;/td&gt;                &lt;td&gt;Built-in Stateful  Packet Inspection enterprise-level firewall provides packet filtering, URL  filtering, access monitoring, DHCP services and other security functions&lt;/td&gt;                &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;                &lt;td bgcolor="#F7F3F7"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/22.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;External and internal DOS attack resistance&lt;/td&gt;                &lt;td bgcolor="#F7F3F7"&gt;Effectively prevents internal and external and internal DOS attack&lt;/td&gt;              &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table border="0" cellpadding="5" cellspacing="1" style="width: 510px;"&gt;  &lt;tbody&gt;&lt;tr&gt;    &lt;td background="../images/products/table_bg2.gif" colspan="2"&gt;&lt;strong&gt;&lt;span style="color: white;"&gt;　Usability&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;    &lt;td background="../images/products/table_bg.gif"&gt;&lt;strong&gt;　Function &lt;/strong&gt;&lt;/td&gt;    &lt;td background="../images/products/table_bg.gif"&gt;&lt;strong&gt;　Description &lt;/strong&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;    &lt;td width="188"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/38.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Configuration&lt;/td&gt;    &lt;td width="299"&gt;Supports SNMP, the  standard network administration protocol; Configuration wizards speed up user  deployment; Auto identification of protocols based on contents, simplifying application acceleration configuration&lt;/td&gt;    &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;    &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/36.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Management authorization&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;    &lt;td&gt;Functionality managed  via various levels of access privileges, including Administrators and Users&lt;/td&gt;    &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;    &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/53.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Logging and reporting&lt;/td&gt;    &lt;td&gt;Provides visibility  into a wide range of system information, including logs for alarms, errors and  debugging. Allows use of stand-alone log servers, examination of real-time and historical  traffic, analysis of accelerated and non-accelerated traffic and sessions, and  report generation and export&lt;/td&gt;    &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;    &lt;td bgcolor="#F7F3F7"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/44.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Backup function&lt;/td&gt;    &lt;td bgcolor="#F7F3F7"&gt;Data resilience via  local and remote backup and recovery; Logs are backed up as files&lt;/td&gt;    &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;    &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/27.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Transparent acceleration&lt;/td&gt;    &lt;td&gt;Restoring the original  connection information after acceleration&lt;/td&gt;    &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;    &lt;td bgcolor="#F7F3F7"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/10.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Easy deployment&lt;/td&gt;    &lt;td bgcolor="#F7F3F7"&gt;Supports import of WCCP  V2 traffic, supports import of strategy routing PBR traffics, support CDP, and  supports import of four-layer switch traffic; Default two directions acceleration  on the whole network segment&lt;/td&gt;    &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table border="0" cellpadding="5" cellspacing="1" style="width: 510px;"&gt;&lt;tbody&gt;&lt;tr&gt;    &lt;td background="../images/products/table_bg2.gif" colspan="2"&gt;&lt;strong&gt;&lt;span style="color: white;"&gt;　Scalability&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;    &lt;td background="../images/products/table_bg.gif"&gt;&lt;strong&gt;　Function &lt;/strong&gt;&lt;/td&gt;    &lt;td background="../images/products/table_bg.gif"&gt;&lt;strong&gt;　Description &lt;/strong&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;    &lt;td width="188"&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/45.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;VPN module&lt;/td&gt;    &lt;td width="299"&gt;Built-in IPSec VPN  module&lt;/td&gt;    &lt;/tr&gt;&lt;tr bgcolor="#f2f2f2"&gt;    &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/40.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Portable Accelerator&lt;/td&gt;    &lt;td&gt;Supports acceleration  effects via installation of PACC software on client PCs&lt;/td&gt;  &lt;/tr&gt;&lt;tr bgcolor="#e9e9e9"&gt;    &lt;td&gt;&lt;img align="absmiddle" alt="" height="25" src="http://www.sangfor.com/images/products/pic/24.gif" width="25" /&gt;&amp;nbsp;&amp;nbsp;Bypass&lt;/td&gt;    &lt;td&gt;Supports hardware Bypass  (Optional for low-end equipment)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-6891701326706066428?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6891701326706066428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6891701326706066428'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/12/solusi-wan-optimizer-dengan-menggunakan.html' title='Solusi WAN OPTIMIZER dengan menggunakan SANGFOR'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-4938766753306049393</id><published>2011-12-13T05:12:00.002+07:00</published><updated>2011-12-13T05:12:38.682+07:00</updated><title type='text'>ManageEngine Integrates Desktop Central and ServiceDesk Plus</title><content type='html'>&lt;h1&gt;ManageEngine Integrates Desktop Central and ServiceDesk Plus&lt;/h1&gt;&lt;h2&gt;The Integration of Desktop Management and ITIL Help Desk is the First Step in Meeting a Growing Demand for Integrated IT Operations&lt;/h2&gt;&lt;strong&gt;AUSTIN, Texas - December 8, 2011 -&lt;/strong&gt; &lt;a href="http://www.manageengine.com/" target="_blank"&gt;ManageEngine&lt;/a&gt;, makers of a suite of network, systems, applications, and security management software solutions, today announced the integration of &lt;a href="http://www.manageengine.com/desktop-central/" target="_blank"&gt;Desktop Central&lt;/a&gt; and &lt;a href="http://www.manageengine.com/servicedeskplus" target="_blank"&gt;ServiceDesk Plus&lt;/a&gt;. Desktop Central provides centralized, web-based desktop management capabilities. When integrated with the ServiceDesk Plus ITIL help desk functionality, this combination of real-time IT management systems can help reduce resolution times and increase the productivity of service operations tasks. A free, 30-day, fully functional trial edition is available at &lt;a href="http://ow.ly/7R4ke" target="_blank"&gt;http://ow.ly/7R4ke&lt;/a&gt;.&lt;br /&gt;The IT operations team of large and medium enterprises uses a help desk system to track the user requests related to desktop management. Requiring team members to use one tool to manage incidents and another for request fulfillment is inefficient and introduces opportunities for error. By integrating these systems, help desk personnel can track requests and take action through a single pane of glass.&lt;br /&gt;"As the adoption of enterprise software rises, demand&amp;nbsp;for an integrated solution to manage IT operations increases in parallel. The integration of desktop management and the help desk is our first step in meeting this demand," said Mathivanan Venkatachalam, director of product management at ManageEngine. "By improving operations efficiency, enterprises are increasing the value they provide to their users, while bringing down their operations costs."&lt;br /&gt;&lt;h2&gt;&lt;strong&gt;Optimized for Real-time Response&lt;/strong&gt;&lt;/h2&gt;Integrating desktop management with the help desk is advantageous in many ways:&lt;br /&gt;&lt;ul type="disc"&gt;&lt;li&gt;&lt;strong&gt;Single sign-on&lt;/strong&gt; – Removes the hassle of logging into multiple tools and applications for incident management and request fulfillment.&amp;nbsp; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Increased productivity&lt;/strong&gt; – Taking action on the desktop management tasks is just a click away, which saves the time spent on resolving the problem.&amp;nbsp; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Enhanced auditing capabilities&lt;/strong&gt; – It is easier for enterprises to audit the tasks performed from a single solution than to collate information from multiple tools.&amp;nbsp; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Achieve 360-degree ITIL process implementation&lt;/strong&gt; – ITIL process is not complete without service operations. Integrating desktop management capability into the help desk enables enterprises to complete their ITIL process cycle from a single solution.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;Video clips of IT leaders describing their Desktop Central implementations can be seen on the ManageEngine website at &lt;a href="http://ow.ly/7N9v6" target="_blank"&gt;http://ow.ly/7N9v6&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;&lt;strong&gt;Availability and Pricing&lt;/strong&gt;&lt;/h2&gt;A free, 30-day, fully functional trial edition is available at &lt;a href="http://ow.ly/7R4ke" target="_blank"&gt;http://ow.ly/7R4ke&lt;/a&gt;. A free version that can manage up to 25 computers is also available. Pricing starts at $545 for 50 computers under a single license. For additional pricing information, visit our store at &lt;a href="http://ow.ly/7N9t8" target="_blank"&gt;http://ow.ly/7N9t8&lt;/a&gt;.&lt;br /&gt;For more information on ManageEngine Desktop Central, visit &lt;a href="http://www.manageengine.com/desktop-central/" target="_blank"&gt;http://www.manageengine.com/desktop-central/&lt;/a&gt;, and for more information on ManageEngine Service Desk Plus, visit &lt;a href="http://www.manageengine.com/servicedeskplus" target="_blank"&gt;www.manageengine.com/servicedeskplus&lt;/a&gt;.&lt;br /&gt;For more information on ManageEngine, please visit &lt;a href="http://www.manageengine.com/" target="_blank"&gt;www.manageengine.com&lt;/a&gt;; follow the company blog at &lt;a href="http://blogs.manageengine.com/" target="_blank"&gt;http://blogs.manageengine.com&lt;/a&gt;, on Facebook at &lt;a href="http://www.facebook.com/ManageEngine" target="_blank"&gt;http://www.facebook.com/ManageEngine&lt;/a&gt; and on Twitter at &lt;a href="http://www.twitter.com/manageengine" target="_blank"&gt;@ManageEngine&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;&lt;strong&gt;Related ManageEngine News&lt;/strong&gt;&lt;/h2&gt;&lt;ul type="disc"&gt;&lt;li&gt;ManageEngine Releases iPhone App for Help Desk Management; &lt;a href="http://ow.ly/7HSzQ" target="_blank"&gt;http://ow.ly/7HSzQ&lt;/a&gt;&lt;/li&gt;&lt;li&gt;ManageEngine Enables Mobile Access to On-Demand IT Help Desk Application; &lt;a href="http://ow.ly/7hRW1" target="_blank"&gt;http://ow.ly/7hRW1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;ManageEngine Desktop Management Solution Controls Business Software Expenditures, Enforces USB Restrictions; &lt;a href="http://ow.ly/7NabB" target="_blank"&gt;http://ow.ly/7NabB&lt;/a&gt;&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;strong&gt;About ManageEngine Desktop Central&lt;/strong&gt;&lt;/h2&gt;ManageEngine Desktop Central is a complete Desktop Management Software that provides Software Deployment, Patch Management, Service Pack Installation, Asset Management, Remote Control, Configurations, System Tools, User Logon Reports and Active Directory Reports. It is a network-neutral solution that can be used to manage desktops in Active Directory, Workgroups, or other directory services-based networks like Novell® eDirectory. It can manage computers in multiple domains and can also manage computers across WAN (branch offices). It comes in two flavors - one for an in-premise installation for Enterprises and the other for Managed Service Providers (MSPs) to manage their clients’ desktops. For more information on ManageEngine Desktop Central, visit &lt;a href="http://www.manageengine.com/desktop-central/" target="_blank"&gt;http://www.manageengine.com/desktop-central/&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;&lt;strong&gt;About ManageEngine ServiceDesk Plus&lt;/strong&gt;&lt;/h2&gt;ManageEngine ServiceDesk Plus integrates help desk requests and assets for managing organizations' IT effectively. It helps to implement ITIL best practices and troubleshoot IT service requests faster. ServiceDesk Plus is highly customizable, easy-to-implement help desk software. More than 10,000 IT managers worldwide use ServiceDesk Plus to manage their IT help desk and assets. ServiceDesk Plus is available in 23 different languages. For more information about ManageEngine ServiceDesk Plus, visit &lt;a href="http://www.manageengine.com/servicedeskplus" target="_blank"&gt;www.manageengine.com/servicedeskplus&lt;/a&gt;.&lt;br /&gt;&lt;h2&gt;&lt;strong&gt;About ManageEngine&lt;/strong&gt;&lt;/h2&gt;&lt;a href="http://www.managengine.com/" target="_blank"&gt;ManageEngine&lt;/a&gt;&amp;nbsp;is the leading provider of cost-effective enterprise IT management software and the only one making the 90-10 promise - to provide 90 percent of the capabilities offered by the Big 4 at just 10 percent of the price. The ManageEngine suite offers enterprise IT management solutions including&amp;nbsp;&lt;a href="http://www.manageengine.com/network-monitoring/" target="_blank"&gt;Network Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/service-desk/" target="_blank"&gt;HelpDesk ITIL&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/netflow/" target="_blank"&gt;Bandwidth Monitoring&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/applications_manager/application-performance-management.html" target="_blank"&gt;Application Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/desktop-management-solution.html" target="_blank"&gt;Desktop Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/it-compliance-suite.html" target="_blank"&gt;Security Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/passwordmanagerpro/index.html" target="_blank"&gt;Password Management&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.manageengine.com/products/ad-manager/index.html" target="_blank"&gt;Active Directory reporting&lt;/a&gt;, and a&amp;nbsp;&lt;a href="http://www.manageengine.com/msp-solutions.html" target="_blank"&gt;Managed Services (MSP) platform&lt;/a&gt;. ManageEngine products are easy to install, setup and use, and offer extensive support, consultation and training. More than 50,000 organizations in 200 countries, from different verticals, industries and sizes use ManageEngine to take care of their IT management needs cost effectively. ManageEngine is a division of Zoho Corp. For more information on ManageEngine, please visit&amp;nbsp;&lt;a href="http://www.manageengine.com/" target="_blank"&gt;www.manageengine.com&lt;/a&gt;.&lt;br /&gt;ManageEngine is a trademark of ZOHO Corporation. All other brand names and product names are trademarks or registered trademarks of their respective companies.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-4938766753306049393?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4938766753306049393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4938766753306049393'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/12/manageengine-integrates-desktop-central.html' title='ManageEngine Integrates Desktop Central and ServiceDesk Plus'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-6532217778396749807</id><published>2011-12-04T03:41:00.001+07:00</published><updated>2011-12-04T03:41:55.510+07:00</updated><title type='text'>Want to motivate your team? Here are 20 things to start doing now</title><content type='html'>By Ilya Bogorad | November 28, 2011, 4:21 AM PST&lt;p&gt;For as long as I can remember, the idea of abandoning permanent employment and striking out on one&amp;#39;s own has been a popular topic in water cooler conversations among the technology folks. Typically following the &amp;quot;they don&amp;#39;t get it&amp;quot; or &amp;quot;I&amp;#39;m working for a moron&amp;quot; kind of an assertion, the daydreams of not giving a proverbial rodent&amp;#39;s derriere (I never understood this saying… who&amp;#39;d want it?) and the alluring but exaggerated virtues of tax advantages have driven more than one IT staffer to salivate on the job.&lt;p&gt;Some moved past daydreaming and became contractors. These folks make a good living and are used to moving on to another gig every few months. Others have left their full-time job and built a viable business - a consultancy, a development shop or just something altogether different.&lt;p&gt;The economic tribulations and the shrinking pool of employment opportunities of the past three years have led to a couple of different phenomena. There is the forced entrepreneurship by the people who were pushed out of permanent employment and couldn&amp;#39;t find a job. Out comes the Nana&amp;#39;s recipe book and yet another cake shop on the street. Or another &amp;quot;social media expert.&amp;quot;&lt;p&gt;Then, there&amp;#39;s the opposite. With the economy in the shape it is today, people stay on despite being miserable in their current job; putting bread on the table usually beats &amp;quot;I can&amp;#39;t stand it&amp;quot; hands down. According to recently published research by Mercer: &amp;quot;Nearly one in three (32%) U.S. workers is seriously considering leaving his or her organization at the present time, up sharply from 23% in 2005. Meanwhile, another 21% are not looking to leave but view their employers unfavorably and have rock-bottom scores on key measures of engagement, a term that describes a combination of an employee&amp;#39;s loyalty, commitment and motivation.&amp;quot;&lt;p&gt;If you&amp;#39;re a leader in charge of people, project these results onto your own group, department or company, and reflect. If you haven&amp;#39;t cringed, you yourself have probably checked out. Clearly, it&amp;#39;s impossible to conduct business successfully in these circumstances.&lt;p&gt;Is there anything you could do to fix it?&lt;p&gt;It turns out that you can. I&amp;#39;ll show you how to create a dynamic, exciting, motivating environment in an otherwise unexciting, underperforming or stodgy organization. Think of it as of a lush oasis in the dustiest of deserts.&lt;p&gt;What motivates?&lt;p&gt;The study of the forces behind human motivation has occupied the minds of great many thinkers. From the original work of Maslow, McGregor and Herzberg to the recent not-so-original but popular interpretations, the subject hasn&amp;#39;t neglected.&lt;p&gt;Motivation is intrinsic. It varies from individual to individual and what motivates one person would not move another. There are some commonalities, though:&lt;p&gt;Money is never a motivator. However, lack of money is a demotivator.&lt;p&gt;People are motivated by applying their abilities to the fullest. Underutilization is a demotivator.&lt;p&gt;Most are motivated by work that creates tangible results, especially if those results are born out of innovation, a new approach or a great idea.&lt;p&gt;Being engaged in decision making, especially around the choices of how to do work, is a great motivator. Being told how to do it, which is far too common, will at best yield mere compliance.&lt;p&gt;People are motivated by doing work that aligns with their values and beliefs.&lt;p&gt;Too much stress petrifies. Too little stress leads to sloth, procrastination and the sense of entitlement.&lt;p&gt;Necessary conditions&lt;p&gt;Three conditions must be met for you to be successful at motivating your team:&lt;p&gt;You are a leader formally in charge of a group of people of any size. You may be successful if you are attempting it as an individual contributor; it is just that the scope of impact will be limited to one person - you.&lt;p&gt;You are not averse to the business or the business practices of the organization. This is very important. I once knew a woman employed by a military contractor. She was torn between the need to provide for the family and the misalignment of her personal beliefs with the business of her employer.&lt;p&gt;You have a reasonably good relationship with your immediate superior that allows for some latitude in how you structure your team and its work.&lt;p&gt;Twenty things to start doing right away&lt;p&gt;Be enthusiastic.&lt;p&gt;Think big. Act on big and small opportunities alike.&lt;p&gt;Learn to translate aspirations, needs and vision of the broader organization into tangible results you can deliver or facilitate.&lt;p&gt;Discover aspirations, needs, and vision even if they&amp;#39;re not explicitly stated. See it before everyone else does.&lt;p&gt;Practice corporate entrepreneurship; determine what the right outcomes are without regard to resources you have on hand.&lt;p&gt;Connect and spend time with key decision makers and strategists within your organization. Ask questions about their plans, needs and aspirations. Listen. Learn.&lt;p&gt;Organize your work life so that you spend time on what&amp;#39;s important, not what landed on your desk. Delegate in all directions.&lt;p&gt;Demand that your team members bring you solutions to problems, not the problems themselves. The former motivates and empowers them; the latter are major downers for all involved.&lt;p&gt;Solicit input of your team members on strategic directions. Even the act itself is motivating, and you will see a high degree of engagement when it&amp;#39;s time to execute the common vision.&lt;p&gt;Encourage and empower your team member to decide how to go about their work within the guidelines and expectations you define.&lt;p&gt;Develop the sense of shared meaning within your team.&lt;p&gt;Communicate with your team members frequently and openly. Always take the time to explain strategic decisions.&lt;p&gt;Notice and reward &amp;quot;positive deviance&amp;quot; - new practices that yield superior results.&lt;p&gt;Pose challenging questions to your team. Notice and reward volition to find answers.&lt;p&gt;Always be on a lookout for innovation in your industry and profession.&lt;p&gt;Further, be aware that really exciting breakthroughs come from the cross-application of approaches and methods from other realms.&lt;p&gt;Reward results, not the time, effort and cost expended. Too often, managers believe that their job is to generate action, whereas it is to create results.&lt;p&gt;Take every opportunity to promote your team within the organization. Share results, lessons learned and new practices. Utilize internal publications, town-hall meetings, newsletters and so on.&lt;p&gt;Position your team members as ultimate experts within the organization. Set up mentoring and communities of practice around their expertise.&lt;p&gt;Become industry experts. Take leadership positions in professional bodies. Write in professional publications.&lt;p&gt;Ten things to stop doing right away&lt;p&gt;Stop lamenting about impediments, barriers, morons at the helm, lack of time and such other.&lt;p&gt;Do not get hung up on details.&lt;p&gt;Do not allow pessimists, doomsayers and curmudgeons near your team. They will suck the life out of you.&lt;p&gt;Stop procrastination and don&amp;#39;t tell me you don&amp;#39;t have time to do this.&lt;p&gt;Stop being in love with your methodology, processes and tools. Challenge them instead.&lt;p&gt;Stop censoring ideas.&lt;p&gt;Stop telling your people how to do their job. Instead, set expectations of results.&lt;p&gt;If something is old or new, or fashionable does not make it right. Eschew fads.&lt;p&gt;Stop punishing mistakes, unless they are a result of sloth or overt sloppiness.&lt;p&gt;Stop limiting yourself with arbitrary timelines, goals and beliefs. Run through the finish line. Exceed your own expectations.&lt;p&gt;How will you know that you have succeeded?&lt;p&gt;You will be talked about.&lt;p&gt;You will get inquiries about vacancies on your team, internally and externally.&lt;p&gt;You will see your employees engaged and genuinely interested in their work.&lt;p&gt;You will deliver or enable exciting results.&lt;br&gt;$&lt;p&gt;&lt;a href="http://m.techrepublic.com/blog/tech-manager/want-to-motivate-your-team-here-are-20-things-to-start-doing-now/7021"&gt;http://m.techrepublic.com/blog/tech-manager/want-to-motivate-your-team-here-are-20-things-to-start-doing-now/7021&lt;/a&gt;&lt;br&gt;build, access and manage your IT infrastructure and web applications&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-6532217778396749807?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6532217778396749807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6532217778396749807'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/12/want-to-motivate-your-team-here-are-20.html' title='Want to motivate your team? Here are 20 things to start doing now'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-4296005340310287758</id><published>2011-11-30T05:52:00.001+07:00</published><updated>2011-11-30T05:55:15.195+07:00</updated><title type='text'>SELAMAT KEPADA PT VISIONET INTERNASIONAL</title><content type='html'>PT VISIONET INTERNASIONAL MEMILIH MENGGUNAKAN APPLICATION MANAGER UNTUK MONITORING APLIKASI&lt;br /&gt;&lt;br /&gt;KAMI SENANG MELAYANI ANDA&lt;br /&gt;&lt;br /&gt;&lt;div class="pL_40 solutionbannerbg"&gt;            &lt;div class="w450 fl mt40 pt15"&gt;             &lt;h1 class="solutionsbhead mt15"&gt;Application Performance Management&lt;/h1&gt;&lt;div class=" mT6 block"&gt;IT’s new day for applications performance and availability with ManageEngine Applications Manager&lt;/div&gt;&lt;ul class="netowrklist"&gt;&lt;li&gt;&lt;strong class="fl w120"&gt;Resolve&lt;/strong&gt; &lt;span class="fl pR10"&gt;-&lt;/span&gt; application outages quickly &lt;/li&gt;&lt;li&gt;&lt;strong class="fl w120"&gt;Troubleshoot&lt;/strong&gt; &lt;span class="fl pR10"&gt;-&lt;/span&gt; performance bottlenecks &lt;/li&gt;&lt;li&gt;&lt;strong class="fl w120"&gt;Get the visibility&lt;/strong&gt; &lt;span class="fl pR10"&gt;-&lt;/span&gt; you need&lt;/li&gt;&lt;li&gt;&lt;strong class="fl w120"&gt;Control&lt;/strong&gt; &lt;span class="fl pR10"&gt;-&lt;/span&gt; your business infrastructure&lt;/li&gt;&lt;/ul&gt;&lt;strong class="mb20 fl"&gt;&lt;/strong&gt;                &lt;/div&gt;&lt;div class="fr mt10 mB30 mR35"&gt;&lt;img src="http://www.manageengine.com/images/appm-bnr.png" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-4296005340310287758?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4296005340310287758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4296005340310287758'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/selamat-kepada-pt-visionet.html' title='SELAMAT KEPADA PT VISIONET INTERNASIONAL'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-3344929035360785574</id><published>2011-11-30T05:48:00.001+07:00</published><updated>2011-11-30T05:52:01.777+07:00</updated><title type='text'>SELAMAT KEPADA KLIRING BERJANGKA INDONESIA</title><content type='html'>SELAMAT KEPADA KLIRING BERJANGKA INDONESIA YANG TELAH MEMILIH MENGGUNAKAN OPMANAGER DAN ENVIROMUX. KOMBINASI PERANGKAT MONITORING LINGKUNGAN (ENVIRONMENT MONITORING SYSTEM) YANG TERINTEGRASI DENGAN NETWORK MONITORING SYSTEM OPMANAGER.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="head" style="font-family: inherit;"&gt;&lt;span style="font-size: large;"&gt;OpManager is a complete, end-to-end&amp;nbsp;&lt;/span&gt;&lt;h1&gt;&lt;span style="font-size: large;"&gt;network monitoring software&lt;/span&gt;&lt;/h1&gt;&lt;/div&gt;&lt;div align="justify" style="font-family: inherit;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="float: left;"&gt;that offers advanced&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;h2 style="font-family: inherit;"&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;fault and performance management&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;functionality across critical IT resources such as routers, WAN links, switches, firewalls, VoIP call paths, physical servers, virtual servers, domain controllers &amp;amp; other IT infrastructure devices.Further the network monitoring software, combines an easy-to-use interface that lets you quickly deploy the product for production and also apply your organization's monitoring policies across multiple devices quickly.&lt;br /&gt;&lt;div align="center" id="container"&gt;&lt;div class="ad-gallery" id="gallery"&gt;&lt;div class="ad-controls"&gt;&lt;div class="ad-info"&gt;1 / 13&lt;/div&gt;&lt;/div&gt;&lt;div class="ad-image-wrapper"&gt;&lt;div class="ad-image" style="height: 364.345px; left: 0px; top: 31.3273px; width: 600px;"&gt;&lt;img height="364" src="http://www.manageengine.com/network-monitoring/images/screenshot/network-monitoring-dashboards.jpg" width="600" /&gt;&lt;div class="ad-image-description" style="width: 586px;"&gt;&lt;strong class="ad-description-title"&gt;Network Monitoring Dashboards&lt;/strong&gt;&lt;span&gt;As soon as you login, OpManager’s customizable dashboard gives you an immediate snapshot of your complete network health and devices that need your attention.  Over 100 widgets provide you the real flexibility and insights you need to manage your network.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="headcont"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="greenBg" style="padding-left: 20px;"&gt;A single pane of glass for complete network monitoring&lt;/div&gt;&lt;div class="headcont"&gt;&amp;nbsp;&lt;/div&gt;&lt;h2 class="heading"&gt;&lt;a href="http://www.manageengine.com/network-monitoring/network-performance-management.html" title="Network Performance Monitoring"&gt;Network Performance Monitoring&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.manageengine.com/network-monitoring/router-monitoring.html" title="Monitor availability and performance"&gt;Monitor availability and performance&lt;/a&gt;, analyze traffic usage and &lt;a href="http://www.manageengine.com/network-monitoring/router-monitoring.html" title="manage configurations for routers, switches, firewalls"&gt;manage configurations for routers, switches, firewalls&lt;/a&gt;, WAN accelerators, wireless access points.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.manageengine.com/network-monitoring/cisco.html" title="Get granular information for your Cisco networks"&gt;Get granular information for your Cisco networks&lt;/a&gt;; Leverage Cisco's &lt;a href="http://www.manageengine.com/network-monitoring/network-traffic-analysis.html" title="NetFlow"&gt;NetFlow&lt;/a&gt;, NBAR, CBQoS for &lt;a href="http://www.manageengine.com/network-monitoring/network-traffic-analysis.html" title="Traffic Analysis"&gt;Traffic Analysis&lt;/a&gt;, Cisco IP SLA for &lt;a href="http://www.manageengine.com/network-monitoring/wan-management.html" title="WAN monitoring"&gt;WAN monitoring&lt;/a&gt; and &lt;a href="http://www.manageengine.com/network-monitoring/voip-monitor.html" title="VoIP monitoring"&gt;VoIP monitoring&lt;/a&gt;, CDP for &lt;a href="http://www.manageengine.com/network-monitoring/network-mapping.html" title="L2/l3 network mapping"&gt;L2⁄ L3 network mapping&lt;/a&gt;, in addition to the regular SNMP based &lt;a href="http://www.manageengine.com/network-monitoring/network-performance-management.html" title="performance monitoring"&gt;performance monitoring&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/syslog-monitoring.html" title="Syslog"&gt;Syslog&lt;/a&gt; and &lt;a href="http://www.manageengine.com/network-monitoring/fault-monitoring.html" title="SNMP Trap processing"&gt;SNMP Trap processing&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;h2 class="heading"&gt;&lt;a href="http://www.manageengine.com/network-monitoring/server-performance-management.html" title="Server Performance Monitoring"&gt;Server Performance Monitoring&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.manageengine.com/network-monitoring/server-monitoring.html" title="Monitor server performance"&gt;Monitor server performance&lt;/a&gt; across multiple OSes; Supports monitoring Windows, Linux, Solaris, HP UX, IBM AIX servers (leverages SNMP, WMI &amp;amp; CLI for monitoring).&lt;/li&gt;&lt;li&gt;Monitor server virtualization; Supports &lt;a href="http://www.manageengine.com/network-monitoring/vmware-monitoring.html" title="VMware monitoring"&gt;VMware&lt;/a&gt; and &lt;a href="http://www.manageengine.com/network-monitoring/hyperv-monitoring.html" title="Hyper-V Monitoring"&gt;Hyper-V&lt;/a&gt;: Monitors over 100 deep performance metrics by leveraging VMware’s API and WMI.&lt;/li&gt;&lt;li&gt;Monitor essential Microsoft services or applications viz. &lt;a href="http://www.manageengine.com/network-monitoring/exchange-monitoring.html" title="Exchange monitoring"&gt;Exchange monitoring&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/activedirectory-monitoring.html" title="Active Directory monitoring"&gt;Active Directory monitoring&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/mssql-monitoring.html" title="MS SQL monitoring"&gt;MS SQL monitoring&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.manageengine.com/network-monitoring/service-monitoring.html" title="Monitor Services"&gt;Monitor Servers&lt;/a&gt; for &lt;a href="http://www.manageengine.com/network-monitoring/cpu-memory-disk.html" title="CPU, Memory and Disk Utilization"&gt;CPU, Memory and Disk Utilization&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/service-monitoring.html" title="Services"&gt;Services&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/windowsservices-monitoring.html" title="Windows Services"&gt;Windows Services&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/process-monitoring.html" title="Processes"&gt;Processes&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/script-monitoring.html" title="Custom scripts"&gt;Custom scripts&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/url-monitoring.html" title="URLs (HTTP/HTTPs)"&gt;URLs (HTTP⁄ HTTPs)&lt;/a&gt;, Files⁄ Folders at no extra cost.&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://www.manageengine.com/network-monitoring/printer-monitoring.html" title="Monitor your other infrastructure devices"&gt;Monitor other infrastructure devices&lt;/a&gt; like Load Balancers, Temperature Sensors, IP Cameras, &lt;a href="http://www.manageengine.com/network-monitoring/printer-monitoring.html" title="Printers"&gt;Printers&lt;/a&gt; &amp;amp; more. supports custom SNMP &amp;amp; WMI monitors.&lt;br /&gt;&lt;div class="heading"&gt;Be the first to know before it affects your end user&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Spot network hiccups proactively. Get alerted through &lt;a href="http://www.manageengine.com/network-monitoring/fault-monitoring.html#Alerts" title="Email"&gt;email&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/sms-plugin.html" title="Text message"&gt;text message&lt;/a&gt; to your mobile phone, &lt;a href="http://www.manageengine.com/network-monitoring/network-management-console.html" title="Customizable Dashboard"&gt;customizable dashboard&lt;/a&gt; view, &lt;a href="http://www.manageengine.com/network-monitoring/network-mapping.html#custom-groups" title="Custom Maps &amp;amp; Groups"&gt;custom maps &amp;amp; groups&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/fault-monitoring.html#Alerts" title="Web Alerts"&gt;web alerts&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/smartphone-gui.html" title="Smart phone GUI"&gt;Smartphone GUI&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/fault-monitoring.html" title="Alert escalation"&gt;alert escalation&lt;/a&gt; &amp;amp; more.&lt;/li&gt;&lt;li&gt;Process network events viz., &lt;a href="http://www.manageengine.com/network-monitoring/eventlog-monitoring.html" title="Windows Event Log Monitoring"&gt;Windows event log monitoring&lt;/a&gt;, s&lt;a href="http://www.manageengine.com/network-monitoring/syslog-monitoring.html" title="Syslog monitoring"&gt;yslog monitoring&lt;/a&gt; &amp;amp; &lt;a href="http://www.manageengine.com/network-monitoring/fault-monitoring.html" title="SNMP trap processing"&gt;SNMP trap monitoring&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Avert false positives using &lt;a href="http://www.manageengine.com/network-monitoring/network-fault-management.html" title="advanced fault management"&gt;advanced fault management&lt;/a&gt; functionality viz., device dependency configuration, downtime scheduler and alarm suppression.&lt;/li&gt;&lt;/ul&gt;&lt;div class="heading"&gt;Troubleshoot and resolve network issues instantly&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Dive deep into network troubleshooting with wide collection of useful&lt;h2&gt;&lt;a href="http://www.manageengine.com/network-monitoring/network-monitoring-tools.html" title="network monitoring tools"&gt;network monitoring tools&lt;/a&gt;&lt;/h2&gt;; &lt;a href="http://www.manageengine.com/network-monitoring/real-time-network-monitoring.html" title="Real Time Graph"&gt;Real Time Graph&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/networking-tools.html" title="Switch Port Mapper"&gt;Switch Port Mapper&lt;/a&gt;, &lt;a href="http://www.manageengine.com/network-monitoring/smartphone-gui.html" title="Remote Connection to servers"&gt;Remote Connection to servers&lt;/a&gt; &amp;amp; &lt;a href="http://www.manageengine.com/network-monitoring/networking-tools.html" title="SNMP MIB browser"&gt;SNMP MIB browser&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Orchestrate routine IT management tasks and first level fault troubleshooting with &lt;a href="http://www.manageengine.com/network-monitoring/it-workflow-automation.html" title="IT workflow automation"&gt;IT workflow automation&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Automate fault remediation; trigger self–healing scripts or patches. &lt;a href="http://www.manageengine.com/network-monitoring/helpdesk-integration.html" title="Integrate with your helpdesk"&gt;Integrate with your helpdesk&lt;/a&gt; for automatic trouble ticketing.&lt;/li&gt;&lt;/ul&gt;&lt;div class="heading"&gt;Live Network maps&lt;/div&gt;&lt;ul&gt;&lt;li&gt;A live graphical representation of your complete &lt;a href="http://www.manageengine.com/network-monitoring/network-mapping.html" title="network diagram"&gt;network diagram&lt;/a&gt; that helps you quickly spot network performance bottlenecks.&lt;/li&gt;&lt;/ul&gt;&lt;div class="heading"&gt;&lt;a href="http://www.manageengine.com/network-monitoring/network-performance-reporting.html" title="Powerful network reports"&gt;Powerful network reports&lt;/a&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Get insights on network performance, &lt;a href="http://www.manageengine.com/network-monitoring/network-reports.html" title="usage trends"&gt;usage trends&lt;/a&gt; and capacity with &lt;a href="http://www.manageengine.com/network-monitoring/network-performance-reports.html" title="over 100 out-of-the-box reports"&gt;over 100 out-of-the-box reports&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Share reports with your peers periodically using &lt;a href="http://www.manageengine.com/network-monitoring/network-reporting.html" title="schedule Email reports"&gt;schedule Email reports&lt;/a&gt;; supports XLS, PDF and HTML formats.&lt;/li&gt;&lt;li&gt;Get insights on which devices contributed to the SLA breach using the manager’s dashboard or &lt;a href="http://www.manageengine.com/network-monitoring/align-it-to-business.html" title="Service Level Management"&gt;Service Level Management&lt;/a&gt; (SLM) reports.&lt;/li&gt;&lt;/ul&gt;&lt;div class="heading"&gt;Enterprise ready network management&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Scale over 50,000 Interfaces or 5000 devices using a single &lt;a href="http://www.manageengine.com/network-monitoring/enterprise-network-monitoring.html" title="enterprise network monitoring"&gt;enterprise network monitoring&lt;/a&gt; console.&lt;/li&gt;&lt;li&gt;Designed to adapt &lt;a href="http://www.manageengine.com/network-monitoring/enterprise-network-monitoring.html" title="distributed network monitoring"&gt;distributed network monitoring&lt;/a&gt; with robust probe- central architecture.&lt;/li&gt;&lt;li&gt;Ensure high availability using &lt;a href="http://www.manageengine.com/network-monitoring/network-monitor-failover.html" title="hot-standby or Failover engine"&gt;hot-standby or Failover engine&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Scale to your growing enterprise network monitoring needs. &lt;a href="http://www.manageengine.com/network-monitoring/switch-to-enterprise.html"&gt;Switch an existing standalone version to enterprise edition remote monitoring probe&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;div class="heading"&gt;Extend the power of OpManager&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Customize OpManager to suit to your network monitoring needs; Choose the ones you need from our wide collection of &lt;a href="http://www.manageengine.com/network-monitoring/opmanager-addons.html?1" title="Add-ons"&gt;OpManager add-ons&lt;/a&gt; and &lt;a href="http://www.manageengine.com/network-monitoring/opmanager-addons.html?2" title="plug-ins"&gt;plug-ins&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Make OpManager as your IT management hub; &lt;a href="http://www.manageengine.com/network-monitoring/integration.html" title="Integrate seamlessly with other ManageEngine products"&gt;Integrate seamlessly with other ManageEngine products&lt;/a&gt; or with third party network management tools with &lt;a href="http://api.opmanager.com/" title="REST API"&gt;REST API&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;div class="heading"&gt;Deploy to production in minutes&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Deploy OpManager in less than an hour with &lt;a href="http://www.manageengine.com/network-monitoring/network-device-discovery.html" title="automatic network discovery"&gt;automatic network discovery&lt;/a&gt; and classification using wide collection of &lt;a href="http://www.manageengine.com/network-monitoring/network-monitor-templates.html" title="monitoring tem plates for devices"&gt;monitoring templates for devices&lt;/a&gt; and &lt;a href="http://www.manageengine.com/network-monitoring/interface-monitor-templates.html" title="interfaces"&gt;interfaces&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Manage your network easily with industry standard monitoring and management protocols.&lt;/li&gt;&lt;li&gt;Quickly apply your company's monitoring policies across multiple devices using &lt;a href="http://www.manageengine.com/network-monitoring/bulk-configuration-tool.html" title="Quick Configuration Wizards, Templates and Views"&gt;quick configuration wizards, templates and views&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Zero consultation required to get it up and running.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-3344929035360785574?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/3344929035360785574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/3344929035360785574'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/selamat-kepada-kliring-berjangka.html' title='SELAMAT KEPADA KLIRING BERJANGKA INDONESIA'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-315726246139797106</id><published>2011-11-30T05:47:00.001+07:00</published><updated>2011-11-30T05:48:35.622+07:00</updated><title type='text'>SELAMAT KEPADA PLN BALI</title><content type='html'>SELAMAT KEPADA PLN WILAYAH BALI YANG TELAH MEMILIH NETFLOW ANALYZER UNTUK MONITORING BANDWIDTH&lt;br /&gt;&lt;br /&gt;KAMI SENANG MELAYANI ANDA..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 align="center" class="head"&gt;NetFlow Analyzer 9.5 LAUNCHED!&lt;br /&gt;Get &lt;a href="http://www.manageengine.com/products/netflow/medianet-reports.html"&gt;Medianet reporting&lt;/a&gt; for FREE! &lt;a href="http://www.manageengine.com/products/netflow/service-packs.html"&gt;Upgrade Now!&lt;/a&gt;&lt;/h2&gt;NetFlow Analyzer, a complete &lt;a href="http://www.manageengine.com/products/netflow/netflow-traffic-analysis.html" target="_blank" title="Traffic Analytics Tool"&gt;traffic anaytics tool&lt;/a&gt;, leverages &lt;a href="http://www.manageengine.com/products/netflow/cisco-netflow.html" target="_blank" title="Cisco NetFlow"&gt;flow technologies&lt;/a&gt; to provide real time visibility into the network bandwidth performance. NetFlow Analyzer, primarily a &lt;a href="http://www.manageengine.com/products/netflow/bandwidth-monitoring.html" target="_blank" title="Bandwidth Monitoring Tool"&gt;bandwidth monitoring tool&lt;/a&gt;, has been optimizing thousands of networks across the World by giving holistic view about their network bandwidth and traffic patterns.&lt;br /&gt;NetFlow Analyzer is a &lt;a href="http://www.manageengine.com/products/netflow/network-behavior-analysis-using-advanced-security-analytics-module.html" target="_blank" title="synergy"&gt;unified solution&lt;/a&gt; that collects, analyzes and reports about what your network bandwidth is being used for and by &lt;a href="http://www.manageengine.com/products/netflow/Department-wise-bandwidth-monitoring-using-netflow-analyzer.html" target="_blank" title="IP groups"&gt;whom&lt;/a&gt;. NetFlow Analyzer is the trusted partner optimizing the bandwidth usage of over a million interfaces worldwide apart from performing network forensics and network traffic analysis.&lt;br /&gt;&lt;div class="headcont"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="greenBg"&gt;Get to the root of traffic analysis using NetFlow Analyzer&lt;/div&gt;&lt;div class="headcont"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="middlecont"&gt;&lt;h2 class="mZero"&gt;&lt;a href="http://www.manageengine.com/products/netflow/bandwidth-monitoring.html" target="_blank" title="Bandwidth Monitoring &amp;amp; Traffic Analysis"&gt;Bandwidth Monitoring &amp;amp; Traffic Analysis&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.manageengine.com/products/netflow/netflow-analyzer-reports.html" target="_blank" title="Monitor bandwidth"&gt;Monitor network bandwidth&lt;/a&gt; and &lt;a href="http://www.manageengine.com/products/netflow/optimize-performance.html" target="_blank"&gt;traffic patterns&lt;/a&gt; at an interface-specific level&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.manageengine.com/products/netflow/bandwidth-reports.html" target="_blank" title="Bandwidth reports"&gt;Drill down&lt;/a&gt; into interface level details to discover traffic patterns and device performance. &lt;/li&gt;&lt;li&gt;Get&lt;a href="http://www.manageengine.com/products/netflow/network-traffic-monitor.html" target="_blank" title="Monitor Network Traffic"&gt; real-time insight &lt;/a&gt;into your network bandwidth with one minute granularity reports.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;a href="http://www.manageengine.com/products/netflow/network-behavior-analysis-using-advanced-security-analytics-module.html?ind" target="_blank" title="Network Security"&gt;Network Forensics and Security Analysis&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Detect a broad spectrum of external and internal security threats using &lt;a href="http://www.manageengine.com/products/netflow/asam-continuous-stream-mining-engine.html" target="_blank" title="Continuous Stream Mining Engine technology"&gt;Continuous Stream Mining Engine technology&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Track &lt;a href="http://www.manageengine.com/products/netflow/advanced-security-analytics-module-security-snapshot.html" target="_blank" title="Track Network Anamolies"&gt;network anomalies&lt;/a&gt; that surpass your network firewall. &lt;/li&gt;&lt;li&gt;Identify &lt;a href="http://www.manageengine.com/products/netflow/advanced-security-analytics-module-benefits.html" target="_blank" title="Network Security"&gt;context-sensitive anomalies&lt;/a&gt; and zero-day intrusions using NetFlow Analyzer.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;a href="http://www.manageengine.com/products/netflow/nbar-monitor.html" title="NBAR"&gt;Intelligent Application Monitoring&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Recognize and classify &lt;a href="http://www.manageengine.com/products/netflow/nbar-monitor.html" target="_blank" title="Bandwidth Monitor"&gt;non-standard applications&lt;/a&gt; that hog your network bandwidth using NetFlow Analyzer.&lt;/li&gt;&lt;li&gt;Examine a &lt;a href="http://www.manageengine.com/products/netflow/nbar.html" target="_blank" title="Traffic Analysis"&gt;designated router interface &lt;/a&gt;and identify the type of application and its associated traffic.&lt;/li&gt;&lt;li&gt;NetFlow Analyzer leverages on &lt;a href="http://www.manageengine.com/products/netflow/nbar-monitor.html" target="_blank" title="Cisco NBAR"&gt;Cisco NBAR&lt;/a&gt; to give you deep visibility into layer 7 traffic and recognize applications that use dynamic port numbers or hide behind well-known ports.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;a href="http://www.manageengine.com/products/netflow/cbqos.html" title="Cisco CBQOS"&gt;Valdiate QoS policies using Cisco CBQoS&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Prioritize &lt;a href="http://www.manageengine.com/products/netflow/cbqos.html" target="_blank" title="Cisco CBQoS"&gt;business-critical applications&lt;/a&gt; and ensure correctness of QoS policies applied using Cisco CBQoS.&lt;/li&gt;&lt;li&gt;Validate the effectiveness of &lt;a href="http://www.manageengine.com/products/netflow/help/class-based-qos/whatiscbqos.html" target="_blank" title="Cisco CBQoS"&gt;CBQoS policies&lt;/a&gt; applied, with reports on pre and post policy traffic, class-wise drops and queuing information per class.&lt;/li&gt;&lt;li&gt;Achieve deep visibility through child policy and "match-statement" &lt;a href="http://www.manageengine.com/products/netflow/netflow-reports.html" target="_blank" title="NetFlow Reports"&gt;reporting&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;a href="http://www.manageengine.com/products/netflow/ipsla-monitor.html" title="Cisco IP SLA"&gt;Monitor Voice and Data effectively&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Analyze IP service levels for network-based applications and services using NetFlow Analyzer &lt;a href="http://www.manageengine.com/products/netflow/ipsla-monitor.html" target="_blank" title="IP SLA monitor"&gt;IP SLA monitor&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Ensure high level of &lt;a href="http://www.manageengine.com/products/netflow/wan-rtt-monitor.html?" target="_blank" title="WAN Monitor"&gt;data&lt;/a&gt; and voice communication quality using Cisco IP SLA technology.&lt;/li&gt;&lt;li&gt;Keep a tab on key performance metrics of &lt;a href="http://www.manageengine.com/products/netflow/voip-monitor.html" target="_blank" title="VoIP Monitor"&gt;voice&lt;/a&gt; and data traffic.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;a href="http://www.manageengine.com/products/netflow/capacity-planning-reports.html" title="Capacity Planning and Billing"&gt;Capacity Planning and Billing&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Make informed decisions on your bandwidth growth using &lt;a href="http://www.manageengine.com/products/netflow/capacity-planning-reports.html" target="_blank" title="capacity planning reports"&gt;capacity planning reports&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Measure your bandwidth growth over a period time with long term reporting&lt;/li&gt;&lt;li&gt;Accurate trend over extended historic periods.&lt;/li&gt;&lt;li&gt;Generate &lt;a href="http://www.manageengine.com/products/netflow/usage-based-billing.html" target="_blank" title="Billing and Capacity Planning"&gt;on-demand billing&lt;/a&gt; for accounting and departmental chargebacks.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;a href="http://www.manageengine.com/products/netflow/netflow-monitoring.html" target="_blank" title="NetFlow Monitoring"&gt;Multivendor Support &amp;amp; Flow Technology&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Collect, Analyze flows from major devices like Cisco, 3COM, Juniper, Foundry Networks, Hewlett-Packard, extreme and other &lt;a href="http://www.manageengine.com/products/netflow/supported-devices.html" target="_blank" title="Supported Devices"&gt;leading vendors&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Report on all major flow formats like &lt;a href="http://www.manageengine.com/products/netflow/cisco-netflow.html" target="_blank" title="Cisco NetFlow"&gt;NetFlow,&lt;/a&gt; sFlow , cflow, J-Flow , FNF, IPFIX, NetStream, Appflow and so on.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-315726246139797106?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/315726246139797106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/315726246139797106'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/selamat-kepada-pln-bali.html' title='SELAMAT KEPADA PLN BALI'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-6286793592691981636</id><published>2011-11-30T05:15:00.001+07:00</published><updated>2011-11-30T05:16:45.550+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='3CX'/><category scheme='http://www.blogger.com/atom/ns#' term='call center'/><title type='text'>SELAMAT KEPADA PT MCOINASIA</title><content type='html'>Selamat kepada MCOINASIA yang telah berhasil mengimplementasikan CALL CENTER dengan menggunakan solusi 3CX, kami senang melayani Anda..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1&gt;Reach New Levels of Customer Service with the 3CX Call Center Module&lt;/h1&gt;In today's cut throat market, businesses of all sizes must be seen to be providing superior customer service to their existing and potential customers.&lt;img align="right" alt="" border="0" height="248" src="http://www.3cx.com/call-center/images/call-center-features.jpg" style="margin-left: 5px;" width="218" /&gt;&lt;br /&gt;Traditional proprietary PBX's with call centre functionality have proven to be either too expensive or difficult to set up. The 3CX Call Center module changes this as it provides professional call center features at an affordable price, allowing your business to focus on providing the best possible customer service.&lt;br /&gt;&lt;strong&gt;Key 3CX Call Center Features:&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Advanced Real time Queue Statistics&lt;ul&gt;&lt;li&gt;Monitor queue status &lt;/li&gt;&lt;li&gt;Review the number of callers in a queue &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Advanced Agent Statistics&lt;ul&gt;&lt;li&gt;Log agents in and out of queues &lt;/li&gt;&lt;li&gt;Time an agent logged in/out of the queue &lt;/li&gt;&lt;li&gt;Review the number of answered/unanswered calls &lt;/li&gt;&lt;li&gt;Average and longest wait time and more &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Call Back Feature&lt;ul&gt;&lt;li&gt;Allow your customers to hang up and retain their position in the queue &lt;/li&gt;&lt;li&gt;The customer is called back when an agent becomes available &lt;/li&gt;&lt;li&gt;Call back notification emails are sent to the supervisor &amp;nbsp; &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Additional Queue Strategies&lt;ul&gt;&lt;li&gt;Round Robin &lt;/li&gt;&lt;li&gt;Longest Waiting &lt;/li&gt;&lt;li&gt;Least Talk Time &lt;/li&gt;&lt;li&gt;Fewest Answered &lt;/li&gt;&lt;li&gt;Hunt By Threes - Random &lt;/li&gt;&lt;li&gt;Hunt By Threes - Prioritized &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;SLA Alerts&lt;ul&gt;&lt;li&gt;Supervisors and managers can be notified when callers have to wait beyond a configurable amount of time &lt;/li&gt;&lt;li&gt;Events are logged in order to meet customer service requirements &lt;/li&gt;&lt;li&gt;SLA notification emails are sent to the supervisor &amp;nbsp; &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Listen in&lt;ul&gt;&lt;li&gt;Supervisors can screen calls by listening in without the agent and caller knowing about it &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Listen and Whisper&lt;ul&gt;&lt;li&gt;The supervisor may need to relate some important information to the agent without the customer hearing &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Barge in&lt;ul&gt;&lt;li&gt;The supervisor can enter the call and assist the agent and customer &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;All the above features make it possible for your business to dramatically increase its employees productivity and boost sales at an affordable price.&lt;br /&gt;&lt;strong&gt;No Install Necessary!&lt;/strong&gt;&lt;br /&gt;The 3CX Call Center module comes as a license key upgrade to 3CX Phone System. Simply reactivate your 3CX Phone System and bring to life call centre features.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-6286793592691981636?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6286793592691981636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6286793592691981636'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/selamat-kepada-pt-mcoinasia.html' title='SELAMAT KEPADA PT MCOINASIA'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-8663859424935498088</id><published>2011-11-30T05:12:00.001+07:00</published><updated>2011-11-30T05:12:47.479+07:00</updated><title type='text'>Application Manager dan VMWare vFabric</title><content type='html'>&lt;div style="height: 35px;"&gt;&lt;div class="innerhead" style="float: left;"&gt;&lt;h1&gt;VMware vFabric tc Server Monitoring&lt;/h1&gt;&lt;/div&gt;&lt;/div&gt;&lt;b&gt;Ensure high performance of tc Server and Spring applications&lt;/b&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;A web application server based on the open-source Apache Tomcat, VMware vFabric tc Server is the choice of the industry today for building and running modern virtual and cloud applications.It is the runtime server which is part of the vFabric cloud application platform. Also with the built-in Spring applications, vFabric tc Server has been successful in satisfying the needs of numerous IT and application operation teams. ManageEngine Applications Manager helps in monitoring the performance and availability of the vFabric tc Server and Spring applications, thus ensuring your business-critical cloud services perform as expected.&lt;br /&gt;Applications Manager monitors the critical components of the vFabric tc Server to detect any performance problems. It delivers proactive alarm notifications, triggering appropriate actions and empowering the operators with drill-down analysis and reporting. It also provides visibility into the performance of the Spring-powered cloud applications deployed in the vFabric tc Server.&lt;br /&gt;When combined with Applications Manager's out-of-the-box monitoring support for &lt;a href="http://www.manageengine.com/products/applications_manager/vmware-monitoring.html"&gt;VMware servers&lt;/a&gt; and &lt;a href="http://www.manageengine.com/products/applications_manager/cloud-monitoring.html"&gt;cloud instances&lt;/a&gt;, the tc Server monitoring capability becomes even more useful.&lt;br /&gt;&lt;div id="example"&gt;&lt;div id="wrap"&gt;&lt;div id="slide"&gt;&lt;div id="p1" style="left: 0px;"&gt;&lt;h1&gt;Track the Memory Usage of your vFabric tc Server&lt;/h1&gt;Gain insight into the memory usage and get notified before the server runs out of memory.&lt;br /&gt;&lt;img alt="Overview with Memory and CPU Usage" border="0" height="321" id="imgdiv1" src="http://www.manageengine.com/products/applications_manager/images/vfabric-overview.png" style="cursor: pointer; margin-left: 15px; margin-top: 5px; z-index: 10000000000;" title="Overview with Memory and CPU Usage" width="585" /&gt;&lt;/div&gt;&lt;div id="p2"&gt;&lt;h1&gt;Monitor the various Web Applications running&lt;/h1&gt;Identify the various applications running in the vFabric tc Server and their health status.You can also enable or disable the web application from within Applications Manager client itself.&lt;br /&gt;&lt;img alt="Web Applications" border="0" height="321" id="imgdiv2" src="http://www.manageengine.com/products/applications_manager/images/vfabric-webapplications.png" style="cursor: pointer; margin-left: 15px; margin-top: 5px; z-index: 10000000000;" title="Web Applications Details" width="585" /&gt;&lt;/div&gt;&lt;div id="p3"&gt;&lt;h1&gt;Gain insight into the requests processed&lt;/h1&gt;Get details on the requests received and sent per second in the server along with the counts for the request not processed, time taken to process the request, etc.&lt;br /&gt;&lt;img alt="Request Processor" border="0" height="321" id="imgdiv3" src="http://www.manageengine.com/products/applications_manager/images/vfabric-throughput.png" style="cursor: pointer; margin-left: 15px; margin-top: 5px; z-index: 10000000000;" title="Request Processor" width="585" /&gt;&lt;/div&gt;&lt;div id="p4"&gt;&lt;h1&gt;Track the Cache Memory Usage&lt;/h1&gt;Monitor the cache hits of the applications and get notified when the hit counts or the cache hit ratio violates the threshold.&lt;br /&gt;&lt;img alt="Cache Details " border="0" height="321" id="imgdiv4" src="http://www.manageengine.com/products/applications_manager/images/vfabric-cache.png" style="cursor: pointer; cursor: pointer; margin-left: 15px; margin-top: 5px; z-index: 10000000000;" title="Cache Details" width="585" /&gt; &lt;/div&gt;&lt;div id="p5"&gt;&lt;h1&gt;Identify the Transaction Rate and failed transactions&lt;/h1&gt;Monitor the transactions in the application level and get notified when the commits, rollback and suspend rates breach the threshold level.&lt;br /&gt;&lt;img alt="Transactions" border="0" height="321" id="imgdiv5" src="http://www.manageengine.com/products/applications_manager/images/vfabric-transactions.png" style="cursor: pointer; cursor: pointer; margin-left: 15px; margin-top: 5px; z-index: 10000000000;" title="Monitor Transactions" width="585" /&gt;&lt;/div&gt;&lt;div id="p6"&gt;&lt;h1&gt;Monitor the Thread Details&lt;/h1&gt;Know how the JVM is performing. Find out the total no. of thread count, no. of threads in the running state, threads that are waiting for a task and blocked threads in the JVM.&lt;br /&gt;&lt;img alt="Thread Detail Monitoring" border="0" height="321" id="imgdiv6" src="http://www.manageengine.com/products/applications_manager/images/vfabric-threads.png" style="cursor: pointer; cursor: pointer; margin-left: 15px; margin-top: 5px; z-index: 10000000000;" title="Thread Detail Monitoring" width="585" /&gt;&lt;/div&gt;&lt;div id="p7" style="margin-top: 30px;"&gt;&lt;ul style="clear: left; float: left; list-style-type: none; margin-top: 0px; position: relative; right: 45px;"&gt;&lt;li&gt;&lt;span style="cursor: pointer;" title="Proceed to Download 30-day free trial"&gt;&lt;img alt="Download Nextsteps" src="http://www.manageengine.com/products/applications_manager/images/download-nextsteps.gif" /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="buttons"&gt;&lt;div id="b1" style="background-position: left bottom;"&gt;&lt;b style="color: white;"&gt;1&lt;/b&gt;&lt;/div&gt;&lt;div id="b2"&gt;&lt;b&gt;2&lt;/b&gt;&lt;/div&gt;&lt;div id="b3"&gt;&lt;b&gt;3&lt;/b&gt;&lt;/div&gt;&lt;div id="b4"&gt;&lt;b&gt;4&lt;/b&gt;&lt;/div&gt;&lt;div id="b5"&gt;&lt;b&gt;5&lt;/b&gt;&lt;/div&gt;&lt;div id="b6"&gt;&lt;b&gt;6&lt;/b&gt;&lt;/div&gt;&lt;div id="b7"&gt;&lt;b&gt;7&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img alt="Example Frame" height="341" id="frame" src="http://www.manageengine.com/products/applications_manager/images/example-frame.png" width="739" /&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;h2&gt;Benefits of using Applications Manager's VMware vFabric tc Server Monitor&lt;/h2&gt;&lt;ul class="normalcontlist"&gt;&lt;li&gt;Ensure high uptime and peak performance of your VMware vFabric tc Server and the Spring-based cloud applications deployed on the server.&lt;/li&gt;&lt;li&gt;Understand how your tc Server resources are being utilized and plan capacity effectively.&lt;/li&gt;&lt;li&gt;Agentless monitoring that is easy to set up and manage.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-8663859424935498088?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8663859424935498088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8663859424935498088'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/application-manager-dan-vmware-vfabric.html' title='Application Manager dan VMWare vFabric'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-240463711507609614</id><published>2011-11-30T05:05:00.001+07:00</published><updated>2011-11-30T05:05:42.378+07:00</updated><title type='text'>Unified Communications with 3CX Phone System</title><content type='html'>&lt;h1&gt;Unified Communications with 3CX Phone System&lt;/h1&gt;&lt;img align="left" alt="Unified Communications with 3CX Phone System 10" border="0" height="322" src="http://www.3cx.com/phone-system/images/3CX-MyPhone-Unified-Communications.jpg" style="margin-right: 5px;" width="223" /&gt;Until very recently, voice and data communications in the business environment were not unified. Telephones were simple black boxes sitting on the users’ desks, connected via their own network and completely isolated from the company’s computer data network.&lt;br /&gt;With the evolution of telephony toward IP (internet protocol), the integration of both communication worlds has become possible, allowing for companies to transform their business processes. This development of breaking down communication barriers and allowing people using different forms of communication, different devices, and different media to communicate to anyone, anywhere and at any time is known as Unified Communications.&lt;br /&gt;&lt;a href="http://www.3cx.com/phone-system/"&gt;3CX Phone System for Windows&lt;/a&gt; is a revolutionary IP PBX that delivers unified communications technology by merging voice and data networks, allowing businesses to simplify real time delivery of information and ensure ease of use.&lt;br /&gt;With 3CX IP PBX, collaboration between co-workers is made easier and cooperation with business partners and clients becomes more direct; even when the parties are not located in the same place.&lt;br /&gt;&lt;strong&gt;Key Unified Communications Features on 3CX Phone System for Windows:&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Receive voice mail in your Inbox &lt;/li&gt;&lt;li&gt;Presence management (BLF) – eliminates expensive telephone tag &lt;/li&gt;&lt;li&gt;Integrated fax server – receive faxes via email as a PDF attachment &lt;/li&gt;&lt;li&gt;3CX bridges – connect branch offices &lt;/li&gt;&lt;li&gt;TAPI – initiate calls from any CRM application such as Microsoft Outlook with the 3CX CRM Integration Module &lt;/li&gt;&lt;li&gt;MS Exchange 2007 and 2010 support &lt;/li&gt;&lt;li&gt;Instant Messaging &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.3cx.com/VOIP/voip-phone.html"&gt;3CXPhone&lt;/a&gt; – Softphone for use inside and outside the office &lt;/li&gt;&lt;li&gt;Call Center Features such as Real Time Queue and Agent Statistics with the 3CX Call Center Module &lt;/li&gt;&lt;/ul&gt;&lt;div align="center"&gt;&lt;img alt="" border="0" src="http://www.3cx.com/phone-system/images/call-contacts-from-microsoft-outlook.jpg" /&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size: xx-small;"&gt;Initiate phone calls from Microsoft Outlook by simply right-clicking on an Outlook contact&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;a href="http://www.3cx.com/phone-system/"&gt;3CX Phone System for Windows&lt;/a&gt; delivers &lt;a href="http://www.3cx.com/phone-system/edition-comparison.html"&gt;a full set of enterprise level features&lt;/a&gt; that make it easy to install, configure, manage and use; allowing employees to increase mobility and productivity. All these benefits come at a very competitive price.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-240463711507609614?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/240463711507609614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/240463711507609614'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/unified-communications-with-3cx-phone.html' title='Unified Communications with 3CX Phone System'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-2301376202002755288</id><published>2011-11-03T13:34:00.002+07:00</published><updated>2011-11-03T13:34:44.376+07:00</updated><title type='text'>Lowongan di PT Daya Cipta Mandiri Solusi</title><content type='html'>&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;  &lt;w:View&gt;Normal&lt;/w:View&gt;  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;  &lt;w:TrackMoves/&gt;  &lt;w:TrackFormatting/&gt;  &lt;w:PunctuationKerning/&gt;  &lt;w:ValidateAgainstSchemas/&gt;  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;  &lt;w:DoNotPromoteQF/&gt;  &lt;w:LidThemeOther&gt;IN&lt;/w:LidThemeOther&gt;  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;  &lt;w:Compatibility&gt;   &lt;w:BreakWrappedTables/&gt;   &lt;w:SnapToGridInCell/&gt;   &lt;w:WrapTextWithPunct/&gt;   &lt;w:UseAsianBreakRules/&gt;   &lt;w:DontGrowAutofit/&gt;   &lt;w:SplitPgBreakAndParaMark/&gt;   &lt;w:DontVertAlignCellWithSp/&gt;   &lt;w:DontBreakConstrainedForcedTables/&gt;   &lt;w:DontVertAlignInTxbx/&gt;   &lt;w:Word11KerningPairs/&gt;   &lt;w:CachedColBalance/&gt;  &lt;/w:Compatibility&gt;  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;m:mathPr&gt;   &lt;m:mathFont m:val="Cambria Math"/&gt;   &lt;m:brkBin m:val="before"/&gt;   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;   &lt;m:smallFrac m:val="off"/&gt;   &lt;m:dispDef/&gt;   &lt;m:lMargin m:val="0"/&gt;   &lt;m:rMargin m:val="0"/&gt;   &lt;m:defJc m:val="centerGroup"/&gt;   &lt;m:wrapIndent m:val="1440"/&gt;   &lt;m:intLim m:val="subSup"/&gt;   &lt;m:naryLim m:val="undOvr"/&gt;  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"  DefSemiHidden="true" DefQFormat="false" DefPriority="99"  LatentStyleCount="267"&gt;  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"   UnhideWhenUsed="false" Name="Table Grid"/&gt;  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt; &lt;/w:LatentStyles&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;&lt;style&gt; /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;}&lt;/style&gt;&lt;![endif]--&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;Kebutuhan Sumber Daya Manusia – Periode November 2011&lt;/div&gt;&lt;div class="MsoNormal"&gt;PT. DAYA CIPTA MANDIRI SOLUSI&lt;/div&gt;&lt;div class="MsoListParagraphCxSpFirst" style="mso-list: l0 level1 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;1.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Akunting – 2 Orang&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;a.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Mengerti penggunaan komputer&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;b.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Mengerti akunting&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;c.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Bersedia bekerja di Jakarta Pusat / Serpong&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;d.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Kontrak 1 Tahun&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;2.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Software Engineer – 4 Orang&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;a.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Mengerti teknologi software&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;b.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Mengerti bahasa pemograman PHP/ASP dan databaseMSSQL, MySQL&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;c.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Kontrak 1 Tahun&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;d.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Bersedia bekerja di Jakarta Pusat / Serpong&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;3.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Sales Engineer – 4 Orang&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;a.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Mengerti teknologi jaringan komputer dansoftware&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;b.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Dapat berkomunikasi baik&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;c.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Kontrak 1 Tahun&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;d.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Bersedia bekerja di Jakarta Pusat / Serpong&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l0 level1 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;4.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Tenaga Jaringan – 10 Orang&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;a.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Mengerti penggunaan komputer&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;b.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Dapat berkomunikasi baik&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;c.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Kontrak 6 bulan&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 72.0pt; mso-add-space: auto; mso-list: l0 level2 lfo1; text-indent: -18.0pt;"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;d.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Bersedia bekerja di lapangan (Jakarta Pusat /Timur)&lt;/div&gt;&lt;div class="MsoListParagraphCxSpLast"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpLast"&gt;silahkan kirimkan CV ke hrd@dayaciptamandiri.com / fanky@dayaciptamandiri.com&lt;/div&gt;&lt;div class="MsoListParagraphCxSpLast"&gt;kami tunggu segera.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-2301376202002755288?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2301376202002755288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2301376202002755288'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/lowongan-di-pt-daya-cipta-mandiri.html' title='Lowongan di PT Daya Cipta Mandiri Solusi'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-3176218117545025006</id><published>2011-11-03T07:40:00.000+07:00</published><updated>2011-11-03T07:40:24.089+07:00</updated><title type='text'>NAVICAT VERSI 10 telah dirilis</title><content type='html'>&lt;img border="0" height="211" src="http://www.navicat.com/link/Marketing/N_20111028_NCAT/images/img1.jpg" usemap="#Map" width="700" /&gt;                                                    &lt;br /&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"&gt;Have you tried our new version 10? In case you don’t know about the new release of Navicat version 10, below are some feature highlights of this new version. &lt;/span&gt;&lt;br /&gt;                  &lt;br /&gt;                  &lt;span style="color: #0063b5;"&gt;&lt;strong&gt;&lt;span style="color: #0063b5; font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;What’s new in Navicat version 10? &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"&gt;&lt;br /&gt;                  &lt;br /&gt;                  &lt;strong&gt;Introducing Data Modeling Tool&lt;/strong&gt; &lt;br /&gt;&lt;img align="right" src="http://www.navicat.com/link/Marketing/N_20111028_NCAT/images/model.jpg" /&gt;                  &lt;br /&gt;                  With Navicat Data Modeling Tool, user can now get a graphical representation of a relational database. The Reverse Engineer in Navicat allows user to create a conceptual model from an existing database and graphically visualize and edit the structure of the database. Or, user can graphically create a conceptual model, and generate a database that supports the model.                  &lt;/span&gt;&lt;br /&gt;                &lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"&gt;&lt;strong&gt;&lt;span style="color: black;"&gt;Other new features include: &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;           &lt;br /&gt;         &lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"&gt;- Comparison and Synchronization between Model and Database&lt;br /&gt;-  SQL/ DDL Script Generation&lt;br /&gt;-  Support of ER Diagram View&lt;br /&gt;-  Database Wide Search&lt;br /&gt;-  SQL Code Minifier&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"&gt; For more details on the new features, please visit &lt;a href="http://www.navicat.com/en/products/navicat_premium/premium_new.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For detailed feature matrix, please click &lt;a href="http://www.navicat.com/en/products/navicat_premium/premium_feature.html"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;                                      &lt;table border="0" cellpadding="0" cellspacing="0" style="width: 680px;"&gt;&lt;tbody&gt;&lt;tr&gt;                      &lt;td align="center" colspan="3" height="37" valign="top" width="674"&gt;&lt;img src="http://www.navicat.com/link/Marketing/N_20111028_NCAT/images/img2b.jpg" /&gt;&lt;/td&gt;                    &lt;/tr&gt;&lt;tr&gt;                      &lt;td align="center" valign="top"&gt;&lt;table border="0" cellpadding="0" cellspacing="3"&gt;                          &lt;tbody&gt;&lt;tr&gt;                            &lt;td align="left" valign="top"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"&gt;We offer no obligation, free and fully functional 30-day trial version to our users. &lt;br /&gt;                              To download, please visit our &lt;a href="http://www.navicat.com/en/download/download.html" target="_blank"&gt;Download Center&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"&gt;.&lt;br /&gt;                                      &lt;/span&gt;&lt;/td&gt;                            &lt;td align="center" valign="middle" width="170"&gt;&lt;a href="http://www.navicat.com/en/download/download.html" target="_blank"&gt;&lt;img border="0" src="http://www.navicat.com/link/Marketing/N_20111028_NCAT/images/btn_downloads.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-3176218117545025006?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/3176218117545025006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/3176218117545025006'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/11/navicat-versi-10-telah-dirilis.html' title='NAVICAT VERSI 10 telah dirilis'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-6550187634451759715</id><published>2011-10-31T03:06:00.002+07:00</published><updated>2011-10-31T03:06:32.663+07:00</updated><title type='text'>PELATIHAN ORANGEHRM</title><content type='html'>Dalam bukunya Jack: Straight from the Gut, Jack Welch mengemukakan    salah satu&lt;br /&gt;    dari enam aturan kepemimpinan yang sukses, yaitu hadapi realitas apa    adanya&lt;br /&gt;    sekarang, bukan ada adanya dulu atau bukan seperti yang Anda    harapkan kelak.&lt;br /&gt;    &lt;br /&gt;    Dalam bukunya, Managing in Turbulent Times, Peter Drucker mengatakan    bahwa&lt;br /&gt;    "Masa pergolakan adalah masa yang berbahaya, tetapi bahaya yang    terbesar adalah&lt;br /&gt;    godaan untuk menyangkal realitas".&lt;br /&gt;    &lt;br /&gt;    Tidak lagi seperti jaman dahulu, dimana karyawan dipandang hanyalah    seorang&lt;br /&gt;    pegawai atau buruh yang dipekerjakan. Realitasnya sekarang adalah    bahwa mereka&lt;br /&gt;    bukan lagi seonggok otot yang bekerja. Karyawan adalah sumber daya    manusia&lt;br /&gt;    (SDM) yang hadir dengan ketrampilan dan pengetahuan (knowledge    worker).&lt;br /&gt;    &lt;br /&gt;    Lebih dari itu SDM saat ini adalah seseorang dengan bakat dan    talenta (a person with&lt;br /&gt;    talents) sebagaimana yang digambarkan oleh Buckingham (1999) dalam    tiga kategori&lt;br /&gt;    menonjol dalam diri manusia yaitu striving talents, thinking    talents, relating talents.&lt;br /&gt;    &lt;br /&gt;    Semakin dalam dari itu, SDM adalah seseorang yang datang ke    perusahaan dengan&lt;br /&gt;    membawa hati, pikiran, pengetahuan, bakat dan kepribadiannya (a    person who comes&lt;br /&gt;    to you with his heart, mind, knowledge, talents and personality).    Realitas ini&lt;br /&gt;    mendorong evolusi pengelolaan SDM bukan lagi sekedar manajemen    personalia&lt;br /&gt;    tetapi sudah bergeser ke Human Resource Management dan Human Capital&lt;br /&gt;    Management.&lt;br /&gt;    &lt;br /&gt;    Perkembangan baru ini semakin lengkap dengan adanya lompatan    kemajuan di bidang&lt;br /&gt;    telekomunikasi bergerak (mobile communication) dan Internet. Proses    pengelolaan&lt;br /&gt;    administrasi, informasi dan kegiatan terkait dengan SDM&amp;nbsp; semakin    praktis dan efisien&lt;br /&gt;    dengan hadirnya Human Resource Information System (HRIS) berbasis    web.&lt;br /&gt;    &lt;br /&gt;    OrangeHRM adalah sebuah Human Resource Information System kelas    dunia yang&lt;br /&gt;    datang dengan filosofi buah jeruk yang manis dan segar. Kehadirannya    ditujukan&lt;br /&gt;    untuk menunjang SDM Anda yang merupakan aset utama organisasi agar    dapat&lt;br /&gt;    menghasilkan performa terbaik yang manis dan segar bagi perusahaan.&lt;br /&gt;    &lt;br /&gt;    OrangeHRM adalah sebuah Human Resource Information System, dengan    modul-&lt;br /&gt;    modul untuk mengelola database &amp;amp; riwayat pekerjaan karyawan,    absensi, tunjangan,&lt;br /&gt;    cuti, rekrutmen, training, performance evaluation, dan pembuatan    laporan.&lt;br /&gt;    &lt;br /&gt;    Hadir dalam tiga pilihan, OrangeHRM Open Source adalah versi promosi    dan&lt;br /&gt;    pengembangan software yang dapat Anda peroleh secara gratis&lt;br /&gt;    (&lt;a class="moz-txt-link-abbreviated" href="http://www.orangehrm.com/download.php"&gt;www.orangehrm.com/download.php&lt;/a&gt;).    OrangeHRM dapat berjalan dalam platform&lt;br /&gt;    Windows, Linux dan Mac.&lt;br /&gt;    &lt;br /&gt;    OrangeHRM Customization (&lt;a class="moz-txt-link-abbreviated" href="http://www.orangehrm.com/customizations.php"&gt;www.orangehrm.com/customizations.php&lt;/a&gt;)    adalah versi&lt;br /&gt;    OrangeHRM yang dapat didisain sesuai dengan tuntutan dan    kebijaksanaan HRD di&lt;br /&gt;    masing-masing perusahaan klien yang unik dan khas. Apapun disain    sistem yang Anda&lt;br /&gt;    inginkan, dapat dipersiapkan oleh tim developer kami.&lt;br /&gt;    &lt;br /&gt;    OrangeHRM Live (&lt;a class="moz-txt-link-abbreviated" href="http://www.orangehrmlive.com/"&gt;www.orangehrmlive.com&lt;/a&gt;)    adalah versi OrangeHRM yang dapat&lt;br /&gt;    Anda sewa/berlangganan dengan basis perhitungan per jumlah karyawan.    Dengan&lt;br /&gt;    OrangeHRM Live Anda tidak perlu mempunyai server sendiri, sistem    akan segera&lt;br /&gt;    online dan dapat diakses melalui Internet dari mana saja setelah    Anda mendaftar.&lt;br /&gt;    Tersedia Trial 14 hari, silahkan klik di (&lt;a class="moz-txt-link-abbreviated" href="http://www.orangehrmlive.com/try-it-for-free.php"&gt;www.orangehrmlive.com/try-it-for-free.php&lt;/a&gt;)&lt;br /&gt;    &lt;br /&gt;    Komunitas OrangeHRM Indonesia bekerja sama dengan Galamedia dan    Pikiran&lt;br /&gt;    Rakyat menggelar Pelatihan dan Sertifikasi OrangeHRM bagi Anda.&lt;br /&gt;    &lt;br /&gt;    Kegiatan ini ditujukan bagi para HRD Manager, IT Manager, CEO,    Direktur&lt;br /&gt;    Operasional, Eksekutif, Praktisi dan Konsultan HRD yang membutuhkan    solusi&lt;br /&gt;    Human Resource Information System yang fleksibel dan efektif.&lt;br /&gt;    &lt;br /&gt;    Tempat TERBATAS! Segera daftar dan ikuti Pelatihan dan Sertifikasi    Resmi dari&lt;br /&gt;    OrangeHRM.Inc&lt;br /&gt;    &lt;br /&gt;    Dapatkan HARGA KHUSUS untuk 5 (lima) pendaftar pertama.&lt;br /&gt;    Segera hubungi kami, Ratna - 081321889996 / Ika - 085220423423&lt;br /&gt;    &lt;br /&gt;    Jadwal :&lt;br /&gt;    Hari&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Jumat- Sabtu&lt;br /&gt;    Tgl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 18 - 19 November 2011&lt;br /&gt;    Pukul&amp;nbsp;&amp;nbsp;&amp;nbsp; : 09.00 - 16.00&lt;br /&gt;    Tempat : Hotel Golden Flower JL. Asia Afrika 15-17 Bandung&lt;br /&gt;    &lt;br /&gt;    Fasilitas:&lt;br /&gt;    Pelatihan 2 (dua) hari dari OrangeHRM Inc.&lt;br /&gt;    Free CD Program OrangeHRM ver 2.6.11&lt;br /&gt;    Sertifikat OrangeHRM Certified Administrator&lt;br /&gt;    Coffee Break &amp;amp; Lunch&lt;br /&gt;    &lt;br /&gt;    Investasi:&lt;br /&gt;    @ Rp. 5.000.000 Prompt Action DISCOUNT ( untuk 5 orang pendaftar    pertama )&lt;br /&gt;    @ Rp. 6.000.000 Early Bird sampai tgl 14 November 2011&lt;br /&gt;    @ Rp. 7.500.000 FULL FARE&lt;br /&gt;    &lt;br /&gt;    BONUS GRATIS CD Software &amp;amp; Buku "Survei Online: Panduan Praktis    Bagi&lt;br /&gt;    Praktisi dan Akademisi, Penerbit Elexmedia Komputindo, Pengarang,    Titus Permadi&lt;br /&gt;    Setiawan"&lt;br /&gt;    &lt;br /&gt;    Pelatihan yang sama telah dilakukan di Jakarta pada 17-18 Oktober    2011 yang baru&lt;br /&gt;    lalu. Berita mengenai pelatihan PERTAMA di Jakarta dapat Anda baca    selengkapnya&lt;br /&gt;    di :&lt;br /&gt;    1) Situs Resmi OrangeHRM.Inc - &lt;br /&gt;    &lt;a class="moz-txt-link-freetext" href="http://www.orangehrm.com/blog/2011/10/20/training-sessions-in-jakarta-indonesia/"&gt;http://www.orangehrm.com/blog/2011/10/20/training-sessions-in-jakarta-indonesia/&lt;/a&gt;&lt;br /&gt;    2) Situs Komunitas OrangeHRM Indonesia - &lt;a class="moz-txt-link-freetext" href="http://www.orangehrm-indonesia.com/"&gt;http://www.orangehrm-indonesia.com&lt;/a&gt;&lt;br /&gt;    3) Blog Titus Permadi - &lt;a class="moz-txt-link-freetext" href="http://tituspermadi.wordpress.com/"&gt;http://tituspermadi.wordpress.com&lt;/a&gt;&lt;br /&gt;    4) Certified OrangeHRM Administrator Indonesia -&lt;br /&gt;    &lt;a class="moz-txt-link-freetext" href="http://www.orangehrm.com/certification"&gt;http://www.orangehrm.com/certification&lt;/a&gt;&lt;br /&gt;    &lt;br /&gt;    Info Pendaftaran :&lt;br /&gt;    Kantor HU. GALAMEDIA JL. Blk. Factory No.2B Banceuy Bandung 40111&lt;br /&gt;    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 022 4210063&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ext 171 ( Egi/ Erma ) fax.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;    022 4205351&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;    &lt;a class="moz-txt-link-freetext" href="http://www.klik-galamedia.com/orangehrm.php"&gt;http://www.klik-galamedia.com/orangehrm.php&lt;/a&gt;&lt;br /&gt;    &lt;br /&gt;    Info Contact Person&lt;br /&gt;    Ratna - 081321889996&lt;br /&gt;    Ika - 085220423423&lt;br /&gt;    Titus Permadi - 082131080058 / PinBB 27BFA4EC&lt;br /&gt;    &lt;br /&gt;    Keterangan:&lt;br /&gt;    Minimal 12 peserta, maksimal 18 peserta&lt;br /&gt;    &lt;br /&gt;    Lampiran:&lt;br /&gt;    Agenda Pelatihan&lt;br /&gt;    &lt;br /&gt;    Hari 1:&amp;nbsp; Sesi 1 - Jam 09:00-12:00&lt;br /&gt;    Chapter 01 - Administrasi Setup Sistem, Entri Data Company Info,&amp;nbsp;&amp;nbsp;&amp;nbsp;    Membuat&lt;br /&gt;    Struktur Organisasi&lt;br /&gt;    Chapter 02 - User Membuat User Group, Membuat Admin User dan ESS    User&lt;br /&gt;    Chapter 03 - Personal Info Management Mengisi Profil Karyawan,    Custom Field,&lt;br /&gt;    Ekspor/Impor Data&lt;br /&gt;    &lt;br /&gt;    Istirahat - Jam 12:00-13:00&lt;br /&gt;    Hari 1: Sesi 2 - Jam 13:00-16:00&lt;br /&gt;    Chapter 04 - Modul Leave Setting Hari Libur, Mendefinisikan Jenis    Cuti, Menambah&lt;br /&gt;    Kuota Cuti, Menetapkan Cuti, Laporan Cuti&lt;br /&gt;    Chapter 05 - Modul Time Management Memasukkan Timesheet, Menerima /&lt;br /&gt;    Menolak Timesheet, Punch In / Out, Membuat Laporan Absensi&lt;br /&gt;    &lt;br /&gt;    Hari 2: Sesi 1 - Jam 09:00-12:00&lt;br /&gt;    Chapter 06 - Modul Rekrutmen Membuat Lowongan Kerja, Menjadwalkan    Interview&lt;br /&gt;    Chapter 07 - Performance Evaluation Menambah&amp;nbsp; Key Performance    Indicators (KPI),&lt;br /&gt;    Mengatur Review, Menyetujui Reviews&lt;br /&gt;    Chapter 08 - Laporan Membuat Laporan Standar, Menambah Laporan &lt;br /&gt;    &lt;br /&gt;    Istirahat - Jam 12:00-13:00&lt;br /&gt;    Hari 2: Sesi 2 - Jam 13:00-16:00&lt;br /&gt;    Chapter 9 - Strategi Implementasi Langkah-langkah persiapan    implementasi,&lt;br /&gt;    Penyiapan Struktur Organisasi, Penyiapan Job Description, Penyiapan    Data PIM,&lt;br /&gt;    Chapter 10 - Tentang Kustomisasi Contoh Kustomisasi, Mekanisme    Pemesanan&lt;br /&gt;    Kustomisasi    &lt;br /&gt;&lt;pre class="moz-signature" cols="72"&gt;--  Salam OrangeHRM,   Titus Permadi Mobile-1 (Axis): 0838 6976 8882 Mobile-2 (Telkomsel): 0821 310 800 58  Partner &amp;amp; Consultant - OrangeHRM Indonesia Website: &lt;a class="moz-txt-link-freetext" href="http://www.orangehrm-indonesia.com/"&gt;http://www.orangehrm-indonesia.com&lt;/a&gt; e-mail: &lt;a class="moz-txt-link-abbreviated" href="mailto:titus@orangehrm-indonesia.com"&gt;titus@orangehrm-indonesia.com&lt;/a&gt; BB: 27BFA4EC&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-6550187634451759715?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6550187634451759715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6550187634451759715'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/pelatihan-orangehrm.html' title='PELATIHAN ORANGEHRM'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-776360583751781338</id><published>2011-10-21T07:18:00.002+07:00</published><updated>2011-10-21T07:18:56.203+07:00</updated><title type='text'>Solusi alternatif dari Tripwire dengan menggunakan CIMTRAK</title><content type='html'>&lt;h1 class="title"&gt;Tripwire Alternative | CimTrak&lt;/h1&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;Looking for an alternative to Tripwire?&amp;nbsp; Look no further than CimTrak. CimTrak is an industry&amp;nbsp; leader in integrity and compliance monitoring.&amp;nbsp; While it covers all of the same systems, devices and applications within your IT environment, CimTrak goes even further.&amp;nbsp; CimTrak offers more security features, is easier to configure and use, and costs less.&amp;nbsp; CimTrak is &lt;u&gt;your&lt;/u&gt; Tripwire alternative!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;&lt;span style="font-size: small;"&gt;So exactly how does CimTrak compare with Tripwire?&amp;nbsp; Take a look:&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;img alt="CimTrak Vs Tripwire Comparison Chart,Tripwire Alternative" height="622" src="http://www.cimcor.com/sites/default/files/Chart_0.png" width="577" /&gt;&lt;br /&gt;&lt;h2&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h3&gt;&lt;span style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;Complete coverage for your IT environment&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;CimTrak is an alternative to Tripwire for monitoring a wide variety of systems, devices, and applications.&amp;nbsp; CimTrak supports all major operating systems such as Microsoft, Linux, and UNIX.&amp;nbsp; In fact, CimTrak supports seven Windows versions and seven Linux versions, which is more than Tripwire.&amp;nbsp; CimTrak even monitors Mac OS X, which Tripwire does not offer coverage for.&amp;nbsp;&amp;nbsp; Further, CimTrak can monitor network device configurations from all major manufacturers including Cisco, Juniper, HP, SonicWall and Fortinet.&amp;nbsp; In addition, CimTrak can monitor databases, desktops/workstations, point of sale systems and VMware ESX hosts.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;h3&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;Full-featured integrity monitoring at a price you’ll like&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;Monitoring the integrity and compliance of your IT environment need not break your budget.&amp;nbsp; Enterprises and government agencies of all sizes looking for a less costly alternative to Tripwire turn to CimTrak every day.&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;h3&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;The easiest to use integrity and compliance monitoring solution, period&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;CimTrak is built with ease-of-use in mind.&amp;nbsp; Solutions such as Tripwire can be extremely difficult to install, configure, and use.&amp;nbsp; This means that the total cost of ownership (TCO) far exceeds the initial purchase cost.&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;h3&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;Take the next step&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;Find out now why CimTrak is the best alternative to Tripwire by getting a&lt;a href="http://www.cimcor.com/cimtrak/quote"&gt; quote&lt;/a&gt; or starting a &lt;a href="http://www.cimcor.com/cimtrak/evaluate"&gt;free evaluation&lt;/a&gt; now!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Tripwire is a trademark of Tripwire, Inc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-776360583751781338?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/776360583751781338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/776360583751781338'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/solusi-alternatif-dari-tripwire-dengan.html' title='Solusi alternatif dari Tripwire dengan menggunakan CIMTRAK'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-5978196125705207450</id><published>2011-10-19T08:03:00.001+07:00</published><updated>2011-10-19T08:03:29.357+07:00</updated><title type='text'>Environment Monitoring dengan AKCP SecurityProbe 5E Standard</title><content type='html'>&lt;br /&gt;&lt;div class="moz-text-html" lang="x-unicode"&gt;&lt;table align="center" border="1" cellpadding="0" cellspacing="0" height="800" style="width: 590px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 550px;"&gt;  &lt;tbody&gt;&lt;tr&gt;    &lt;td style="padding: 0 0 10px 0;" width="139"&gt;&lt;span style="margin: 0 0 0 0;"&gt;&lt;img alt="AKCP" height="33" src="http://www.akcp.com/wp-content/uploads/2011/01/AKCP.png" width="140" /&gt;&lt;/span&gt;&lt;/td&gt;    &lt;td style="padding: 10px;" width="401"&gt;&amp;nbsp;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;    &lt;td colspan="2"&gt;&lt;img alt="securityProbe 5E Standard" height="242" src="http://www.akcp.com/wp-content/uploads/2011/01/sec5es-small.jpg" width="540" /&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;    &lt;td align="justify" class="style10" colspan="2" style="line-height: 18px; margin: 0px; padding: 10px;"&gt;&lt;div style="font-size: 16px;"&gt;&lt;strong&gt;Introducing the new securityProbe 5E Standard&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;As a valued AKCess Pro customer we are pleased to announce the launch of the securityProbe 5E Standard. As an addition to the securityProbe family, the new securityProbe 5E Standard includes all the great features and functionality of the existing SEC5E but without the video. It has an MSRP of $995.00&lt;/strong&gt;&lt;br /&gt;Monitor the physical environment and receive alerts of any disturbances, such as security breaches, high temperatures, smoke, water leakages and power outages. Compatible with all of the AKCess Pro range of Intelligent Sensors the securityProbe Standard provides a low cost environmental, power and security monitoring solution.&lt;br /&gt;             Contact &lt;a href="mailto:salea@akcp.com"&gt;sales@akcp.com&lt;/a&gt; for more information&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="style3"&gt;    &lt;td&gt;&lt;br /&gt;&lt;/td&gt;    &lt;td&gt;&lt;br /&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="style3"&gt;    &lt;td bgcolor="#FFFFFF"&gt;&amp;nbsp;&lt;/td&gt;    &lt;td bgcolor="#FFFFFF"&gt;&amp;nbsp;&lt;/td&gt;  &lt;/tr&gt;&lt;tr class="style3"&gt;    &lt;td bgcolor="#FFFFFF" style="color: #222222; padding: 5px 5px 5px 10px;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td bgcolor="#FFFFFF" style="padding: 5px;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="style3"&gt;&lt;td bgcolor="#FFFFFF" style="color: #222222; padding: 5px 5px 5px 10px;"&gt;&lt;br /&gt;&lt;/td&gt;    &lt;td style="padding: 5px 5px 10px 5px;"&gt;&lt;br /&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr&gt;    &lt;td bgcolor="#FFFFFF" class="style3" colspan="2" style="background-color: #104971; color: white; padding: 10px; text-align: center;"&gt;&lt;b&gt;HUBUNGI KAMI : 021-3924716 / 021-3907418 / 08121057533 untuk keperluan perangkat EMS AKCP Anda!&lt;/b&gt;&lt;/td&gt;    &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-5978196125705207450?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/5978196125705207450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/5978196125705207450'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/environment-monitoring-dengan-akcp.html' title='Environment Monitoring dengan AKCP SecurityProbe 5E Standard'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-4572894244851812707</id><published>2011-10-19T04:37:00.000+07:00</published><updated>2011-10-19T04:38:08.479+07:00</updated><title type='text'>Tool-leading processes vs. process-leading tools</title><content type='html'>By Abhinav Kaiser | October 17, 2011, 4:10 AM PDT&lt;p&gt;Which came first, the chicken or the egg? This question has haunted ancient philosophers for centuries, and as of now, there is no concrete solution.&lt;p&gt;When it comes to dealing with processes and tools, a similar quandary exists. Processes and tools go hand in hand, so the question again is which one comes first?&lt;p&gt;Interlocking of processes and tools&lt;p&gt;First, let me lay out the items that I&amp;#39;ll deal with in the course of this piece.&lt;p&gt;A process is defined as a set of coordinated activities performed to obtain a targeted output. For example, to clean a car, the first step is to rinse it, wipe the body, and finally dry it. So, these three coordinated activities are basically achieving a single goal — a clean car.&lt;p&gt;A tool is an instrument that is developed to carry out a particular function — like a drill for drilling a hole. In the clean car example above, I could use a tool like a water pump to help me rinse the car with a flick of a button.&lt;p&gt;But what if I use a tool like a pressure washer? This tool has the potential to modify the existing process of car cleaning.&lt;p&gt;The burning question is do you define the process and then hunt for a tool or obtain a tool with capabilities and develop processes around it?&lt;p&gt;Let&amp;#39;s consider both cases.&lt;p&gt;Tools first&lt;p&gt;Technology is ever evolving, and with tools resulting from technology, one can argue that tools must lead the way for the activities we perform.&lt;p&gt;Let&amp;#39;s say that a company called TLS finds a particular tool useful, and although the tool doesn&amp;#39;t serve their intended purpose one hundred percent, it&amp;#39;s somewhat helpful and could come in handy when implemented full force. So the company goes ahead and procures the tool and then modifies the processes to meet the tool&amp;#39;s needs.&lt;p&gt;The company changes some expected outputs to suit the tool&amp;#39;s needs. The output starts to appear, just as they envisioned with the revised process.&lt;p&gt;Process first&lt;p&gt;A process is developed, without the aid of technology but with analytical reasoning and a good understanding of the objective it&amp;#39;s trying to achieve.&lt;p&gt;PRC, a competitor of TLS, is made aware of TLS&amp;#39;s new tool acquisition. PRC sits back, examines their processes, and maps it with the new tool. They don&amp;#39;t like the possible adaptation.&lt;p&gt;They back their processes and shop around for a tool that will also back their process. They come up with a tool that doesn&amp;#39;t have state-of-the-art technology. The developer is willing to customize it to their needs. The two parties agree, the customized tool is procured, and the output starts to pour in.&lt;p&gt;Compare the two approaches&lt;p&gt;TLS believed in technology, but tweaked their processes to suit the tool on hand. PRC, on the other hand, trusted their process and sought after a tool that could do what they wanted it to do.&lt;p&gt;TLS compromised their process for technology. PRC stuck with their process and instead compromised the tool&amp;#39;s original configuration to suit the process.&lt;p&gt;Which is a better approach?&lt;p&gt;Remember what I said earlier: Processes are a set of coordinated activities that will achieve the goal you want to achieve. A tool is a means through which certain functions are carried out.&lt;p&gt;What counts is the end result, and the process&amp;#39;s existence depends on the output it delivers. If it&amp;#39;s a home run, it&amp;#39;s all well and good, if it doesn&amp;#39;t matter what tools were employed. But compromising a process, in the sense that the basic output could be altered, is a scary prospect.&lt;p&gt;PRC backed their processes and got the tool configured to their needs. They got the best out of both worlds. On the other hand, TLS had to do away with certain process configurations to fit the new master –the tool. PRC&amp;#39;s approach is the right way to go about integrating process and technology.&lt;p&gt;Tools are meant to complement the process by enabling the process activities to be performed as per the design, and never the other way around.&lt;p&gt;But tools are important&lt;p&gt;I can&amp;#39;t think of designing a process without understanding the capabilities of tools. I&amp;#39;m very much a tools person. But the tools listen to my design, and I don&amp;#39;t succumb to their way of working.&lt;p&gt;It&amp;#39;s important that while designing a process, you have a good awareness of what kinds of tools and capabilities are available in the market. That gives you a good starting point. Design the process keeping the objective in mind, but optimize the activities with the available tools.&lt;p&gt;Tools are undoubtedly vital; a process developer must exploit every aspect of the available tool and perhaps stretch it to imagination — and have it customized to complement the developed process.&lt;p&gt;How does a process consultant do it?&lt;p&gt;I have worked independently and with teams of process consultants in developing several processes for ISO 20K, ISO 27K1, and PCI DSS. So I can give you a fairly good idea of how a process consultant sews processes and tools together.&lt;p&gt;There are specific objectives that a process must achieve. The inputs, budgets, and other service-level requirements are in our possession before we start defining a process. Apart from this, we are aware of what the tool world has to offer.&lt;p&gt;The inputs are known and so are the expected outputs. Filling in the blanks with process activities is all that we do. Let me illustrate this with an example.&lt;p&gt;If you want to bake a veggie pizza, you know the ingredients you probably want — like a pizza base, sauce, cheese, olives, and tomatoes — and you know what this pizza looks and tastes like. The steps you take to prepare the pizza are like the individual process activities. The activities you do in order to make a pizza are coordinated — you pre-heat the oven, apply the sauce on the base, apply the cheese followed by vegetables, and then add more cheese. Then you put this in the oven for ten minutes to complete what you had on your mind. The output is just as you expected, and the oven served as a tool that enabled the process activities to be effective.&lt;p&gt;Summary&lt;p&gt;A process must always be the boss and lead the tool to its expectations.&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-4572894244851812707?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4572894244851812707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/4572894244851812707'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/tool-leading-processes-vs-process.html' title='Tool-leading processes vs. process-leading tools'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-2972797173392584595</id><published>2011-10-19T04:33:00.000+07:00</published><updated>2011-10-19T04:34:04.368+07:00</updated><title type='text'>The benefits of a successful strategic BI implementation</title><content type='html'>By Robert Eugene Miller | October 13, 2011, 6:00 AM PDT&lt;p&gt;In my first blog on business intelligence, &amp;quot;Business Intelligence: A Strategy-based Initiative,&amp;quot; I stipulated that every company needs a clear set of goals and objectives to achieve maximum benefits for its business intelligence (BI) strategy.&lt;p&gt;In the follow-up piece,&amp;#160;&amp;quot;Successful BI Deployments Have These Elements,&amp;quot; I related the critical elements necessary for successful BI deployment.&lt;p&gt;In this blog, I intend to identify and discuss the overarching benefits derived from successful Strategic BI implementation.&lt;p&gt;Larry Ellison of Oracle has said of Strategic Business Intelligence that the best run businesses run better with business intelligence. Without BI, a company runs the risk of making critical decisions based on insufficient or inaccurate information. Making decisions based on &amp;quot;gut feel&amp;quot; will not get the job done!&lt;p&gt;BI, when well-conceived and properly implemented, allows all users to make informed choices and decisions every time, in every situation. Additionally, information gleaned from a competent BI installation makes employees more productive, suppliers more efficient, and customers more loyal.&lt;p&gt;Now that I have made my case, on to the details: the articulated benefits of successfully implementing Strategic BI follow.&lt;p&gt;1. Quickly Identify and Respond to Business Trends&lt;p&gt;Whether tracking customer buying habits, inventory turns, or other sales and/or operational parameters, any and all of these areas are more readily evaluated and employed in the business decision-making process when coherent and consistent BI tools are available.&lt;p&gt;As it turns out, the graphical nature of most BI toolkits consistently and dramatically provide for easy access and demand attention to the most useful trends. Indeed, the very nature of the BI toolkit gives rise to a dynamic and readily identified representation of the most pertinent trend data.&lt;p&gt;2. Empowered Staff Using Timely, Meaningful Information and Trend Reports&lt;p&gt;The dynamic nature of the BI toolkit propagates a more highly informed management staff, making more highly informed and empowered decisions. If proper care is taken during the design and deployment phase, these valuable decision-making tools will be available to all levels of the organization.&lt;p&gt;Put succinctly, the very nature of strategic BI toolkits will empower managers at all levels to focus on only the most timely and critical data.&lt;p&gt;3. Easily Create In-Depth Financial, Operations, Customer, and Vendor Reports&lt;p&gt;One of the most useful inherent characteristics of a strategic BI implementation is the purposeful aggregation of company data. Because of this focused compendium of functional area information, the generation of meaningful and powerful reporting is almost automatic. In those cases where manual and specific report generation is required, the presentation of data and simple connectivity to useful tools makes report generation simplicity itself.&lt;p&gt;On-demand reporting has never been so effortless or useful.&lt;p&gt;4. Efficiently View, Manipulate, Analyze, and Distribute Reports Using Many Familiar Third-Party Tools&lt;p&gt;Strategic BI systems do not require linkage or association with advanced and expensive computer software and hardware systems. Since many organizations do not have at their disposal multimillion-dollar budgets, already existing tools such as Microsoft Office, Crystal Reports, and other third-party software offerings can be readily employed, in most cases paying for the BI implementation itself.&lt;p&gt;5. Extract Up-to-the-Minute High-Level Summaries, Account Groupings, or Detail Transactions&lt;p&gt;Because of the inherent, organizational features of any well-executed BI deployment, users end up with access to pertinent, focused information exactly suited to their specific needs. Additionally, the information available is custom fit to those decisions that need to be made and on a most timely basis.&lt;p&gt;6. Consolidate Data from Multiple Companies, Divisions, and Databases&lt;p&gt;Consolidation and aggregation are the dual capstones of BI. They refer to the most promising and powerful aspects of BI.&lt;p&gt;As one of our most valuable customers related, &amp;quot;We were tired of doing our budgeting and planning the old way. Before we implemented our BI strategy, our fiscal budget took about nine months. We really needed to find other options to address the multiple spreadsheets that we had that were not consolidated and not updated. With BI in place, we did the first pass on our budget in about seven weeks.&amp;quot;&lt;p&gt;7. Minimize Manual and Repetitive Work&lt;p&gt;This becomes especially true of the administrative tasks made necessary in non-BI environments due to data disparity and nonaligned data systems.&lt;p&gt;Once in place, the BI toolkit and the synchronistic nature of the BI environment will facilitate a very different orientation to the everyday tasks of data accumulation and processing.&lt;p&gt;Today thousands of businesses in all sizes, in all industries, all around the world are implementing and utilizing Strategic Business Intelligence. We are at the beginning, a time when the business and technological advances promised by BI are still being developed, explored, and enhanced&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-2972797173392584595?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2972797173392584595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2972797173392584595'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/benefits-of-successful-strategic-bi.html' title='The benefits of a successful strategic BI implementation'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-7127386860227670510</id><published>2011-10-09T10:04:00.000+07:00</published><updated>2011-10-09T10:12:21.364+07:00</updated><title type='text'>Menjadi Konsultan Tender</title><content type='html'>&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-ant0i6AX0CU/TpERFY7WAcI/AAAAAAAAAXg/-H3R6dVXyqU/s1600/%253D%253Futf-8%253FB%253FSU1HMDA2NTUtMjAxMTEwMDktMDk1Ni5qcGc%253D%253F%253D-741365"&gt;&lt;img src="http://3.bp.blogspot.com/-ant0i6AX0CU/TpERFY7WAcI/AAAAAAAAAXg/-H3R6dVXyqU/s320/%253D%253Futf-8%253FB%253FSU1HMDA2NTUtMjAxMTEwMDktMDk1Ni5qcGc%253D%253F%253D-741365"  border="0" alt="" id="BLOGGER_PHOTO_ID_5661324990869799362" /&gt;&lt;/a&gt;&lt;/p&gt;Salah satu jasa yang kami lakukan adalah menjadi konsultan pelaksanaan tender teknologi informasi.&lt;p&gt;Seiring dengan semakin meningkatnya penggunaan TI di lingkungan pemerintahan, maka beragam peraturan yang mendukung telah dikeluarkan dan hal ini terkait juga dengan tender-tender TI yang marak dalam beberapa tahun terakhir.&lt;p&gt;Kapasitas PA/KPA di tiap lingkup kementrian/lembaga/daerah/institusi seringkali memiliki keterbatasan pemahaman dan pengetahuan terkait TI. Oleh karena itu, tim ULP yg dibentuk perlu dilengkapi dengan adanya tenaga ahli TI, dan disinilah kami seringkali berperan membantu.&lt;p&gt;Silahkan hubungi kami untuk membantu Anda.&lt;p&gt;&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-7127386860227670510?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7127386860227670510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7127386860227670510'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/menjadi-konsultan-tender.html' title='Menjadi Konsultan Tender'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-ant0i6AX0CU/TpERFY7WAcI/AAAAAAAAAXg/-H3R6dVXyqU/s72-c/%253D%253Futf-8%253FB%253FSU1HMDA2NTUtMjAxMTEwMDktMDk1Ni5qcGc%253D%253F%253D-741365' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-1498551300413331812</id><published>2011-10-04T07:17:00.001+07:00</published><updated>2011-10-04T07:17:53.685+07:00</updated><title type='text'>Lowongan di Dharma Group</title><content type='html'>Dharma Group bergerak dibidang manufacturing, mengajak anda bergabung &amp;amp; berkembang bersama diposisi Staff hingga Division untuk, &lt;br&gt;1. Engineer design&lt;br&gt;2. Engineer tools &amp;amp; jig&lt;br&gt;3. Quality Control &amp;amp; Assurance&lt;br&gt;4. Produksi supervisor&lt;br&gt;5. Maintenance &lt;br&gt;6. Vendor Management&lt;br&gt;7. Marketing&lt;br&gt;8. Finance &amp;amp; Accounting&lt;br&gt;9. HARI &amp;amp; People Dev.&lt;br&gt;10. PPIC&lt;br&gt;11. IT SAP (MM, SD, PP &amp;amp; FI/CO)&lt;br&gt;&lt;br&gt;Penempatan di Balaraja, Karawang, Karawaci, atau Cikarang. Kirimkan CV lengkap ke &lt;a href="mailto:yasma.miraz@dp.dharmap.com"&gt;yasma.miraz@dp.dharmap.com&lt;/a&gt; dgn mencantumkan Posisi ∂&amp;#239;Subject_nya. Terima kasih&lt;br&gt;&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-1498551300413331812?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1498551300413331812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1498551300413331812'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/lowongan-di-dharma-group.html' title='Lowongan di Dharma Group'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-74136627138861821</id><published>2011-10-02T10:28:00.000+07:00</published><updated>2011-10-02T10:30:21.562+07:00</updated><title type='text'>AETNA , AETHRA &amp; AVTHRA Interactive Kiosk - Okt 2011</title><content type='html'>AETNA , AETHRA &amp;amp; AVTHRA Interactive Kiosks&lt;br&gt;Ready Stock :&lt;br&gt;== Chassis Box / Kiosks ==&lt;br&gt;-1) AETNA-5.6 (incl. LCD + TS 15.6&amp;quot;) = $ 1000,-&lt;br&gt;-2) AETNA-7 (incl. LCD + TS 17&amp;quot;) = $ 1150,-&lt;br&gt;-3) AVTHRA-7w ( incl. LCD + TS 17&amp;quot;wide) = $ 1550,- ( Vertical View&lt;br&gt;)&lt;br&gt;-4) AETHRA-7 ( incl. LCD + TS 17&amp;quot;) = $ 1500,- ( Slim Kiosks )&lt;br&gt;-5) AETNA-9 (incl. LCD + TS 19&amp;quot;) = $ 1550,-&lt;br&gt;-6) AETNA-23 (incl. ALL IN ONE PC 23&amp;quot;) = $ 1850,-&lt;br&gt;Bahan Black Galvanis cover, sdh termasuk Speaker, Power Cord, Exhaust fan&lt;br&gt;Applications &amp;amp; Function&lt;br&gt;- Queue Machine / Ticketing&lt;br&gt;- Point of Sales / Data Entry&lt;br&gt;- Banking &amp;amp; Financial Institution&lt;br&gt;- Building, Mall &amp;amp; Public Information&lt;br&gt;- Showroom / Gallery / Museum&lt;br&gt;- Restaurant Menu /&lt;br&gt;- Product Information &amp;amp; Promotion&lt;br&gt;- Children Education / Training&lt;br&gt;- Internet Station / Simulation&lt;br&gt;- Industrial &amp;amp; Machine Control&lt;br&gt;- e-HRD / Employee Self Service&lt;br&gt;much more . . . . . . .&lt;br&gt;Custom/Special Design WELCOME!!&lt;br&gt;Interactive Kiosks HOTLINE &lt;br&gt;0213907418&lt;br&gt;08121057533&lt;br&gt;&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-74136627138861821?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/74136627138861821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/74136627138861821'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/10/aetna-aethra-avthra-interactive-kiosk.html' title='AETNA , AETHRA &amp; AVTHRA Interactive Kiosk - Okt 2011'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-2422948248643618721</id><published>2011-09-25T04:00:00.000+07:00</published><updated>2011-09-25T04:00:56.284+07:00</updated><title type='text'>Kegiatan Taiwan Excellences</title><content type='html'>Salah satu kegiatan kami pada September 2011 ini adalah mengikuti rangkaian kegiatan Taiwan Excellence, yang pada tanggal 23 Sept mengadakan kegiatan di Mal Emporium Pluit, Jakarta&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-Q_IqX291L30/Tn5EYrRcMZI/AAAAAAAAAXQ/7Vu2WMbFVVY/s1600/SAM_1475.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-Q_IqX291L30/Tn5EYrRcMZI/AAAAAAAAAXQ/7Vu2WMbFVVY/s320/SAM_1475.JPG" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Produk Draytek menjadi fokus produk yang ditampilkan. Draytek Vigor sendiri telah menjadi brand yang mulai cukup dikenal terkait dengan beragam fitur dan kemampuan yang dimilikinya.&lt;br /&gt;&lt;br /&gt;Dalam kesempatan event ini, kami menampilkan Draytek Vigor seri IPPBX 2820, VigorFly 200 dan 3200&lt;br /&gt;&lt;br /&gt;Salah satu hal menarik yang mulai marak di Indonesia adalah penggunaan IPPBX untuk perkantoran / SOHO&lt;br /&gt;&lt;br /&gt;Silahkan hubungi kami untuk keperluan komunikasi perangkat Vigor Anda..&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-2422948248643618721?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2422948248643618721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2422948248643618721'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/09/kegiatan-taiwan-excellences.html' title='Kegiatan Taiwan Excellences'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-Q_IqX291L30/Tn5EYrRcMZI/AAAAAAAAAXQ/7Vu2WMbFVVY/s72-c/SAM_1475.JPG' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-8174171493638467535</id><published>2011-09-23T21:59:00.000+07:00</published><updated>2011-09-23T22:01:50.320+07:00</updated><title type='text'>Mengapa perlu sistem antrian?</title><content type='html'>&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/-jDvnmyHkVsU/TnyfXgyK0kI/AAAAAAAAAXM/G57OYIS9v70/s1600/%253D%253Futf-8%253FB%253FSU1HMDA2MDgtMjAxMTA5MjEtMTMzOC5qcGc%253D%253F%253D-710321"&gt;&lt;img src="http://3.bp.blogspot.com/-jDvnmyHkVsU/TnyfXgyK0kI/AAAAAAAAAXM/G57OYIS9v70/s320/%253D%253Futf-8%253FB%253FSU1HMDA2MDgtMjAxMTA5MjEtMTMzOC5qcGc%253D%253F%253D-710321"  border="0" alt="" id="BLOGGER_PHOTO_ID_5655570458356666946" /&gt;&lt;/a&gt;&lt;/p&gt;Pertanyaan ini seringkali ditanyakan, bahkan pada saat antrian di customer service sangat banyak ataupun sangat sedikit, kita pun masih berpikir ulang tentang sistem ini.&lt;p&gt;Sistem ini akan membantu:&lt;br&gt;1. Mengatur antrian pelanggan sesuai dengan jenis layanan yang dikehendakinya.&lt;br&gt;2. Memonitor jumlah pelanggan yang sedang mengantri di tiap layanan&lt;br&gt;3. Memonitor lama waktu layanan per pelanggan&lt;br&gt;4. Memonitor lama waktu tunggu pelanggan hingga dilayani&lt;br&gt;5. Mengatur target lama waktu layanan&lt;br&gt;6. Mencatat waktu tunggu (idle) antar pelanggan&lt;p&gt;Semua ini sangat bermanfaat untuk mengukur tingkat layanan kita.&lt;p&gt;Silahkan hubungi kami untuk keperluan sistem antrian Anda..&lt;p&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-8174171493638467535?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8174171493638467535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8174171493638467535'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/09/mengapa-perlu-sistem-antrian.html' title='Mengapa perlu sistem antrian?'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-jDvnmyHkVsU/TnyfXgyK0kI/AAAAAAAAAXM/G57OYIS9v70/s72-c/%253D%253Futf-8%253FB%253FSU1HMDA2MDgtMjAxMTA5MjEtMTMzOC5qcGc%253D%253F%253D-710321' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-3779573824611615701</id><published>2011-09-17T17:26:00.000+07:00</published><updated>2011-09-17T17:26:27.235+07:00</updated><title type='text'>TAITRA Resmikan Taiwan Excellence 2011</title><content type='html'>&lt;h2 class="title"&gt;TAITRA Resmikan Taiwan Excellence 2011&lt;/h2&gt;&lt;div class="info single"&gt;Ditulis pada &lt;span class="date"&gt;09 June 11&lt;/span&gt;&lt;/div&gt;&lt;a href="http://www.biskom.web.id/wp-content/uploads/2011/06/TE-Press-Conf.JPG"&gt;&lt;img alt="TE Press Conf" class="alignleft size-medium wp-image-5119" height="208" src="http://www.biskom.web.id/wp-content/uploads/2011/06/TE-Press-Conf-300x208.jpg" title="TE Press Conf" width="300" /&gt;&lt;/a&gt;2011 merupakan tahun kedua bagi Taiwan External Trade Development Council (TAITRA) untuk memperkenalkan produk-produk Taiwan di Indonesia melalui kampanye Taiwan Excellence 2011.&lt;br /&gt;Bertempat di The Glass House, Jakarta, Selasa (7/6), TAITRA yang merupakan wadah bagi para produsen perangkat teknologi informasi (TI) dari Taiwan yang bekerjasama dengan Departemen Perdagangan Taiwan ini secara resmi meluncurkan kampanye Taiwan Excellence 2011.&lt;br /&gt;&lt;b&gt;James Chen&lt;/b&gt;, Direktur TAITRA Jakarta mengatakan, selama bertahun-tahun produk Taiwan seperti Acer, Asus, BenQ, MSI, Genius dan D-Link telah menjadi bagian dari keseharian masyarakat Indonesia. Hanya saja, kebanyakan konsumen tidak menyadarinya.&lt;br /&gt;“Melalui kampanye ini, para produsen perangkat TI Taiwan berharap dapat merangkul lebih dekat para konsumen di Indonesia,” imbuh James.&lt;br /&gt;&lt;a href="http://www.biskom.web.id/wp-content/uploads/2011/06/Kunjungan-Andrew-L.Y-Hsia-ke-Stand-Taiwan-Excellence-Brand.jpg"&gt;&lt;img alt="Kunjungan Andrew L.Y Hsia ke Stand Taiwan Excellence Brand" class="alignleft size-medium wp-image-5122" height="225" src="http://www.biskom.web.id/wp-content/uploads/2011/06/Kunjungan-Andrew-L.Y-Hsia-ke-Stand-Taiwan-Excellence-Brand-300x225.jpg" title="Kunjungan Andrew L.Y Hsia ke Stand Taiwan Excellence Brand" width="300" /&gt;&lt;/a&gt;James menjelaskan,&amp;nbsp; kampanye Taiwan Excellence pertama yang diselenggarakan pada 2010 lalu, di Mangga Dua, Jakara, mengikutsertakan 18 perusahaan. Namun di tahun ini, 28 perusahaan telah bergabung dalam Taiwan Excellence 2011, iantaranya; ACER, ADATA, ASUS, AVerMedia, BenQ, BIOSTAR, CHIMEI, D-Link, DrayTek, ENERMAX, EDIMAX, Genius, GIGABYTE, GOOD WAY, HiTi, IN WIN, Innergie, Leadtek, Mio, MSI, Optoma, PQI, Silicon Power, Thermaltake, Transcend, Trend Micro, VIA dan ZyXEL.&lt;br /&gt;Peluncuran kampanye ini dihadiri oleh presenter &lt;b&gt;Cathy Sharon&lt;/b&gt; yang merupakan Ambassador Taiwan Excellent Indonesia dan &lt;b&gt;Samuel Mulia&lt;/b&gt;, Brand Consultant untuk media dan penulis bidang lifestyle di surat kabar dan majalah.&lt;br /&gt;Dengan kampanye ini Taiwan Excellence akan merangkul pembeli dengan berbagai kegiatan, termasuk program online berupa kontes melalui Facebook, Twitter (@TaiwanICT), dan di situs mereka &lt;a href="http://www.taiwanexcellence.com.tw/"&gt;www.taiwanexcellence.com.tw&lt;/a&gt;. Selain itu, Taiwan Excellence membuka stand di Festival Komputer Indonesia (FKI) yang berlangsung di Jakarta Convention Center Hall B stand Nomer O, 8-12 Juni 2011.&lt;br /&gt;&lt;a href="http://www.biskom.web.id/wp-content/uploads/2011/06/Foto-bersama-di-stand-Taiwan-Excellence-Brand.jpg"&gt;&lt;img alt="Foto bersama di stand Taiwan Excellence Brand" class="alignleft size-medium wp-image-5123" height="225" src="http://www.biskom.web.id/wp-content/uploads/2011/06/Foto-bersama-di-stand-Taiwan-Excellence-Brand-300x225.jpg" title="Foto bersama di stand Taiwan Excellence Brand" width="300" /&gt;&lt;/a&gt;Sementara itu, berkaitan dengan kampanye Taiwan Excellence, New Taipei City Computer Association (NCTA) beserta anggotanya memperkenalkan project Taiwan ADOC (APEC Digital Opportunity Center) dan memberikan kesempatan kepada para pebisnis TI Taiwan untuk bertemu dengan rekan-rekan para mitra potensial di Indonesia untuk bertukar keahlian dan mengembangkan peluang bisnis yang saling menguntungkan.&lt;br /&gt;APEC Digital Opportunity Center adalah program APEC yang diprakarsai oleh pemerintahan dan sektor swasta Taiwan untuk menjembatani kesenjangan digital di negara-negara APEC, sekaligus memberikan peluang-peluang investasi yang akan di tanamkan di Indonesia dengan menjalin kerja sama antara pebisnis TI Taiwan dengan perusahaan TI di Indonesia&lt;br /&gt;Bertempat di Merak Room Jakarta Convention Center (9/6), lima belas perusahaan TI Taiwan memaparkan produk-produk andalan mereka kepada calon mitra di Indonesia dan dilangsungkan penandatanganan kerjasama antara Honorary Chairman of New Taipei City Computer Association (NCTA),&amp;nbsp;&lt;b&gt;Donald Weng&lt;/b&gt; dengan Ketua Federasi Teknologi Informasi Indonesia (FTII), &lt;b&gt;Teddy Sukardi&lt;/b&gt;&amp;nbsp; dan disaksikan oleh Representative&amp;nbsp;Taipei Economic and Trade Office in Indonesia (TETO) &lt;b&gt;Andrew Y.L. Hsia&lt;/b&gt;.&lt;br /&gt;&lt;a href="http://www.biskom.web.id/wp-content/uploads/2011/06/ADOC-Teddy-Sukardi-Andrew-L.Y.-Hsia-Donald-Weng.jpg"&gt;&lt;img alt="ADOC Teddy Sukardi - Andrew L.Y. Hsia  - Donald Weng" class="alignleft size-medium wp-image-5124" height="225" src="http://www.biskom.web.id/wp-content/uploads/2011/06/ADOC-Teddy-Sukardi-Andrew-L.Y.-Hsia-Donald-Weng-300x225.jpg" title="ADOC Teddy Sukardi - Andrew L.Y. Hsia  - Donald Weng" width="300" /&gt;&lt;/a&gt; Andrew YL Hsia, mengatakan bahwa Taiwan ingin memperkenalkan perusahaan-perusahaan TI Taiwan kepada pasar Indonesia dengan produk-produk TI yang bermerek internasional. Di sisi lain, kegiatan ini memberikan kontribusi untuk meningkatkan sirkulasi barang, meningkatkan kegiatan perdagangan, serta alih teknologi antara Taiwan dan Indonesia.&lt;br /&gt;Presiden Direktur Masterdata, &lt;b&gt;Soegiharto Santoso&lt;/b&gt;, yang merupakan Strategic Partner Taiwan Excellence di Indonesia, mengatakan bahwa suatu kebanggaan bagi Masterdata telah dipercaya untuk terus menjalin kerjasama dengan Biro Perdagangan Luar Negeri, Kementerian Ekonomi Taiwan, Republik China, dan TAITRA.&lt;br /&gt;“Sebagai pengusaha lokal, kami berharap masyarakat Indonesia terbuka untuk menjadikan Taiwan sebagai contoh yang baik karena mampu menjadi negara produsen TI besar di dunia. Dengan kerjasama yang baik, kedepan Taiwan akan tertarik untuk lebih banyak lagi melakukan investasi di Indonesia dengan cara menjalin kerjasama dengan para pengusaha TI lokal. Tentunya, kita harus optimis, suatu saat nanti kita dapat menjadi negara produsen TI yang juga handal di tingkat dunia,” ujar Soegiharto.&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-3779573824611615701?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/3779573824611615701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/3779573824611615701'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/09/taitra-resmikan-taiwan-excellence-2011.html' title='TAITRA Resmikan Taiwan Excellence 2011'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-6622509803696319188</id><published>2011-09-01T22:43:00.002+07:00</published><updated>2011-09-01T22:44:02.478+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='e-learning'/><category scheme='http://www.blogger.com/atom/ns#' term='learning management system'/><category scheme='http://www.blogger.com/atom/ns#' term='dokeos'/><title type='text'>Aplikasi LMS yang tangguh</title><content type='html'>&lt;h3 class="post-title entry-title"&gt;&lt;a href="http://blog.edusolusi.com/2011/09/aplikasi-lms-yang-tangguh.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/h3&gt;&lt;div class="separator" style="clear: both; color: black; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-d8haw2BqEdQ/Tl-kuCpMHTI/AAAAAAAAAWs/79I8aaEF7C4/s1600/Capture_NOEPlaza.JPG" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="218" src="http://3.bp.blogspot.com/-d8haw2BqEdQ/Tl-kuCpMHTI/AAAAAAAAAWs/79I8aaEF7C4/s320/Capture_NOEPlaza.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="color: black;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: black;"&gt;Dalam salah satu diskusi dengan para pengembang aplikasi Learning Management System (LMS) khususnya adalah DOKEOS, hal menarik yang mereka sampaikan adalah mereka baru saja menyelesaikan pekerjaan dengan Kementrian Pendidikan Thailand (&lt;span style="font-size: 11pt;"&gt;Ministry of Education of Thailand).&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: black;"&gt;&lt;span style="font-size: 11pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: black;"&gt;&lt;span style="font-size: 11pt;"&gt;Website yang ditunjukan adalah http://www.noeplaza.org. Website ini saat ini (Sep 2011) melayani hingga 100.000 user dan mereka akan mengarah hingga 1 juta user pada tahun ini juga. Dokeos sendiri juga memiliki beberapa versi, ada yang opensource dan versi Pro. Versi Pro inilah yang disarankan untuk digunakan, tentu saja tidak gratis dan biayanya cukup mahal, tapi bila dibandingkan dengan manfaatnya, tentu lebih banyak manfaatnya.&lt;/span&gt;&lt;/div&gt;&lt;div style="color: black;"&gt;&lt;span style="font-size: 11pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: black;"&gt;&lt;span style="font-size: 11pt;"&gt;Silahkan mencoba dan menggunakan aplikasi ini, dapat didownload disini (www.dokeos.com). Sedangkan untuk implementasi dan pengayaan kontennya, dapat menghubungi kami.&lt;/span&gt;&lt;/div&gt;&lt;div style="color: black;"&gt;&lt;span style="font-size: 11pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="content-header"&gt;&lt;h2&gt;Dokeos or Dokeos PRO?&lt;/h2&gt;&lt;/div&gt;Dokeos is the Open Source alternative&amp;nbsp; Learning System.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Dokeos&lt;/strong&gt; – Open Source, will always be free of charge&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Dokeos PRO&lt;/strong&gt; – Open Source with commercial support and extended features&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-6622509803696319188?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6622509803696319188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/6622509803696319188'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/09/aplikasi-lms-yang-tangguh.html' title='Aplikasi LMS yang tangguh'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-d8haw2BqEdQ/Tl-kuCpMHTI/AAAAAAAAAWs/79I8aaEF7C4/s72-c/Capture_NOEPlaza.JPG' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-1565845708503479669</id><published>2011-09-01T13:43:00.001+07:00</published><updated>2011-09-01T13:43:37.125+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='raid'/><category scheme='http://www.blogger.com/atom/ns#' term='NAS'/><category scheme='http://www.blogger.com/atom/ns#' term='data center'/><category scheme='http://www.blogger.com/atom/ns#' term='storage'/><title type='text'>Redundant Array of Independent Disks (RAID) dengan QNAP</title><content type='html'>&lt;strong class="text_15blue"&gt;Solusi QNAP Turbo NAS merupakan solusi yang mudah, murah dan terjangkau untuk mengembangkan NAS (Network Attached Storage). Dengan adanya NAS, maka kita dapat dengan mudah melakukan backup atas data-data kita, baik yang ada di PC ataupun server ke server NAS ini. Salah satu fitur yang harus ada di tiap NAS adalah RAID. Fitur ini akan sangat membantu apabila terjadi kegagalan dalam perangkat harddisk yang ada.&lt;/strong&gt;&lt;br /&gt;&lt;strong class="text_15blue"&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;QNAP Turbo NAS series provides from 2-bay to 8-bay models for users to execute advanced RAID configurations. The high end 8-bay NAS supports RAID 0, 1, 5, 6, 10, 5+hot spare, 6+hot spare, 10+hot spare configuration. Considering the performance gain and extra redundancy, users can choose the most appropriate RAID configuration according to the demands to reduce the risk data loss caused by hard disk failure. QNAP NAS supports advanced RAID configurations and multiple RAID volumes on a single NAS:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;RAID 0 (Disk Striping): performance gain but without redundancy &lt;br /&gt; &lt;img src="http://www.qnap.com/features/RAID/images/RAID0.jpg" /&gt;&lt;br /&gt; RAID 0 (striping disk) combines 2 or more hard drives into one larger volume. The data is written to the hard drive without any parity information and no redundancy is offered.&lt;br /&gt;If you install four hard drives in the Turbo NAS and format the drives as “RAID 0”, the total capacity of the volume is 500GB x 4 = 2TB. &lt;br /&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;RAID 1 (Disk Mirroring): allows one disk failure &lt;br /&gt; &lt;img src="http://www.qnap.com/features/RAID/images/RAID1.jpg" /&gt;&lt;br /&gt; RAID 1 duplicates the data between two hard drives to provide disk mirroring.&lt;br /&gt;If you install four hard drives in the Turbo NAS and format each pair of hard drives as “RAID 1”, the capacity of each RAID 1 volume is 1TB (500GB + 500GB). The total storage capacity of the NAS is 2TB. &lt;br /&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;RAID 5 (Disk Striping with parity): allows one disk failure &lt;br /&gt; &lt;img src="http://www.qnap.com/features/RAID/images/RAID5.jpg" /&gt;&lt;br /&gt; The data are striped across all the hard drives in a RAID 5 array. The parity information is distributed and stored across each hard drive. A minimum of three hard drives is required.&lt;br /&gt;If you install four hard drives in the Turbo NAS and format the drives as “RAID 5”, the total capacity of the volume is 500GB x (4-1) = 1.5TB. &lt;br /&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;RAID 6 (Disk Striping with 2 parities): allows two disk failure &lt;br /&gt; &lt;img src="http://www.qnap.com/features/RAID/images/RAID6.jpg" /&gt;&lt;br /&gt; The data are striped across all the hard drives in a RAID 6 array. RAID 6 differs from RAID 5 that a second set of parity information is stored across the member drives in the array. The total capacity of RAID 6 disk volume is equal to the size of the smallest disk in the array x (no. of hard disks-2). RAID 6 tolerates failure of two hard drives at the same time.&lt;br /&gt;If you install four hard drives in the Turbo NAS and format the drives as “RAID 6”, the total capacity of the volume is 500GB x (4-2) = 1TB. &lt;br /&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;RAID 10 (Disk Mirroring and Striping): allows one disk failure from each RAID 1 pair &lt;br /&gt; &lt;img src="http://www.qnap.com/features/RAID/images/RAID10.jpg" /&gt;&lt;br /&gt; RAID 10 combines four or more disks in a way that protects data against loss of non-adjacent disks. It provides security by mirroring all the data on a secondary set of disks while using striping across each set of disks to speed up data transfers.&lt;br /&gt;If you install four hard drives in the Turbo NAS and format the drives as “RAID 10”, the total capacity of the volume is 1TB (500GB+ 500GB). &lt;br /&gt; &lt;/li&gt;&lt;/ul&gt;In addition, single disk and JBOD volumes are also supported for flexible configurations. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-1565845708503479669?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1565845708503479669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1565845708503479669'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/09/redundant-array-of-independent-disks.html' title='Redundant Array of Independent Disks (RAID) dengan QNAP'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-101986633782955241</id><published>2011-08-31T19:47:00.000+07:00</published><updated>2011-08-31T19:47:11.294+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='helpdesk'/><category scheme='http://www.blogger.com/atom/ns#' term='servicedesk plus'/><title type='text'>The Happiness Imperative: 4 Steps to Satisfied Help Desk Customers</title><content type='html'>&lt;div class="jive-blog-post-subject-header jive-blog-post-subject-header-withavatar"&gt;                        &lt;div&gt;                            &lt;h2&gt;&lt;a class="font-color-normal" href="https://communities.bmc.com/communities/community/bsm_initiatives/itsm/blog/2011/07/27/the-happiness-imperative-4-steps-to-satisfied-help-desk-customers"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;div class="jive-blog-post-subject-stats"&gt;                                Posted by &lt;a class="jiveTT-hover-user jive-username-link" data-avatarid="2143" data-externalid="" data-username="itsmguy" href="https://communities.bmc.com/communities/people/itsmguy" id="jive-3879410554387577128837"&gt;ITSM Guy&lt;/a&gt; on Jul 27, 2011 8:42:04 AM                            &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;We’ve all heard the jokes about the “helpless desk.” Employees complain about the lack of service. Help desk staff lament the lack of respect. The fact is the help desk represents a huge opportunity. It occupies critical real estate in the enterprise. It’s &lt;a class="jive-link-external-small" href="http://www.bmc.com/products/offering/Service-Request-Management.html"&gt;where IT meets the business&lt;/a&gt;, and ultimately, cements the impression that many employees have of the IT department as a whole. Keeping your help desk customers happy fuels business productivity and ensures the IT department is viewed as a valuable asset. &lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Boosting your help desk customers’ happiness quotient (HQ) is no small task as customer expectations of service and of receiving service are at an all-time high. Outside of their day jobs, a new generation of customers relies on emerging technologies for unlimited connectivity, mobility and access to unprecedented volumes of information, uninterrupted communication and 24/7 service. They anticipate the same conditions in the workplace. It’s this expectation that has helped spawn a much-talked-about trend: &lt;em&gt;the consumerization of IT&lt;/em&gt;.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;In a recent &lt;em&gt;InformationWeek&lt;/em&gt; piece, &lt;a class="jive-link-external-small" href="http://www.informationweek.com/news/software/app_optimization/229500036"&gt;columnist Jonathan Feldman wrote&lt;/a&gt;, “Consumerization is banging down the door of IT.”He continued, “…the CIOs I talk with do get it, but they're vastly outnumbered by their staff, and staffers don't necessarily get it yet. CIOs are going to have to take the time to educate their staff in what consumerization is, why it's not going away, and how it may even make their lives easier or better."&lt;a class="jive-link-anchor-small" href="https://communities.bmc.com/communities/community/bsm_initiatives/itsm/blog/2011/07/27/the-happiness-imperative-4-steps-to-satisfied-help-desk-customers#_ftn1"&gt;&lt;sup style="font-family: 'Cambria','serif';"&gt;&lt;sup style="font-family: 'Cambria','serif'; font-size: 12pt;"&gt; &lt;/sup&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;IT organizations that are serious about improving help desk service—and reputations—will embrace this new reality. The good news is that they don’t have to break new ground to get started. Companies in the business-to-consumer space are already blazing those trails, adapting to the ever-changing expectationsof their always-on, always-connected customers. Their best practices translate well to IT help desk principles. &lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;How? Here are four steps to help you get started:&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;strong style="font-family: Cambria; font-size: 12pt; font-weight: bold;"&gt;1] Help customers help themselves&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Today’s help desk customers are technically savvy. They have come to expect service that’s timely—often, instant—effective and on their terms. If it doesn’t meet their expectations, they will seek resolutions on their own. &lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;This does not bode well for the help desk’s reputation and can result in ineffective,even destructive, work-arounds that end up haunting IT staff. &lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Enter self-sufficiency. A self-service infrastructure allows customers to create and resolve their own incidents, freeing help desk staff from tending to the most repetitive, time-consuming incidents. This means, for example, allowing your customers to reset their own passwords and update tickets. &lt;a href="https://communities.bmc.com/communities/servlet/JiveServlet/showImage/38-3136-18828/SRMconsole.png"&gt;&lt;img alt="SRMconsole.png" class="jive-image-thumbnail jive-image" height="252" src="https://communities.bmc.com/communities/servlet/JiveServlet/downloadImage/38-3136-18828/386-252/SRMconsole.png" style="float: right;" width="386" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Asyou learn how your customers are using self-service, you will gain greater insight into their needs. You will also feel more comfortable about accommodating them, in a consistent, highly controlled manner. Then you can expand your service offering, allowing customers to submit hardware and software requests or providing systems access, for example. The result: Your customers enjoy greater flexibility and responsiveness, while your IT staff improves efficiency and control.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;strong style="font-family: Cambria; font-size: 12pt; font-weight: bold;"&gt;2] Promote transparency &lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Self-serviceworks when there is transparency. In other words, customers must have access to useful information that helps them resolve their problems (preferably delivered in compliance with &lt;a class="jive-link-external-small" href="http://www.bmc.com/solutions/esm-initiative/IT-Infrastructure-Library-ITIL.html"&gt;ITILbest practices&lt;/a&gt;). &lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;For example, how many tickets are opened when there’s a system-wide outage in your organization? Why not give your customers a way to find out if their problems spring from a universal issue before logging a ticket? Broadcast the details associated with IT issues that are currently impacting the organization and let your customers see what other employees are searching for. Give them access to a shared knowledge base to troubleshoot their own issues, while ensuring helpdesk staff can tap a broader knowledge base that archives past responses to customer questions and requests.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Transparency can have a halo effect, too. As customers have more access to and visibility ofthe information they need to resolve their issues, their level of trust in theIT organization grows. This can help break down the barriers between IT and thebusiness.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;strong style="font-family: Cambria; font-size: 12pt; font-weight: bold;"&gt;3] Make them feel at home&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Today’s help desk customer represents a younger generation used to live chat, instant messaging, online discussion forums, tweets and status updates. By providing them with the tools and channels that resemble those they rely on every day,they can engage with IT on their own terms. They may even come to regard IT as a partner, invested in their success.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;For example, with real-time collaboration tools, they can see where their peers are having trouble and how they’re resolving issues. When they’re operating in their own comfort zone, they’ll reach positive outcomes more quickly—and without the angst associated with processes that have been thrust upon them.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;strong style="font-family: Cambria; font-size: 12pt; font-weight: bold;"&gt;4] Hold yourself accountable&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Thanks to the Internet, mobile devices and social media, word of mouth plays a greater role than ever in influencing reputation. The help desk is not immune. Your customers can quickly share their satisfaction—and disappointment—with your service. All it takes is a text here or an instant message there to compromise your reputation. By establishing a few accountability controls upfront, you can stave off the need for damage control later.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Startout by setting realistic service levels and soliciting buy-in from the business. Next, ensure your help desk is adequately staffed and skilled to deliver. Keep your customers in the loop by publishing the details of those service levels and clarifying expectations at every interaction. &lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Maintain open communication with your customers. Survey them on a regular basis to find out what’s working and what could be improved. Act on their recommendations and close the loop by reiterating their recommendations and sharing your resolutions.&lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 12pt;"&gt;Historically,the help desk has been home to a cultural divide. Those who staff it own the knowledge crucial to keeping the business moving forward. Their customers, increasing technically adept, are beholden to them. Sometimes, it seems like never the twain shall meet. To ensure they do, however, communication is key.&amp;nbsp; That means embracing a new market reality and aligning help desk infrastructure and processes with evolving customer behaviors and expectations. Done right, it can boost everyone’s HQ. &lt;/span&gt;&lt;br /&gt;&lt;div style="height: 8pt; min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Cambria; font-size: 10pt;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;span style="font-family: Cambria; font-size: 11pt;"&gt;See this in action with &lt;a class="jive-link-external-small" href="http://www.bmc.com/products/product-videos/itsm-ondemand-overview.html?intcmp=stb_remedyondemand_see"&gt;some really cool videos&lt;/a&gt;!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-101986633782955241?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/101986633782955241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/101986633782955241'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/happiness-imperative-4-steps-to.html' title='The Happiness Imperative: 4 Steps to Satisfied Help Desk Customers'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-9044725031893698426</id><published>2011-08-29T16:32:00.000+07:00</published><updated>2011-08-29T16:33:15.117+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='airflow'/><category scheme='http://www.blogger.com/atom/ns#' term='data center'/><title type='text'>Solusi Pengaturan Udara Data Center dengan TATE</title><content type='html'>&lt;div id="heading"&gt;&lt;strong&gt;Selain menggunakan Precision Air Conditioning (PAC), kita akan mengenal juga solusi pengaturan udara / sirkulasi di ruangan Data center. Salah satu solusi yang ditawarkan adalah menggunakan produk dari TATE. Berikut solusinya.&lt;/strong&gt;&lt;/div&gt;&lt;div id="heading"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/div&gt;&lt;div id="heading"&gt;&lt;strong&gt;DirectAire™ &amp;amp; DirectAire™ X2&lt;/strong&gt;&lt;br /&gt;The High Density Directional Airflow Solution for Data Centers&lt;/div&gt;&lt;div id="rightcopy"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;table align="right" border="0" cellspacing="10"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img align="right" src="http://www.tateaccessfloors.com/images/directaire.gif" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;strong&gt;Unlike other grates the DirectAire and DirectAire X2 angle the airflow toward the server rack to significantly reduce bypass air. DirectAire is designed for a one-to-one pairing with a standard 42U rack while DirectAire X2 is intended to provide even airflow delivery to racks on either side of the cold aisle in a legacy data center that has only one accessible airflow panel. Both offer the same directional airflow, strong durable design and improved energy performance. &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The elimination of bypass air saves operating expenses in existing facilities and reduces capital expenditures on cooling equipment in new facilities. DirectAire's superior load performance is ideal for retrofit and new construction, easily integrating into your existing raised floor system.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;table cellpadding="5" cellspacing="5" height="219" style="width: 543px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td height="193" valign="top" width="269"&gt;&lt;strong&gt;DirectAire&lt;/strong&gt;&lt;br /&gt;Key Performance Characteristics&lt;br /&gt;&lt;ul style="list-style-type: square; margin-left: 0px; padding-left: 20px;"&gt;&lt;li class="style15"&gt;Directional air flow achieves a 93% total air capture &lt;/li&gt;&lt;li class="style15"&gt;Pressure equalizing diffusion blades&lt;/li&gt;&lt;li class="style15"&gt;Cools over 25kW per rack&lt;/li&gt;&lt;li class="style15"&gt;68% open area delivers 2,600CFM @ .1" H&lt;sub&gt;2&lt;/sub&gt;O &lt;/li&gt;&lt;li class="style15"&gt;Reduces capital expenditures on cooling infrastructure by 40% &lt;/li&gt;&lt;li class="style15"&gt;Over 40% annual fan energy savings &lt;/li&gt;&lt;li class="style15"&gt;2,500 lbs design load boosted to 3,000 lbs with HD stringer &lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;td valign="top" width="269"&gt;&lt;strong&gt;DirectAire X2&lt;/strong&gt;&lt;br /&gt;Key Performance Characteristics&lt;br /&gt;&lt;ul style="list-style-type: square; margin-left: 0px; padding-left: 20px;"&gt;&lt;li class="style15"&gt;Allows for directional airflow delivery to two racks when the existing cold can only accommodate one airflow panel.&lt;/li&gt;&lt;li class="style15"&gt;Capable of cooling &amp;gt;14kW per rack due to evenly split nature of directional airflow paths.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;hr /&gt;&lt;table align="right" border="0" cellpadding="0" style="width: 211px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;strong&gt;Total Air Capture &amp;amp; Data Center Airflow &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Total Air Capture (TAC) rate refers to the amount of air delivered through the airflow panel that is then captured by the server rack. The server rack profile below represents a standard 24" x 76" server rack. Lines have been added to show the three zones of the server rack. Zone 1 represents the bottom of the rack closest to the floor and Zone 3 represents the top of the rack farthest from the air supply. You will notice that the DirectAire grate delivers 93% of it's 2,600 CFM at .1" H2O to the face of the server.The data reported on the smoke test images below show the distribution of airflow through both panels for each zone in a 42U rack. You will notice the airflow through the DirectAire grate is spread evenly across the three zones of the rack. When racks are placed 6" from the edge of a DirectAire X2 panel as shown the airflow is divided evenly between the two adjacent racks.&lt;br /&gt;&lt;table align="center" border="0" cellpadding="5" style="width: 460px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top" width="218"&gt;&lt;div align="center"&gt;&lt;span class="style16"&gt;&lt;strong&gt;DirectAire&lt;br /&gt;2600 CFM Delivered @ .1" H&lt;sub&gt;2&lt;/sub&gt;O&lt;br /&gt;2420 CFM Captured&lt;br /&gt;93% TAC &lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td valign="top" width="216"&gt;&lt;div align="center"&gt;&lt;span class="style16"&gt;&lt;strong&gt;DirectAire X2&lt;br /&gt;2840 CFM Delivered @ .1" H&lt;sub&gt;2&lt;/sub&gt;O&lt;br /&gt;2752 CFM Captured&lt;br /&gt;93% TAC &lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="218"&gt;&lt;div align="center"&gt;&lt;span class="style16"&gt;&lt;img align="top" height="325" src="http://www.tateaccessfloors.com/images/Smoke1.jpg" width="200" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td valign="top" width="216"&gt;&lt;div align="center"&gt;&lt;span class="style16"&gt;&lt;img align="top" height="342" src="http://www.tateaccessfloors.com/images/X2_Smoke.jpg" width="200" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="218"&gt;&lt;span class="style16"&gt;The DirectAire smoke test above shows directional airflow path and air capture rate per zone at the face of a standard 24" x 76" server rack. &lt;/span&gt;&lt;/td&gt;&lt;td class="style16" valign="top" width="216"&gt;The DirectAire X2 smoke test above shows directional airflow path and air capture rate per zone at the face of a standard 42U server rack.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;hr /&gt;&lt;strong&gt;Eliminate the Burden of Airflow Containment&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Containment systems in a data center come with many challenges including fire code requirements, service distribution restraints and limited flexibility. Unlike other panels which throw air straight up in a vertical plume the DirectAire’s angular throw evenly distributes the majority of the air it delivers directly to the face of the rack providing effective containment when used in conjunction with best practices.&lt;br /&gt;&lt;table align="center" border="0" cellpadding="2" style="width: 506px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;img height="205" src="http://www.tateaccessfloors.com/images/airflow1.jpg" width="150" /&gt;&lt;/td&gt;&lt;td valign="top"&gt;&lt;img height="205" src="http://www.tateaccessfloors.com/images/airflow2.jpg" width="150" /&gt;&lt;/td&gt;&lt;td valign="top"&gt;&lt;img height="205" src="http://www.tateaccessfloors.com/images/airflow3.jpg" width="150" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16" valign="top" width="150"&gt;DirectAire’s 93%TAC rate enables you to gain near peak airflow without containment.&lt;/td&gt;&lt;td class="style16" valign="top" width="150"&gt;DirectAire X2 enables you to maximize airflow in aisles with a single row of airflow panels without containment.&lt;/td&gt;&lt;td valign="top" width="150"&gt;&lt;span class="style16"&gt;Typical airflow panels require containment systems to ensure maximum airflow to the racks.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;hr /&gt;&lt;strong&gt;High Density Cooling Capacity &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;DirectAire’s ability to deliver high volumes of air directly and evenly across the face of the server rack gives it the unique ability to handle very high density equipment. The table below lists cooling capacities per rack based on a mathematical calculation for systems without containment.&lt;br /&gt;(CFM x Total Air Capture %) / 120 (CFM need to cool 1kW @ 25°F ∆) = kW per rack.&lt;br /&gt;&lt;table align="center" border="1" cellpadding="0" cellspacing="0" style="width: 418px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bgcolor="#CCCCCC" class="style16" colspan="4" height="38"&gt;&lt;div align="center"&gt;&lt;div align="center"&gt;&lt;strong&gt;DirectAire™ &amp;amp; DirectAire™ X2&lt;br /&gt;CFM &amp;amp; Cooling Capacity &lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16" height="33" valign="bottom" width="79"&gt;&lt;div align="center"&gt;&lt;strong&gt;Pressure&lt;br /&gt;(in. H&lt;sub&gt;2&lt;/sub&gt;O) &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="style16" valign="bottom" width="69"&gt;&lt;div align="center"&gt;&lt;strong&gt;CFM&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="style16" valign="bottom" width="128"&gt;&lt;div align="center"&gt;&lt;span class="style17"&gt;&lt;div align="center"&gt;&lt;strong&gt;DirectAire&lt;br /&gt;kW/Rack (93% TAC) &lt;/strong&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="style16" valign="bottom" width="132"&gt;&lt;div align="center"&gt;&lt;strong&gt;DirectAire X2&lt;br /&gt;kW/Rack (93% TAC) &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.02&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;1151&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;8.5&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;4.2&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.04&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;1626&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;12.0&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;6.0&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.05&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;1844&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;13.6&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;6.8&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.06&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;2007&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;14.8&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;7.4&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.08&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;2318&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;17.1&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;8.6&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.10&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;2594&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;19.1&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;9.6&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.12&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;2823&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;20.8&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;10.4&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.14&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;3027&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;22.3&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;11.2&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.16&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;3217&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;23.7&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;11.9&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.18&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;3378&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;24.9&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;12.5&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;.20&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;3433&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;25.3&lt;/div&gt;&lt;/td&gt;&lt;td class="style16"&gt;&lt;div align="center"&gt;12.7&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="style12"&gt;*Cooling capacities were calculated using the following formula:&lt;br /&gt;(CFM x Total Air Capture %) / 126(CFM needed to cool 1kW @ 25ºF ) = kW per rack.&lt;br /&gt;&lt;/div&gt;&lt;hr /&gt;&lt;strong&gt;Strong &amp;amp; Durable&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Both DirectAire’s feature all steel construction making them the strongest airflow panels on the market. With a 2000 lb Rolling Load, 2500 lb Design Load and a Minimum Safety Factor of 2.0 equipment can be moved over the airflow panels without worry.&lt;br /&gt;&lt;table align="center" border="1" cellpadding="0" cellspacing="0" style="width: 521px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bgcolor="#CCCCCC" colspan="9" height="39"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;DirectAire™ &amp;amp; DirectAire™ X2&lt;br /&gt;System Performance Criteria*&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="2" valign="bottom" width="97"&gt;&lt;span class="style27"&gt;Unerstructure&lt;/span&gt;&lt;/td&gt;&lt;td rowspan="2" valign="bottom" width="56"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;System&lt;br /&gt;Weight&lt;br /&gt;(lbs/ft&lt;sup&gt;2&lt;/sup&gt;&lt;/strong&gt;)&lt;/div&gt;&lt;/td&gt;&lt;td colspan="2" valign="bottom"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;Static Loads &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan="2" valign="bottom"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;Rolling Loads &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td rowspan="2" valign="bottom" width="48"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;Impact&lt;br /&gt;Loads&lt;br /&gt;(lbs)&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td rowspan="2" valign="bottom" width="60"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;CFM&lt;br /&gt;(.10" H&lt;sub&gt;2&lt;/sub&gt;O) &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td rowspan="2" valign="bottom" width="51"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;Total&lt;br /&gt;Air Capture &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height="44" valign="bottom" width="48"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;Design&lt;br /&gt;Loads&lt;br /&gt;(lbs)&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td valign="bottom" width="47"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;Safety&lt;br /&gt;Factors&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td valign="bottom" width="47"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;10&lt;br /&gt;Passes&lt;br /&gt;(lbs)&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td valign="bottom" width="47"&gt;&lt;div align="center" class="style16"&gt;&lt;strong&gt;10,000&lt;br /&gt;Passes&lt;br /&gt;(lbs)&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height="36"&gt;&lt;span class="style16"&gt;Bolted Stringer &lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;13.0&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;2500&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;Min&amp;gt;2&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;2000&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;2000&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;200&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;2600&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center" class="style16"&gt;93%&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class="style12"&gt;*System load tests are conducted following CISCA's Recommended Test Procedures with the exception of Design Load. Design Load is a CISCA Concentrated Load Test performed on actual understructure using yield pint and safety factors in place of deflection. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;strong&gt;Improve Data Center Financial Performance&lt;/strong&gt;&lt;br /&gt;DirectAire maximizes the financial performance of any new or existing data center. The precise delivery of air reduces bypass airflow allowing new facilities to reduce the number of CRAH units. Retrofits can set CRAH units with fixed speed fans to standby mode or adjust variable fan drives to operate at a lower static pressure, saving energy. Likewise the 93% TAC rate eliminates the need for a full containment system. The facilities overall cooling capacity will also be improved allowing for the addition of IT equipment without the capital investments on infrastructure.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-9044725031893698426?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/9044725031893698426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/9044725031893698426'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/solusi-pengaturan-udara-data-center.html' title='Solusi Pengaturan Udara Data Center dengan TATE'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-820987239402853078</id><published>2011-08-26T22:39:00.001+07:00</published><updated>2011-08-26T22:39:33.724+07:00</updated><title type='text'>How mature is your datacenter?</title><content type='html'>By David Chernicoff | August 25, 2011, 6:39am PDT&lt;p&gt;It should come as no surprise that the changes in technology and business needs that impact the datacenter are coming along at a fast and furious pace. With the term &amp;#39;green&amp;quot; being applied to just about everything related to the datacenter, operators are continually looking for ways to improve their business processes and to evaluate what their future needs will be, not just in terms of performance and price, but also using metrics that were unthought-of of a decade ago, such as sustainability, carbon impact, and energy efficiency.&lt;p&gt;With the &lt;a href="http://greengrid.org"&gt;greengrid.org&lt;/a&gt;&amp;#39;s Data Center Maturity Model, a datacenter operator can find the context for all areas of their datacenter operation. Despite it&amp;#39;s name, the metric isn&amp;#39;t one that determines where you are in the lifecycle of your datacenter, but rather one which determoines how well situated your current datacenter is in terms of meeting the current standard for an efficient operation and how well positioned it is for the future.&lt;p&gt;The metric considers all areas of datacenter operation from facilities to IT loads, and allows the user to determine where in the datacenter operations world their facility is on, above, or behind the curve.&amp;#160; It does this by providing infomatioon that was derived by starting with a datacenter implementation whichis strictly olkd school and has put no effort into future proofing or even meeting current standards that define a green and business effective datacenter, then builds on that base through five levels of datacenter maturity that show you where your facility is in terms of current datacenter trends.&lt;p&gt;The evaluative criterion, which is fairly detailed, is broken down into five levels:&lt;p&gt;Level 0: This is the baseline level. Little to no progress has been attempted or made in m oving the datacenter towards being a more efficient and greener facility.&lt;p&gt;Level 1: At this level, management is aware of the current best practices for their datacenter and has begun to implement policies and planning that will bring them in line with current standards.&lt;p&gt;Level 2: At this level, the facility is doing a good job meeting current best practices standards for their day to day operations.&lt;p&gt;Level 3/Level 4: Ath these levels steps are being taken to look towards the future, with changes being made to the datacenter that reflect future trends, standards, and long term goals.&lt;p&gt;Level 5: Visionary - Five years away. At his level the datacenter is going far beyond simply meeting the current best practices standard and is actively implementing and pursuing cutting edge technologies and strategies that are going to be the driving forces projected in datacenter technologies in the near future.&lt;p&gt;When you take a look at the DCMM chart you can see that not every aspect of your datacenter is likely to fit cleanly into a well-defined niche, but the model does give you a good idea of where all aspects of your datacenter operation stand, relative to planning and the future, and for that reason alone, it&amp;#39;s worth a good look.&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-820987239402853078?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/820987239402853078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/820987239402853078'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/how-mature-is-your-datacenter.html' title='How mature is your datacenter?'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-1604049904160220692</id><published>2011-08-26T22:36:00.001+07:00</published><updated>2011-08-26T22:36:34.301+07:00</updated><title type='text'>Mengenal Data Center Maturity Model</title><content type='html'>The Green Grid has developed the Data Center Maturity Model (DCMM) and&amp;#160;supporting white paper&amp;#160; to outline capability descriptors by area such that users can benchmark their current performance, determine their levels of maturity, and identify the ongoing steps and innovations necessary to achieve greater energy efficiency and sustainability, both today and into the future.&amp;#160; The maturity model touches upon every aspect of the data center including power, cooling, compute, storage and network. The levels of the model outline current best practices and a 5-year roadmap for the industry.&lt;br&gt;&lt;br&gt;Downloads:&lt;br&gt;DCMM - Full Model&lt;br&gt;DCMM - All Individual Sections in Zip File&lt;br&gt;DCMM - Compute Section&lt;br&gt;DCMM -&amp;#160;Cooling Section&lt;br&gt;DCMM -&amp;#160;Management Section&lt;br&gt;DCMM -&amp;#160;Network Section&lt;br&gt;DCMM -&amp;#160;Other Facility&amp;#160;Section&lt;br&gt;DCMM -&amp;#160;Other IT&amp;#160;Section&lt;br&gt;DCMM - Poster (Standard E) &lt;br&gt;DCMM - Poster (A0) &lt;br&gt;DCMM - Power Section&lt;br&gt;DCMM - Storage Section&lt;br&gt;&lt;br&gt;Download lengkap disini:&lt;br&gt;&lt;a href="http://www.thegreengrid.org/Global/Content/Tools/DataCenterMaturityModel.aspxbuild-access-manage"&gt;http://www.thegreengrid.org/Global/Content/Tools/DataCenterMaturityModel.aspx&lt;br&gt;build-access-manage&lt;/a&gt; on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-1604049904160220692?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1604049904160220692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1604049904160220692'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/mengenal-data-center-maturity-model.html' title='Mengenal Data Center Maturity Model'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-502302328130786151</id><published>2011-08-26T08:09:00.002+07:00</published><updated>2011-08-26T08:10:02.222+07:00</updated><title type='text'>KEUNGGULAN AXIS NETWORK VIDEO SURVEILLANCE</title><content type='html'>&lt;input height="197" longdesc="undefined" src="http://www.axis.com/cache/imagegen/13328302c88db5ce89609429776f6c9a.jpg" type="image" width="450" /&gt;&lt;div style="text-align: justify;"&gt;AXIS&amp;nbsp;Network Video Surveillance System memiliki banyak kelebihan dan memberikan banyak fungsi yang tidak dimiliki oleh Analog Video Surveillance System. Kelebihannya termasuk akses secara remote, kulaitas gambar superior, event management and kemampuan intelligent video, sangat mudah diiintegration dengan system lain.&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#remote"&gt;Akses secara remote&lt;img alt="Akses secara remote" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#high"&gt;High Image Quality&lt;img alt="High Image Quality" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#event"&gt;Event Management and Intelligent Video&lt;img alt="Event Management and Intelligent Video" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#easy"&gt;Future-proof integration&lt;img alt="Future-proof integration" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#scala"&gt;Skalabel dan fleksibel&lt;img alt="Skalabel dan fleksibel" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#cost"&gt;Cost-Effectiveness&lt;img alt="Cost-Effectiveness" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Remote accessibility&lt;a href="" name="remote"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt;Network cameras and video encoders can be configured and accessed remotely, enabling multiple, authorized users to view live and recorded video at any time and from virtually any networked location in the world. This is advantageous if users would like a third-party company, such as a security firm, to also gain access to the video. In a traditional analog CCTV system, users would need to be at a specific, on-site monitoring location to view and manage video, and off-site video access would not be possible without such equipment as a video encoder or a network digital video recorder (DVR). A DVR is the digital replacement for the video cassette recorder.&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#top"&gt;&lt;span style="color: #993300;"&gt;Back to top&amp;gt;&amp;gt;&lt;/span&gt;&lt;img alt="Back to top&amp;gt;&amp;gt;" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3&gt;High image quality&lt;a href="" name="high"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt;In a video surveillance application, high image quality is essential to be able to clearly capture an incident in progress and identify persons or objects involved. With progressive scan and megapixel technologies, a network camera can deliver better image quality and higher resolution than an analog CCTV camera.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Image quality can also be more easily retained in a network video system than in an analog surveillance system. With analog systems today that use a DVR as the recording medium, many analog-to-digital conversions take place: first, analog signals are converted in the camera to digital and then back to analog for transportation; then the analog signals are digitized for recording. Captured images are degraded with every conversion between analog and digital formats and with the cabling distance. The further the analog video signals have to travel, the weaker they become.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In a fully digital IP-Surveillance system, images from a network camera are digitized once and they stay digital with no unnecessary conversions and no image degradation due to distance traveled over a network. In addition, digital images can be more easily stored and retrieved than in cases where analog video tapes are used.&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#top"&gt;&lt;span style="color: #993300;"&gt;Back to top&amp;gt;&amp;gt;&lt;/span&gt;&lt;img alt="Back to top&amp;gt;&amp;gt;" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3&gt;Event management and intelligent video&lt;a href="" name="event"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt;There is often too much video recorded and lack of time to properly analyze them. Advanced network cameras and video encoders with built-in intelligence or analytics take care of this problem by reducing the amount of uninteresting recordings and enabling programmed responses. Such functionalities are not available in an analog system.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Axis network cameras and video encoders have built-in features such as video motion detection, audio detection alarm, active tampering alarm, I/O (input/output) connections, and alarm and event management functionalities. These features enable the network cameras and video encoders to constantly analyze inputs to detect an event and to automatically respond to an event with actions such as video recording and sending alarm notifications.&lt;/div&gt;&lt;table border="0" style="margin-left: 15px;"&gt;&lt;caption style="font-style: italic; text-align: left; vertical-align: bottom;"&gt;Setting up an event trigger using a network camera’s user interface.&lt;/caption&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img alt="Screenshot from the IP camera's user interface" border="0" height="480" src="http://www.axis.com/products/video/about_networkvideo/img/1_2a.jpg" width="500" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: justify;"&gt;Event management functionalities can be configured using the network video product’s user interface or a video management software program. Users can define the alarms or events by setting the type of triggers to be used and when. Responses can also be configured (e.g., recording to one or multiple sites, whether local and/or off-site for security purposes; activation of external devices such as alarms, lights and doors; and sending notification messages to users).&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#top"&gt;&lt;span style="color: #993300;"&gt;Back to top&amp;gt;&amp;gt;&lt;/span&gt;&lt;img alt="Back to top&amp;gt;&amp;gt;" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3&gt;Easy, future-proof integration&lt;/h3&gt;&lt;div style="text-align: justify;"&gt;Network video products based on open standards can be easily integrated with computer and Ethernet-based information systems, audio or security systems and other digital devices, in addition to video management and application software. For instance, video from a network camera can be integrated into a Point of Sales system or a building management system.&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#top"&gt;&lt;span style="color: #993300;"&gt;Back to top&amp;gt;&amp;gt;&lt;/span&gt;&lt;img alt="Back to top&amp;gt;&amp;gt;" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3&gt;Scalability and flexibility&lt;/h3&gt;&lt;div style="text-align: justify;"&gt;A network video system can grow with a user’s needs. IP-based systems provide a means for many network cameras and video encoders, as well as other types of applications, to share the same wired or wireless network for communicating data; so any number of network video products can be added to the system without significant or costly changes to the network infrastructure. This is not the case with an analog system. In an analog video system, a dedicated coaxial cable must run directly from each camera to a viewing/recording station. Separate audio cables must also be used if audio is required. Network video products can also be placed and networked from virtually any location, and the system can be as open or as closed as desired.&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://printcom.co.id/admins/t_knowledge_innova.php?field=full_description&amp;amp;key1=2#top"&gt;&lt;span style="color: #993300;"&gt;Back to top&amp;gt;&amp;gt;&lt;/span&gt;&lt;img alt="Back to top&amp;gt;&amp;gt;" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3&gt;Cost-effectiveness&lt;a href="" name="cost"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;div style="text-align: justify;"&gt;An IP-Surveillance system typically has a lower total cost of ownership than a traditional analog CCTV system. An IP network infrastructure is often already in place and used for other applications within an organization, so a network video application can piggyback off the existing infrastructure. IP-based networks and wireless options are also much less expensive alternatives than traditional coaxial and fiber cabling for an analog CCTV system. In addition, digital video streams can be routed around the world using a variety of interoperable infrastructure. Management and equipment costs are also lower since back-end applications and storage run on industry standard, open systems-based servers, not on proprietary hardware such as a DVR in the case of an analog CCTV system.&lt;/div&gt;Furthermore, Power over Ethernet technology, which cannot be applied in an analog video system, can be used in a network video system. PoE enables networked devices to receive power from a PoE-enabled switch or midspan through the same Ethernet cable that transports data (video). PoE provides substantial savings in installation costs and can increase the reliability of the system. More on &lt;a href="http://www.axis.com/products/video/about_networkvideo/ip_networks.htm#poe"&gt;Power over Ethernet&lt;img alt="Power over Ethernet" border="0" src="http://www.printcom.co.id/components/com_sh404sef/images/external-white.png" /&gt;&lt;/a&gt;.&lt;br /&gt;&lt;table border="0" style="margin-left: 15px;"&gt;&lt;caption style="font-style: italic; text-align: left; vertical-align: bottom;"&gt;A system that uses Power over Ethernet.&lt;/caption&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img alt="Illustration of a system using Power over Ethernet (PoE)" border="0" height="199" src="http://www.axis.com/products/video/about_networkvideo/img/1_2b.jpg" vspace="20" width="500" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-502302328130786151?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/502302328130786151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/502302328130786151'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/keunggulan-axis-network-video.html' title='KEUNGGULAN AXIS NETWORK VIDEO SURVEILLANCE'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-7097658536314368541</id><published>2011-08-25T17:46:00.000+07:00</published><updated>2011-08-25T17:46:32.694+07:00</updated><title type='text'>Mengenal jenis-jenis RAID</title><content type='html'>Dalam beberapa kali pekerjaan, client meminta untuk dipasangkan RAID. RAID adalah singkatan dari&amp;nbsp; &lt;br /&gt;Redundant Array of Inexpensive (Independent) Disks. Ada beberapa tipe RAID yang sering digunakan, diantaranya: RAID:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;RAID 0&lt;/li&gt;&lt;li&gt;RAID 1&lt;/li&gt;&lt;li&gt;RAID 5&lt;/li&gt;&lt;li&gt;RAID 10 (also known as RAID 1+0)&lt;/li&gt;&lt;/ul&gt;This article explains the main difference between these raid levels along with an easy to understand diagram.&lt;br /&gt;&lt;span id="more-5335"&gt;&lt;/span&gt;&lt;br /&gt;In all the diagrams mentioned below:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A, B, C, D, E and F – represents blocks&lt;/li&gt;&lt;li&gt;p1, p2, and p3 – represents parity&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;RAID LEVEL 0&lt;/h3&gt;&lt;img alt="" class="aligncenter size-full wp-image-5340" height="375" src="http://www.thegeekstuff.com/wp-content/uploads/2010/07/raid-0.png" title="Raid 0 Example" width="530" /&gt;&lt;br /&gt;Following are the key points to remember for RAID level 0.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Minimum 2 disks.&lt;/li&gt;&lt;li&gt;Excellent performance ( as blocks are striped ).&lt;/li&gt;&lt;li&gt;No redundancy ( no mirror, no parity ).&lt;/li&gt;&lt;li&gt;Don’t use this for any critical system.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;RAID LEVEL 1&lt;/h3&gt;&lt;img alt="" class="aligncenter size-full wp-image-5343" height="383" src="http://www.thegeekstuff.com/wp-content/uploads/2010/07/raid-1.png" title="RAID 1 Example" width="555" /&gt;Following are the key points to remember for RAID level 1.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Minimum 2 disks.&lt;/li&gt;&lt;li&gt;Good performance ( no striping. no parity ).&lt;/li&gt;&lt;li&gt;Excellent redundancy ( as blocks are mirrored ).&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;RAID LEVEL 5&lt;/h3&gt;&lt;img alt="" class="aligncenter size-full wp-image-5347" height="368" src="http://www.thegeekstuff.com/wp-content/uploads/2010/07/raid-5.png" title="RAID 5 Example" width="528" /&gt;&lt;br /&gt;Following are the key points to remember for RAID level 5.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Minimum 3 disks.&lt;/li&gt;&lt;li&gt;Good performance ( as blocks are striped ).&lt;/li&gt;&lt;li&gt;Good redundancy ( distributed parity ).&lt;/li&gt;&lt;li&gt;Best cost effective option providing both performance and redundancy. Use this for DB that is heavily read oriented. Write operations will be slow.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;RAID LEVEL 10&lt;/h3&gt;&lt;img alt="" class="aligncenter size-full wp-image-5351" height="283" src="http://www.thegeekstuff.com/wp-content/uploads/2010/07/raid-101.png" title="RAID 10 Example" width="590" /&gt;&lt;br /&gt;Following are the key points to remember for RAID level 10.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-7097658536314368541?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7097658536314368541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/7097658536314368541'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/mengenal-jenis-jenis-raid.html' title='Mengenal jenis-jenis RAID'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-1525186468923496132</id><published>2011-08-12T04:58:00.001+07:00</published><updated>2011-08-12T05:03:51.428+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='modular data center'/><category scheme='http://www.blogger.com/atom/ns#' term='data center'/><title type='text'>Membangun Modular Data Center</title><content type='html'>Membangun Modular Data Center merupakan suatu tantangan tersendiri. Bukan hanya karena mungkin ini akan merupakan suatu hal yang baru untuk Indonesia, dimana selama ini, pembuatan dan pengembangan data center seringkali mengalami kendala apabila berkaitan dengan tempat. Maka pemilihan konsep modular data center tidak dapat dielakkan lagi.&lt;br /&gt;Berikut adalah pengalaman menarik yang dilakukan oleh UCLA dalam membangun data center modular mereka.&lt;br /&gt;&lt;br /&gt;&lt;h3 class="title" id="ctl01_MainHeading"&gt;Inside the Box: UCLA's New Portable Data Center&lt;/h3&gt;&lt;div class="deck" id="ctl01_Deck"&gt;When UCLA found out that a planned upgrade to its brick and mortar data center was going to surpass the original budget estimate by several million dollars, it began thinking "inside the box"--and chose cargo-container computing.&lt;/div&gt;&lt;ul class="byline" id="ctl01_ByAuthor"&gt;&lt;li class="author"&gt;By Dian Schaffhauser&lt;/li&gt;&lt;li class="date"&gt;08/11/11&lt;/li&gt;&lt;/ul&gt;The latest and potentially most powerful research data center at the &lt;a href="http://www.ucla.edu/" target="_blank"&gt;University of California Los Angeles&lt;/a&gt; (UCLA) was delivered on the back of a flat bed truck from Austin, TX. It was put in place with a crane. The facility resembles the kind of container used to run portable recycling centers. But when it's fully loaded and performing research in physics, economics, genomics, and biochemistry, among other disciplines, the Performance Optimized Datacenter, or POD, will support more than 1,500 compute nodes. This far exceeds the campus' traditional "brick and mortar" data centers in sheer computing power, and yet it fits into a compact space of 40' x 8'.&lt;br /&gt;The story of UCLA's "pod" began in January 2008. At that time, 18 clusters of high performance computing were being delivered from two primary locations, the Math Sciences data center and the &lt;a href="http://idre.ucla.edu/" target="_blank"&gt;Institute for Digital Research and Education&lt;/a&gt; (IDRE) data center. Between the two, researchers could run jobs on any combination of about 800 nodes. But capacity was fairly well tapped out, according to Bill Labate, director of UCLA's &lt;a href="http://www.ats.ucla.edu/" target="_blank"&gt;Academic Technology Services&lt;/a&gt; and managing director of IDRE.&lt;br /&gt;IDRE works as a kind of shared service. "People 'buy' nodes and then we integrate them," said Labate. Technically speaking, users don't really buy the nodes and hand them over; IDRE does the purchasing, based on well researched specs that provide high value for a low price; operations are ultimately funded by the 175 research groups in 64 departments and centers on campus that partake of the center's services and equipment.&lt;br /&gt;&lt;b&gt;A Plan for Growth&lt;/b&gt;				&lt;br /&gt;Given that the IDRE center had physical space available, the Institute put together a proposal to increase computing capacity. It brought in a third-party data center engineering firm to do a quick estimate of what the project would take. The needs were substantial. The goal was to squeeze in 1,600 computer nodes; but the existing power infrastructure could only support about 400 nodes. Somehow, the center would have to be revamped to support the dramatically increased wattage required by those additional nodes and the cooling they'd require. The consulting firm's estimate came to $4.6 million. Based on that number, the university granted IDRE funds to do its build-out.&lt;br /&gt;That's when IDRE knuckled under to sort out various configurations for the project. The center brought in another consulting firm to do a more detailed cost estimate. This time, however, the estimate for 1,600 nodes exceeded $7 million. A second proposal for an 800-node build-out came in at $4 million.&lt;br /&gt;"We were stuck almost $3 million low in budget," Labate said. "We went through a whole series of [scenarios]: What if we only do this many nodes capacity? What if we go to these hot aisle containment systems? It got down to where it was almost ridiculous to do something with this brick and mortar data center."&lt;br /&gt;&lt;b&gt;Computing in a Box&lt;/b&gt;				&lt;br /&gt;At the same time modular data centers, also called "containerized data centers," were getting media attention. Sun Microsystems had previewed "Project Blackbox," in late 2006. In mid-2008 both &lt;a href="http://h18000.www1.hp.com/products/servers/solutions/datacentersolutions/pod/index.html" target="_blank"&gt;HP&lt;/a&gt; and &lt;a href="http://www-935.ibm.com/services/us/en/it-services/scalable-modular-data-center.html" target="_blank"&gt;IBM&lt;/a&gt; began publicizing their modular data centers. All promised to reduce energy usage, a major consideration in data center expansion. According to a 2010 study by Gartner, energy-related costs account for about 12 percent of overall expenditures in the data center, a share that's expected to rise as energy costs themselves rise.&lt;br /&gt;Labate began having conversations with people at other institutions that were trying these new kinds of containerized set-ups, including &lt;a href="http://www.ucsd.edu/" target="_blank"&gt;UC San Diego&lt;/a&gt; and &lt;a href="http://www.purdue.edu/" target="_blank"&gt;Purdue University&lt;/a&gt;, both major research universities. "We started thinking, these modular data centers could be a viable alternative."&lt;br /&gt;Due diligence led the university to settle on HP's pod for four compelling reasons: density, price, flexibility, and energy efficiency. The pod could contain 1,500 nodes, nearly the same count as the planned data center build-out; but the price would be only $2 million versus $7 million.&lt;br /&gt;When IDRE was in the middle of its shopping, it discovered that not all modular data centers are alike. "Some of the modular data centers required you to have specific equipment--and as you can imagine, the equipment was specific to the vendor of that particular unit," noted Labate. "That would have forced us to standardize forever on that particular node, which is something we would never want to do. With the HP pod, we can put anything we want in there."&lt;br /&gt;That flexibility is important. The various compute clusters on campus currently carry four brands of equipment in all kinds of configurations. But on a regular basis, IDRE goes out to bid on computing nodes to find the optimal combination of feature set for price. The current choice happens to be HP, he explained. "But that's not to say there might not be another vendor in the future that comes along that meets that price/performance curve."&lt;br /&gt;As of August 2010, the minimum standards for those computer nodes are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;1U, rack-mounted; half-width preferred (two nodes sit side by side in the slot);&lt;/li&gt;&lt;li&gt;Dual six-core 2.6 GHz Intel Core i7 or Xeon 2.66GHz CPUs;&lt;/li&gt;&lt;li&gt;4 GB of memory per core;&lt;/li&gt;&lt;li&gt;160 GB to 250 GB hard drive per node;&lt;/li&gt;&lt;li&gt;A Gigabit Ethernet port, DDR/QDR InfiniBand interconnect, and PCI-Express slot; and&lt;/li&gt;&lt;li&gt;Three-year warranty.&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Preparing for Pod Arrival&lt;/b&gt;				&lt;br /&gt;UCLA placed the order for an HP 40c pod in October 2010. The vendor could have shipped it within six weeks, but, as Labate pointed out, "You have to build a site to put this thing on." Rather than going through the exercise of accepting delivery of a 43,000-pound retrofitted cargo container, stashing it somewhere, then hauling it out again for final placement, the campus told HP to keep the pod in its Austin factory until the site preparation was done.&lt;br /&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;    &lt;td&gt;&lt;/td&gt;    &lt;td&gt;&lt;img alt=" A crane lowers UCLAs pod into its new home, a former loading zone." height="323" src="http://campustechnology.com/Articles/2011/08/11/%7E/media/EDU/CampusTechnology/Images/2011/08/20110811uclapod2.ashx" width="430" /&gt;&lt;br /&gt;&lt;i&gt;A crane lowers UCLA's pod into its new home, a former loading zone.&lt;/i&gt;&lt;/td&gt;    &lt;td&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;Working closely with the facilities and capital planning staff members, as well as HP, IDRE identified a former loading zone and storage area on the main campus that fit several criteria: The pod would be hidden so as not to mar the aesthetics of the other buildings on campus; it was sizable enough to accommodate not just one but two pods, for the day when UCLA decides to increase its high performance computing capacity; and the site could accommodate the major upgrade to power and chilled water that would be necessary for the running of both the new pod and the future pod.&lt;br /&gt;To support the 110,000 pounds the pod would weigh once the equipment was in place, workers poured a concrete slab that Labate estimated to be between two and three feet thick. &lt;br /&gt;&lt;table border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;    &lt;td&gt;&lt;/td&gt;    &lt;td&gt;&lt;img alt=" The portable data center in place. Loaded, it will weigh about 110,000 pounds." height="321" src="http://campustechnology.com/Articles/2011/08/11/%7E/media/EDU/CampusTechnology/Images/2011/08/20110811uclapod1.ashx" width="430" /&gt;&lt;br /&gt;&lt;i&gt;The portable data center in place. Loaded, it will weigh about 110,000 pounds.&lt;/i&gt;&lt;/td&gt;    &lt;td&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;Labate noted that HP would have delivered the pod equipped with its computing components, ready to plug in and add to the network. That's the way it's promoted on the Web site: "fully integrated and tested ... as part of a complete data center solution." "We didn't want to go that route," he said. "It came from Austin to L.A. on a truck, and I didn't want to subject my equipment to that stress."&lt;br /&gt;&lt;b&gt;Insulation in the Extreme&lt;/b&gt;				&lt;br /&gt;Once the site was done and the pod delivered, a crane lifted the pod off the flatbed and onto the slab, and it was ready to outfit. On the interior, the pod holds 22 racks, each 50U tall or about 88 inches, along the 40-foot wall. Opposite is a narrow aisle wide enough for accessing and moving equipment.&lt;br /&gt;To control the climate, blowers on the ceiling force air conditioning downward; hot exhaust goes out the back and rises up, enters the coolers, gets cooled, and sinks down again. Equipment located on the "hot aisle" side of the pod, where all the hot exhaust blows, is actually accessible from the outside. The pod is outfitted with sensors for temperature, chilled water supply, and humidity, as well as leak detectors under the water mains and overhead condensate drip pan.&lt;br /&gt;Describing the pod as "really solid," Labate observed, "When you walk inside, with all of this equipment running and 36 blowers--it's extremely loud. You go outside, and you can't hear a thing. You can't feel anything on the outside. You don't feel cold when you touch the metal."&lt;br /&gt;He estimated that the highly maximized environment saves about a third more power than that which would have been required by a brick and mortar data center.&lt;br /&gt;"It's very Spartan," Labate said. "It's a purpose-built data center with extremely tight engineering for the purpose of being highly energy efficient. It's not something you want 10 or 15 people to try to get into. It's strictly made for the equipment, not the people."&lt;br /&gt;Proximity to the other data centers was fairly unimportant to the placement decision, Labate said. All of the centers are linked over the campus networking backbone for Ethernet connectivity and interconnected by wide area Infiniband for input/output.&lt;br /&gt;Because the pod's monitoring systems--both environmental and on the computing gear--can be managed remotely, Labate anticipated weekly visits to the pod to handle work that needs to be done. "The No. 1 thing is keep as many nodes up and running as possible. If we have a catastrophic failure, we're going to go fix it. But if a hard drive goes out or memory goes bad, we'll queue those up and send somebody out there once a week."&lt;br /&gt;&lt;b&gt;Mishaps and Skeptics&lt;/b&gt;				&lt;br /&gt;In the 10 weeks the pod has been in place, IDRE has loaded about 250 nodes into the racks--between 15 percent and 20 percent of capacity--which is just about where it needs to be right now. During a recent check, Labate said, the entire system was running at 95 percent--about 733 jobs--across all three data centers. "When you run on this system, you have no idea where you're running, nor do you need to know. That's all handled in the background with a scheduling system."&lt;br /&gt;But there's still a bit of "teething" going on with the new environment. It hasn't been hooked into the campus alarm or fire systems yet. And, Labate added, more people need to get inside to learn about the new layout. In its short time on campus, that newness has already caused a mishap. Twice, the same vendor contracted to maintain the FM-200 fire suppression system has accidentally discharged the gas. "They know how to do FM-200. They're not familiar with the actual pod configuration."&lt;br /&gt;As might be expected, the idea of a pod-based data center was off-putting to some of the data center technical crew, Labate said. "When the rubber meets the road, they have to be the ones to maintain it," he pointed out. "They have to work in it, put equipment in it."&lt;br /&gt;IDRE sent a couple of people to the Austin factory to watch how the container was built. HP brought a pod to a local movie studio and members of IDRE took a piece of equipment there to see how it would fit. Eventually, the skeptics warmed up to the new approach. "They started to realize what it is," he said. "This isn't a building. It isn't a rehearsal studio. It isn't an office. It's a data center, period. That's all it is. It doesn't claim to be anything else."&lt;br /&gt;So while most people were skeptical that this was actually a good decision, Labate noted, "in the end, it turned out to be probably the best decision we could have made."&lt;br /&gt;&lt;div class="author" id="ctl01_AuthorInfo_AboutAuthor"&gt;About the Author&lt;/div&gt;&lt;b&gt;&lt;/b&gt;                    &lt;i&gt;Dian Schaffhauser is a writer who covers technology and business for a number of publications. Contact her at &lt;a href="mailto:dian@dischaffhauser.com" target="_blank"&gt;dian@dischaffhauser.com&lt;/a&gt;.&lt;/i&gt;                    &lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-1525186468923496132?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1525186468923496132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/1525186468923496132'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/membangun-modular-data-center.html' title='Membangun Modular Data Center'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-2137791004912974596</id><published>2011-08-09T05:29:00.000+07:00</published><updated>2011-08-09T05:29:19.669+07:00</updated><title type='text'>Selamat kepada JOBSTREET INDONESIA</title><content type='html'>Selamat kepada PT JOBSTREET INDONESIA yang menempati kantor barunya. Dengan menggunakan teknologi structure cabling system, dilengkapi dengan perangkat ruang server serta implementasi Hybrid IP PBX, maka Jobstreet memulai layanannya di tempat barunya.&lt;br /&gt;Kami bangga melayani Anda.&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-2137791004912974596?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2137791004912974596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2137791004912974596'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/selamat-kepada-jobstreet-indonesia.html' title='Selamat kepada JOBSTREET INDONESIA'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-8913631552484348594</id><published>2011-08-08T23:42:00.001+07:00</published><updated>2011-08-08T23:43:00.180+07:00</updated><title type='text'>Menggabungkan flash-softphone di website dengan 3CX IPPBX</title><content type='html'>&lt;h1&gt;Menggabungkan flash-softphone di website dengan 3CX Phone System&lt;/h1&gt;&lt;h1&gt;&lt;span style="font-size: small;"&gt;Salah satu hal yang menarik dari produk-produk yang kami jual adalah ternyata diantara produk tersebut dapat saling berinteraksi. Salah satunya adalah produk OZEKI Webphone dengan 3CX Phone System, silahkan simak dibawah ini.&lt;/span&gt;&lt;/h1&gt;&lt;h1&gt;How to add a Flash softphone to your webpage, if you use 3CX phone system&lt;/h1&gt;&lt;div align="justify"&gt;&lt;b&gt;This guide explains how to connect Ozeki Webphone to 3cx Phone System. This solution provides you an efficient system for managingVoIP calls arriving from your website. Watch the video tutorial and followthe configuration steps to realize this excellent solution.&lt;/b&gt; &lt;/div&gt;&lt;br /&gt;&lt;table&gt;    &lt;tbody&gt;&lt;tr&gt;      &lt;td&gt;Video:&lt;/td&gt;      &lt;td&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/video_icon.gif" /&gt;&lt;/td&gt;      &lt;td&gt;&lt;a href="http://ozekisms.com/video/video-how-to-add-flash-softphone-to-webpage-3cx-phone-system/3cx-phone-system/3cx-phone-system.html"&gt;       How to add a Flash softphone to your webpage, if you use 3CX phone system      &lt;/a&gt;&lt;/td&gt;    &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div align="justify"&gt;Ozeki Webphone is a browser to phone solution that uses Voiceover IP (VoIP) technology to place calls over the Internet. Ozeki Webphone includes two components: a website component, called Webphone and a server side component called Ozeki Webphone gateway. &lt;br /&gt;&lt;br /&gt;Using VoIP technology is less expensive than traditional phone services. A fully featured webpone (suchas Ozeki Webphone) offers all the functions of a traditional phone to establishcalls. Your Website visitors can use the keypad to dial the assigned phone number and its display will inform them about the exact status of calls. The advantage of a fully featured webphone is that it ensures real calling experience plus its keypad can also be used for IVR or for other telephone functions.&lt;br /&gt;&lt;br /&gt;This configuration guide demonstrates how easy to connect Ozeki Webphone to your3cx PBX.&lt;/div&gt;&lt;h2&gt;System architecture&lt;/h2&gt;If you follow the configuration guide below you will have a telephone system that works as follows:&lt;br /&gt;&lt;br /&gt;Let's see how this system works with the help of an example. Let's say you havetwo VoIP telephones connected to your PBX. After this configuration below, OzekiWebphone Manager will also be connected to your PBX as the third extension. So the Ozeki Webphone Manager will be handled as a client such as the VoIP phones.&lt;br /&gt;&lt;br /&gt;When a website visitor decide to call you using Ozeki Webphone on your webpagethe following will happen:&lt;br /&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-system-architecture000.png" /&gt;&lt;br /&gt;Figure 1 - Incoming call from the web&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Ozeki Webphone Manager will register in the PBX&lt;/li&gt;&lt;li&gt;The incoming call is forwarded to the PBX by the Ozeki Webphone Manager&lt;/li&gt;&lt;li&gt;The assigned phone will be ringing&lt;/li&gt;&lt;li&gt;The connection is created and you can start to talk with your website visitor&lt;/li&gt;&lt;/ol&gt;That's simple but effective. Now learn the steps how to realize this excellenttelephone system!&lt;h2&gt;Configuration steps&lt;/h2&gt;&lt;div align="justify"&gt;Before you start to configure this solution it is assumed that you havealready installed the follows:&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;3cx Phone System&lt;/li&gt;&lt;li&gt;IIS with a basic website&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Step 1 - Download and install Ozeki Webphone&lt;/h3&gt;&lt;div align="justify"&gt;First of all, I &lt;a href="http://www.ozekiphone.com/index.php?owpn=21"&gt;downloaded Ozeki Webphone installer&lt;/a&gt; and extracted it to the PC (Figure 2).&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-setup001.png" /&gt;&lt;br /&gt;Figure 2 - Ozeki Webphone setup&lt;/div&gt;&lt;div align="justify"&gt;Start Ozeki Webphone Installer. The installer will check the prerequisites. One of theprerequisites is the .Net Framework 4. If you do not have Microsoft .Net Framework 4 installed on your PC then the installer will install this component. Accept the license agreement to start the installation(Figure 3). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-accept-license-agreement002.png" /&gt;&lt;br /&gt;Figure 3 - Accept license agreement&lt;/div&gt;&lt;div align="justify"&gt;The installer downloads and install .Net Framework 4 automatically (Figure 4).  &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-setup003.png" /&gt;&lt;br /&gt;Figure 4 - Installation of .Net Framework 4.0&lt;/div&gt;&lt;div align="justify"&gt;Then the installation wizard of Ozeki Webphone also starts. First you need to select how do you wish to serve the content that is required forOzeki Webphone. In this example I use an external webserver so I select &lt;b&gt;I want to serve the content from an external webserver&lt;/b&gt; option and click &lt;b&gt;Next&lt;/b&gt; (Figure 5). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-installation-wizard.png" /&gt;&lt;br /&gt;Figure 5 - Ozeki Webphone installation wizard&lt;/div&gt;&lt;div align="justify"&gt;After installation the Help window of Ozeki Webphone appears automatically. Hereyou can find detailed description of the webphone (Figure 6).&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-user-connection005.png" /&gt;&lt;br /&gt;Figure 6 - Help window of Ozeki Webphone&lt;/div&gt;&lt;h3&gt;Step 2 - 3cx configuration&lt;/h3&gt;&lt;div align="justify"&gt;Now start the &lt;b&gt;Windows Management Console&lt;/b&gt; of 3cx  from &lt;b&gt;Start&lt;/b&gt; menu (Figure 7).&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-windows-management-console006.png" /&gt;&lt;br /&gt;Figure 7 - Start Windows Management Console&lt;/div&gt;&lt;div align="justify"&gt;Login with your username and password (Figure 8). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-cx-login007.png" /&gt;&lt;br /&gt;Figure 8 - Login&lt;/div&gt;&lt;div align="justify"&gt;Go to &lt;b&gt;Extensions&lt;/b&gt; menu and click on &lt;b&gt;Add extension&lt;/b&gt; (Figure 9). In this example clients can register in two extensions. To extension 100a land line telephone will register in, to extension 101 the Webphone Managerwill register in our example.&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-add-extension008.png" /&gt;&lt;br /&gt;Figure 9 - Add extension &lt;/div&gt;&lt;div align="justify"&gt;On the configuration form specify the &lt;b&gt;Extension Number&lt;/b&gt;.For authentication also enter &lt;b&gt;ID&lt;/b&gt; and &lt;b&gt;Password&lt;/b&gt; (Figure 10).&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-authentication009.png" /&gt;&lt;br /&gt;Figure 10 - Specify the parameters&lt;/div&gt;&lt;div align="justify"&gt;Click on &lt;b&gt;OK&lt;/b&gt; to save the changes (Figure 11). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-click-ok010.png" /&gt;&lt;br /&gt;Figure 11 - Save changes&lt;/div&gt;&lt;h3&gt;Ozeki Webphone settings&lt;/h3&gt;&lt;div align="justify"&gt;Now go to &lt;b&gt;Settings&lt;/b&gt; menu in Ozeki Webphone Manager and click on &lt;b&gt;SIP accounts&lt;/b&gt; menu item. In this way &lt;b&gt;SIP accounts&lt;/b&gt; windowappears. Click on &lt;b&gt;Add&lt;/b&gt; to add the extension that have been registered in the PBX (Figure 12).&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-add-sip-account011.png" /&gt;&lt;br /&gt;Figure 12 - SIP accounts window&lt;/div&gt;&lt;div align="justify"&gt;Enter the following parameters:&lt;b&gt;Display name&lt;/b&gt;, &lt;b&gt;User name&lt;/b&gt;, &lt;b&gt;Register name&lt;/b&gt;, &lt;b&gt;Register password&lt;/b&gt;. In this example I have registered Ozeki Webphone Manager with extension number &lt;b&gt;101&lt;/b&gt;. In &lt;b&gt;Domain server&lt;/b&gt; field enter the IP address of the computer on which the PBXhas been installed. Finally, click &lt;b&gt;Save&lt;/b&gt; to save changes (Figure 13).&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-save-sip-account012.png" /&gt;&lt;br /&gt;Figure 13 - Add a component&lt;/div&gt;&lt;div align="justify"&gt;Click on &lt;b&gt;Save&lt;/b&gt; in &lt;b&gt;SIP accounts&lt;/b&gt; window, as well (Figure 14). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-save-username013.png" /&gt;&lt;br /&gt;Figure 14 - Save changes&lt;/div&gt;&lt;div align="justify"&gt;Now I copy the content of &lt;b&gt;Webcontent&lt;/b&gt; directory of Ozeki Webphone to the directory of my webserver. To do so go to the install directory (&lt;b&gt;Program Files\Ozeki\Ozeki Webphone&lt;/b&gt;) and open &lt;b&gt;Webcontent&lt;/b&gt; directory (Figure 15).  &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-webcontent-folder014.png" /&gt;&lt;br /&gt;Figure 15 - Webcontent directory&lt;/div&gt;&lt;div align="justify"&gt;I copy the content of &lt;b&gt;Webcontent&lt;/b&gt; directory into&lt;b&gt;inetpub\wwwroot\testwebphone&lt;/b&gt; directory (Figure 16). &lt;br /&gt;&lt;br /&gt;(&lt;b&gt;Webcontent&lt;/b&gt; directory contains files that are need to be served for theproper functioning of Webphone. The IIS webserver has the following filestructure: C\inetroot\wwwroot\... The files can be found here will be theroot directory for the website. For example: index.html. &lt;b&gt;Testwebphone&lt;/b&gt; directorywill include the webphone (the html).)&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-test-webphone-folder015.png" /&gt;&lt;br /&gt;Figure 16 - Copy the content of Webcontent directory&lt;/div&gt;&lt;div align="justify"&gt;In order to create the html file for the webphone go to &lt;b&gt;Ozeki Webphone Manager\Generate html\Fully featured webphone&lt;/b&gt; (Figure 17). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-fully-featured-webphone016.png" /&gt;&lt;br /&gt;Figure 17 - Generate html&lt;/div&gt;&lt;div align="justify"&gt;In the html generator window select &lt;b&gt;Webphone&lt;/b&gt;. The HTML code will be generated. Click on &lt;b&gt;Copy to clipboard&lt;/b&gt; (Figure 18). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-copy-to-clipboard017.png" /&gt;&lt;br /&gt;Figure 18 - Generated html&lt;/div&gt;&lt;div align="justify"&gt;Now start a simple text editor that is able to save texts intoplain text format e.g. Notepad and create a basic html document. Then &lt;b&gt;Paste&lt;/b&gt;the generated html code between the &lt;b&gt;body&lt;/b&gt; tags (Figure 19). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-paste-into-notepad018.png" /&gt;&lt;br /&gt;Figure 19 - Paste the html code&lt;/div&gt;&lt;div align="justify"&gt;Save the html document (Figure 20). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-save-notepad019.png" /&gt;&lt;br /&gt;Figure 20 - Save html document&lt;/div&gt;&lt;div align="justify"&gt;In this example the html document is saved as "test.html" into&lt;b&gt;wwwroot\testwebphone&lt;/b&gt; directory (Figure 21). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-save-test-html020.png" /&gt;&lt;br /&gt;Figure 21 - Test.html file&lt;/div&gt;&lt;div align="justify"&gt;After you saved the html document navigate to the created html file. In this example the path is: &lt;b&gt;http://localhost/testwebphone/test.html&lt;/b&gt;(Figure 22).&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-go-to-test-html021.png" /&gt;&lt;br /&gt;Figure 22 - Full path to the html document&lt;/div&gt;&lt;div align="justify"&gt;Finally the Ozeki Webphone interface appears. If the registrationis successful then you can see &lt;b&gt;Successfully registered&lt;/b&gt; notification on its display (Figure 23). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-successfully-registered022.png" /&gt;&lt;br /&gt;Figure 23 - Successfully registered webphone&lt;/div&gt;&lt;h3&gt;Testing the system&lt;/h3&gt;&lt;div align="justify"&gt;For demonstration I call extension &lt;b&gt;100&lt;/b&gt; (that is theVoIP hard phone) from the Ozeki Webphone (Figure 24). Use the keypad to enterdigits.&lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-successfully-registered-pbx023.png" /&gt;&lt;br /&gt;Figure 24 - Test call&lt;/div&gt;&lt;div align="justify"&gt;Then camera and microphone access needs to be allowed (Figure 25). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-camera-and-microphone024.png" /&gt;&lt;br /&gt;Figure 25 - Allow camera and microphone access&lt;/div&gt;&lt;div align="justify"&gt;Finally the land line phone is ringing so the first call issuccessful (Figure 26). &lt;/div&gt;&lt;div align="center"&gt;&lt;img border="0" src="http://www.ozekiphone.com/attachments/108/ozeki-webphone-incoming-call025.png" /&gt;&lt;br /&gt;Figure 26 - Successful call&lt;/div&gt;&lt;h2&gt;In conclusion...&lt;/h2&gt;&lt;div align="justify"&gt;Now the configuration is complete and you can start to use yourimproved telephone system efficiently. You can enjoy the instant benefit: from now on your website visitors can call you from your websites free of charge. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-8913631552484348594?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8913631552484348594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/8913631552484348594'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/menggabungkan-flash-softphone-di.html' title='Menggabungkan flash-softphone di website dengan 3CX IPPBX'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-2123990541447542379</id><published>2011-08-07T09:12:00.001+07:00</published><updated>2011-08-07T09:12:53.722+07:00</updated><title type='text'>Kami mencari tim developer</title><content type='html'>Kami kembali membuka kesempatan bermitra jangka panjang bersama dengan kami untuk meraih masa depan bersama:&lt;br&gt;1. Asp Programmer&lt;br&gt;    - mengembangkan modul kiosk berbasis ASP&lt;br&gt;    - mengembangkan modul HRIS berbasis ASP&lt;br&gt;    - pengalaman 1 thn di ASP&lt;br&gt;    - menguasai MSSQL&lt;br&gt;    - sistem kontrak 1 thn / freelance onsite&lt;br&gt;&lt;br&gt;2. PHP programmer&lt;br&gt;    - mengembangkan modul aplikasi MLM, SMS, ERP, SIKA&lt;br&gt;    - pengalaman 1 thn di PHP/MySQL&lt;br&gt;    - mengerti MySQL&lt;br&gt;    - sistem kontrak 1 thn / freelance onsite&lt;br&gt;&lt;br&gt;3. Application Implementer&lt;br&gt;    - mengerti SDLC&lt;br&gt;    - mengerti dasar PHP/ASP/MSSQL/MySQL&lt;br&gt;    - komunikasi aktif &lt;br&gt;    - bersedia bekerja di client&lt;br&gt;    - sistem kontrak 1 thn&lt;br&gt;&lt;br&gt;4. Sistem Analyst&lt;br&gt;    - mengerti SDLC&lt;br&gt;    - mengerti Project Management&lt;br&gt;    - mengerti PHP/ASP/Mssql/Mysql.&lt;br&gt;    - sistem kontrak 1 thn / freelance onsite&lt;br&gt;&lt;br&gt;Silahkan kirimkan cv ke &lt;a href="mailto:hrd@dayaciptamandiri.com"&gt;hrd@dayaciptamandiri.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kami tunggu segera.&lt;br&gt;thanks,&lt;br&gt;Fanky&lt;br&gt;08121057533&lt;br&gt;&lt;br&gt;build-access-manage on &lt;a href="http://www.dayaciptamandiri.com"&gt;www.dayaciptamandiri.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18702096-2123990541447542379?l=blog.dayaciptamandiri.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2123990541447542379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18702096/posts/default/2123990541447542379'/><link rel='alternate' type='text/html' href='http://blog.dayaciptamandiri.com/2011/08/kami-mencari-tim-developer.html' title='Kami mencari tim developer'/><author><name>fanky christian</name><uri>https://profiles.google.com/100061437595052732490</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-3CdPTA6l-sg/AAAAAAAAAAI/AAAAAAAAAAA/zPLnT2tkBGk/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-18702096.post-2145248781194249142</id><published>2011-08-06T06:48:00.001+07:00</published><updated>2011-08-06T06:50:04.910+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='temperature monitoring'/><category scheme='http://www.blogger.com/atom/ns#' term='AKCP'/><category scheme='http://www.blogger.com/atom/ns#' term='Alert'/><category scheme='http://www.blogger.com/atom/ns#' term='environment monitoring'/><title type='text'>Selamat kepada SAMUDRA INDONESIA</title><content type='html'>Selamat kepada SAMUDRA INDONESIA yang telah memilih solusi environment monitoring dengan menggunakan produk AKCP.&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="data:image/png;base64,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" /&gt;&lt;br /&gt;&lt;br /&gt;Produk AKCP merupakan produk unggulan untuk memonitor kinerja ruangan data center, terkait dengan suhu (temperature), kelembaban (humidity), serta beragam fungsi sensor lainnya.&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="data:image/png;base64,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
