Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

Sunday, June 16, 2013

New Office updates: OneNote application improvements & Skype more places

Office 365 Home Premium debuted a few weeks ago, and the first set of updates for the new Office has already arrived.

First, an updated OneNote Windows store app adds new color has (for handwriting on a tablet or other touch-screen), the ability to open notebook on Office 365 for enterprises and a few fixes also. Read more on the OneNote Blog.

Secondly, you can call more places with Skype. As part of Office 365 Home Premium or Office-365-University all primary participants 60 minutes of Skype calls per month to call landlines and mobile phones in selected markets, and now, you can call those minutes of 23 other countries.

The Skype app for Windows 8

Calling to landlines and mobiles in: Canada, Guam, Hong Kong, Puerto Rico, Singapore, Thailand, United States and China.

Festnetz anrufen: Argentinien, Australien, Österreich, Belgien, Chile, Kroatien, Tschechische Republik, Dänemark, Estland, Finnland, Frankreich, Deutschland, Griechenland, Ungarn, Irland, Israel, Italien, Japan, Korea, Luxemburg, Malaysia, Niederlande, Neuseeland, Norwegen, Polen, Portugal, Russland, Slowakei, Spanien, Schweden, Schweiz, Taiwan, Vereinigtes Königreich, Venezuela, Brasilien, Südafrika, Marokko, Türkei, Kolumbien, Costa Rica, Mexiko, Panama, Peru, Paraguay, Bulgarien, Rumänien, Lettland, Litauen, Indonesien-Jakarta, Slowenien, Malta, Andorra, BruneiIsland und Guadeloupe.

This is only the first few updates. We will continue to new updates and enhancements that deliver both large and small in the new Office in the future. Stay tuned for more.

Office team


View the original article here

Thursday, April 26, 2012

Configure and Load balance LCDS-Flex Application on and Via Apache WebServer

- Harpreet Singh, Technical Consultant @ Adobe

Create a Flex-LCDS sample application using WTP tool in Flash Builder: http://harpreetsingh2602.wordpress.com/2012/04/05/2012/03/11/create-combined-flex-and-java-project-4/Create connector between Apache WebServer and your two LCDS Tomcat server(see apache connector configuration doc).Create a folder “LCDS_Configuration” (any name) in the WebApps folder of your Tomcat servers.Open the .flexProperties file of your sample application and make sure the “serverContextRoot” is /LCDS_Configuration.

---

Read the complete post @ https://harpreetsingh2602.wordpress.com/2012/04/05/configure-and-load-balance-lcds-flex-application-on-and-via-apache-webserver/.


View the original article here

Tuesday, February 14, 2012

Tuesday, April 12, 2011

Back to the basics: without code application development with access

Every now and then I have a home project for which I can't afford (or does not want to employ) a professional home contractor. Sometimes are too expensive, they do not believe that my home project is large enough, or want to take the time to understand what I want to do. Therefore, that I like companies such as Home Depot, Lowe's and ACE hardware. I know that I can go there shop around for the materials and tools, talk to some people who are more than I experts and come with newfound confidence, that I can create a new Office in my house or a new deck, or simply make a number of small but complex fixes around the House. I do not my life as a professional contractor, but as the people at Home Depot saying, "You can do it, we can help."
As a person, whose Karriere has centered on software development, I feel really passionate about users who are not professionals in software development in contrast to many of us. How they solve their problems too, if they cannot afford or do not meet, professional developers? Or what if we went all DevConnections in Orlando, Florida, this week?
One of the great advantages of Microsoft Access is how it helps create people easy applications, which would otherwise require the expertise of a professional developer.  While users can create Microsoft Access solutions, code with, such as Visual Basic or SQL, today we with you who would like to speak non-professional, can a few features that you create applications, write no code.
At the high level, you can create Microsoft Access data by three main tasks of tracking applications:
a) store and track your data: it is very easy to create the tables where your data is stored, and create forms on these tables, so that you enter, edit, change and delete your information. It is also easy, your data with Datasheet views (as opposed to a set of data views) to navigate. Of course you want your data, to be exact, and you can do access by defining validation rules, you can use on your data want to enforce. For example, you can ensure that the color of a product is one, or that the prices are non-negative for your products.
b) combine and design your data: once you have data stored in your tables, you can it, combine, create joining two tables, or by using external data. For example, can you the data in your invoices table with the data in your product information table "join". In access, you can do this by querying create essentially different views against your data.
c) reporting on your data: as soon as you stored data and it designed by querying, you can easily create reports against it. These reports you can create buzz, order your information based on a field of interest (for example, in descending order of price) and so on. Reports must be carried out only in access, you can also export it to Excel, where you can analyze your findings.
These three activities constitute the core of a data access page tracking application. Professional developers with professional development tools for hours create similar applications with tools like Visual Studio, and you then deploy it to their users. However this type of personal or team-based application can be created with access, in minutes, without writing code. In addition you can be deployed easily desktops on Microsoft SharePoint to people. In this way, an application for other users can be released while the information in SharePoint remains centralized.
In summary you keep in mind that, if you a small project to your information to track, with access, "can you do it, and we can help." In the next blog post, we are directly in access to illustrate.


View the original article here