Google Groups
Subscribe to Software Outsourcing [ Hire Dedicated Group ]
Email:
Visit this group

Monday, April 21, 2008

Secret images of Google Earth

Friday, April 18, 2008

Microsoft upgrades robotics development tools

Microsoft’s efforts in developing tools for robotics took another step forward recently when the company released a preview of the next version of its programming platform.

Robotics Developer Studio 2008 builds on the original release, Robotics Studio 2006, according to Microsoft robotics group general manager Tandy Trower, and is due for release later this year. The company made a community technology preview of Robotics Developer Studio available for download on April 9. The name change lines up with existing product lines and better reflects its role as a development tool, the announcement noted.

The updated developer tools now allow the use of distributed LINQ queries to reduce network utilization and simplify service authoring. Runtime performance has also seen a boost, according to Trower, with the company estimating interservice throughput gains of 150% to 300%, between nodes as well as within a node. According to the company, services now load twice as fast as they had before.

The tools themselves have seen other work as well. The Visual Programming Language tool now allows users to visually define computational domains for managing distributed program execution. Meanwhile, the simulation environment tool now can record and play back simulations, and its floorplan editor simplifies the definition of complex interiors and building structures.

Since the launch of Robotics Studio 2006, more than 200,000 copies of the software have been downloaded, according to Microsoft. The software is free for noncommercial applications and must be licensed for commercial use.

The company also announced a virtual robotics competition, called RoboChamps, which was expected to launch April 21; details are available at www.robochamps.com.

Check Out the Latest Version of Google Earth

Today we're introducing a new version of the Google Earth desktop client. The new release, Google Earth version 4.3, greatly advances our vision of offering a realistic, 3D model of the world in Google Earth by giving users a higher quality, more immersive experience. Google Earth 4.3 also adds more realistic, real-world data so users have more ways to discover and explore all the interesting features the world has to offer.

Here are the highlights:

  • New navigation -- We've created a new navigational experience so users can better take advantage of the 3D environment in Google Earth. The navigation takes the traditional pan-and-zoom approach associated with mapping programs and incorporates a first-person, ground-level perspective commonly used in video games.

  • More, faster 3D buildings -- Version 4.3 also includes dozens of photo-textured cities and towns, as well as thousands of user-contributed buildings around the world. We've significantly enhanced our approach to rendering 3D data to greatly improve performance and realism of 3D data.

  • Street View -- The well-known Google Maps feature gets added to Google Earth with version 4.3. Street View is a popular, engaging feature that allows people to easily find, discover, and plan activities relevant to a location.

  • Sunlight feature -- This new addition is a playful way to control the sun's location relative to the Earth. When zoomed out to a view of the Earth, you can control a time-lapse view of sunlight moving across the Earth. While zoomed into a given city, you can watch the sunrise and sunset.

  • Image acquisition date -- One of our most requested features, 4.3 now includes an image acquisition date, which shows you on what date a given area of imagery was taken.

  • New languages -- Version 4.3 includes twelve new languages, including Danish, English (UK), Spanish (Latin American), Finnish, Hebrew, Indonesian, Norwegian, Portuguese (PT), Romanian, Swedish, Thai, and Turkish.

Keep an eye on the Google LatLong (http://google-latlong.blogspot.com/) blog for more details on Google Earth version 4.3 over the course of the week.

A whole new world to explore

On the Google Earth team, we're big fans of Earth Day, so much so that we couldn't hold out until it arrives next week to release our latest labor of love: Google Earth 4.3. With this version, we have completely rethought how you might interact with the 3D world. We've redesigned the navigation to make it much easier to fly from the heavens down to the streets of your town. And with all of the great user-created buildings in the 3D Warehouse, we wanted to make it easy for you to get right up close to see the rich detail.



Here's a sample of what you'll find in this release:

Design Your Site with WordPress Magazine Themes

WordPress,magazine themes,design

As with any website, design can be key to your overall performance. Many already know that WordPress offers some great features for blogs and sites alike. But did you know that you can get great magazine style themes to ensure maximum design efficiency online?

That’s right. WordPress magazine themes are outstanding design frameworks that include a wonderful, easy to manage homepage instead of the traditional blog homepage. Now, you can set any html page as your homepage when using WordPress, but this method requires little know how and even less technical ability. And at least one of them is free.

WordPress is the most used open source CMS out there right now and it takes little work to build and SEO powerhouse. Google loves it and indexes all pages easily if you have everything working properly.

But when visitors come to your blog, they frequently see a standard blog home page, with snippets of posts in a list and some sidebars containing various items of interest.

Magazine themes eliminate that aspect of this. They give a well structured, easy to follow foundation for the rest of your site and aid in directing traffic from your home page to various key areas of your site.

Three Great WordPress Magazine Themes

Mimbo 2.2
The first magazine theme called Mimbo 2.2. Mimbo creates a wonderful area for featured articles, sub-categories and less important categories individually. This is done with ease and a little code manipulation. You can get assistance with the code from the creator Darren Hoyt. It uses category key numbers to determine what content to place where and then uses WordPress’s custom fields to place the pictures.

The best thing about Mimbo is it’s free! Below is a screenshot of a Mimbo 2.2 theme in use right now.


revolution


Mimbo is the only free magazine theme found that merits any recognition; but there are also two for purchase that are just as outstanding, if not more so.

Revolution
Revolution is a top notch, for purchase magazine theme. It is a widget-ready, customizable theme that is an ideal solution for online magazines, online newspapers and other websites that wish to use WordPress as a content management system. It offers a little more flexibility and a different homepage layout than Mimbo.

Revolution also has other magazine style themes specific to news, business and more. A set can be purchased for around $80.00 for single use.

mimbo


WP-Magazine
Also of note is WP-Magazine Theme. It has a great scrolling image on the home page with a larger area to work with and less white space. The basic option here sells for around $80.00.


wp-mag

Now you have the resources to build a powerhouse publication website with a great design, ease of use and fun right at your fingertips. Why are you still reading? Read more about WordPress and the great things you can do with it now… More Info: cmswire.com

Thursday, April 17, 2008

Drupal 5, clean URLs, and Fedora

Monkeying around with Drupal 5 on Fedora 8, trying to get up to speed in this strange new world of structureless node soup. I thought an easy warmup task would be to get clean URLs working, but that turned out to be quite a tussle.
I had Drupal installed in a "/drupal" subdirectory of an existing site, which worked fine as long as the Apache config had Alias /drupal /usr/share/drupal, which was installed by default. That made everything work, but putting in the default "clean URLs" rewrite rules and trying to access the "admin/settings/clean-urls" URL (instead of "?q=admin/settings/clean-urls") gave this error in the Apache config:
The requested URL /usr/share/drupal/index.php was not found on this server.
Assuming that's the googleable phrase that will land folks here, here was my solution: first, realize that the Alias of /usr/share/drupal was preventing the rewrite rules from ever being accessed - remove the rewrite rules and you'll see you get the same error. I ended up removing the Alias altogether, and instead making a symlink inside my web root to /usr/share/drupal. Then just add your rewrite rules and an option to follow symlinks in a Directory config for your web root, like so:
Options FollowSymLinks
RewriteEngine on
RewriteBase /drupal
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]


And don't forget to remove the Alias /drupal /usr/share/drupal line from your config. Do that, and it should work. Works for me, at least.

Source: frobnosticate.com

Wednesday, April 16, 2008

First Magento Training Class - Sold Out, New Dates Announced

Magento Training by php|architect

Magento’s first developer focused training class, Developing with Magento, is now completely sold out. The next class will take place on May 6 and run until May 29. These classes are timed to start at 6PM Eastern Daylight Time, perfect for after-work attendance in North America and daytime attendance in the Asia-Pacific region.

To learn more about Magento’s training program, visit our training page.

OpenX: A Case Study and Joomla! Friend


openx_logo.jpg Joomla! core member Peter Russell has been on a sabbatical of sorts and during this time he's been looking at a range of open source projects. Today, Pete talks with OpenX founder and CTO, Scott Switzer. Scott, 38, drives the product vision and is the OpenX community leader. Scott works at OpenX's London office or out of a suitcase—he travels a lot. University trained (Vermont), he has been a software architect for large software systems such as for GEHealthcare. He was formerly the co-founder/CTO for other media companies, like M3 and article 27.

Pete Q. Scott,please explain the journey that has seen you involved in Open Source?scott_switzer.jpg
Scott A. As the co-founder of article 27, we spent lots of time thinking how to break into a software market with established players. At the time, I advocated an open source model, but we could not build a supporting business model. That decision, and subsequent exit of the company, provided the challenge for me to build a business plan which would support open source software for my next company. We decided on a services model with M3 MediaServices, now part of Unanimis Consulting. We built upon OpenX software (which was open source), and released a hosted service based upon the software.


Q. How do you reconcile Open Source and the commercial path OpenX is taking?
A. When starting OpenX we decided to not charge for software or services, but instead charge advertisers a percentage if we connect them with one of our publishers. Because OpenXcharges advertisers, our publishers seem to be fine with this as long as OpenX continues to maximise the value that their inventory is worth.


Q. How many developers do you have on board and where are they based?
A. We have around 15 full-time developers based in Europe (London, Poland, Italy), and other community developers based around the world.


Q. What does OpenX do for publishers and why would they want to use it opposed to just AdSense?
A. Publishers like to use OpenX to deliver advertising from ad networks like AdSense. This way, they have technology which gives them independent statistics on how their campaigns are performing as well as the ability to control numerous advertisers and ad networks simultaneously so that the maximum revenue can be achieved.

Read more...

Monday, April 14, 2008

Database Programming in Java Using JDBC

An application that does not persist its data in a database is a rarity. Programming languages reflect this trend. That's why all languages provide a robust and flexible library for database access. Java is no exception.

Java provides the Java Database Connectivity (JDBC) API to access different databases. In this discussion, I will be focusing on the basics of JDBC. I will start with the whys and wherefores of JDBC. The next section will focus on the steps to use JDBC to access a database. In the final section, I will develop an application that will access MySQL database server using the steps described in the previous section. That's the outline for this discussion.

JDBC: What is it?

JDBC, which is short for Java Database Connectivity, can be defined as "An API for the Java programming language that defines how a client may access a database." In other words, JDBC specifies the ways and methods that are needed to access a database, more specifically a relational database such as Oracle, MySQL, and others. The main aspect of JDBC is that it is a specification and not a product. So different vendors (here RDBMS vendors) provide their own implementation for the specification.

For example, the JDBC implementation for Oracle database is provided by Oracle itself and the same is the case for all others. The implementations provided by the vendors are known as JDBC Drivers. The most important point to be kept in mind is that JDBC Drivers are installed at client-side and not at server-side.

JDBC has been with the Java Standard Edition (JSE) from version 1.1. The latest version is 4 and is being shipped with JSE 6. Regardless of the version, JDBC supports four types of implementations or drivers. They are:

1. Type I or JDBC-ODBC Bridge

2. Type II or Partly Java Partly Native

3. Type III or Network Protocol Driver

4. Type IV or Pure Java Driver

The types are defined by how the driver provides communication between the application and the database server. Here are the details.

A Type I Driver is also called a JDBC-ODBC Bridge. The reason is that in this case JDBC internally makes calls to the ODBC. It is the ODBC that communicates with the database server. The job of JDBC is to provide the queries to the ODBC in a form understandable by ODBC and to deliver the result provided by ODBC to the application in a form that is understandable by the application. This Driver works mainly with the Windows platform. This is the only type of Driver that is shipped with a Java installation.

A Type II Driver uses the native API of the target database server to communicate with the server. Hence it is known as a Native Protocol Driver as well as a Partly Java Partly Native Driver. This Driver doesn't contain pure Java code as it uses the client-side API provided by the target database server. To call the client-side API of the database, it uses JNI. However, since it doesn't have the overhead of calling ODBC, a Type II Driver is faster than a Type I. Also, by using a Type II Driver, one can access functionalities that are specific to the database server which is being used.

A Type III Driver is also known as Network Protocol Driver. Type III Drivers target the middleware. The middleware then communicates with the database server. In essence, Type III Drivers are like Type I with the exception that Type III Drivers are completely written in Java and use the network protocol of the middleware instead of ODBC API. Type III Drivers are more secure since middleware is in the picture. In a nutshell, in Type III Drivers the conversion logic is at the middleware level and not at the client-side.

The Type IV Driver is known as a Pure Java Driver. It is comparable to Type II as it directly interacts with the database server. Unlike Type II, Type IV doesn't use native API calls. Instead the API has been written in Java by the vendor. Apart from being a pure Java implementation of database client API, a Type IV Driver delegates the processing to the database server. That means at client side no processing related to the database or SQL translation occurs. The only job the client does is connecting to the server, passing the queries and input to the database server and getting the result back through the same connection. Due to the delegation of all the processes to the server, the Type IV Driver is also known as the Thin Client Driver.

The choice of which driver to use depends on the type of application that is being developed. For example, if the application is web-based, the best option is Type IV as it releases the application server from being a part of database transactions. In this case the application server would only have to provide services to look up the name of the connection pool and maintain the pool. All other data-related operations would be delegated to the database server. Next we will discuss the steps involved in using JDBC.

PHP and OOP

PHP is mainly a procedural programming language. Procedural programming is so called because the program code gives a set of instructions (i.e. an algorithm) for processing a particular task or set of tasks.

When programming in a procedural manner, the programmer usually breaks down the task/tasks in a top-down manner; this means the program will end up being made of a number of function calls, which can in turn call further functions or tasks.

In procedural programming data is of secondary importance and is normally placed into structures (data structures). As we would expect this data is global to the whole program, allowing us to see and access every function or procedure in the program, each of which will be able to change that data.

This is a very important concept; it means that whenever we change the format of any data structure in our program, all the other procedures and functions that operate on that data will also have to be changed. This can lead us to have to make numerous changes, something we really wouldn't like to happen when developing software of any type.

For around forty years, the idea of thinking about software in terms of objects surrounds us everyday, and indeed we make use of them almost everyday. For example clicking a button in your text editor to change the font color, wakes up the button object, which in turn tells other objects in the program that it had been clicked and that the font color must be changed. Also when we navigate the channels in our digital boxes to check when a tv programme had started, we may use objects, or better an object-oriented programming software, without knowing it.

The idea of having objects communicating with each other to get, give, and process data is the core concept behind programming in object-oriented manner.

At the end, if you think about it, this is what happens exactly in the real world. Although we cannot say we are objects, we surely can say that we do communicate with each other in order to gain information or give information, and sometimes we use the functions provided by a object to carry out one or more task.

Think for example when we make a phone call. We use the phone object to reach someone who is far away from us.

In OOP happens exactly the same and we may say that software objects simulates the part of real world that concerns an application. This is often called application domain or problem domain.

Most recent versions of PHP have increased their support for object-oriented programming, giving the tools to create objects' definitions and have them communicate with each other to run tasks for an application.

PHP, being a web scripting language and born as a procedural programming language, doesn't have all the features of pure object oriented programming languages such as Java and SmallTalk but, still, the possibility to create objects in PHP can bring huge benefits in the form of code design and organization and for the creation of more complex web applications. One of the biggest advantages of OOP versus procedural programming is the ability to promote re-use of code (to improve productivity), as well as being able to adapt methodologies like UML (Unified Modelling Language) and documentors (for PHP is phpdocumentor) to provide API documentation for libraries of classes.

(Article Source: weberdev.com)

Saturday, April 12, 2008

Announcing Google Weblogs (beta)

Today we’d like to offer you a sneak peek at an exciting new product we’ve been working on: Google Weblogs.

Since Google bought Pyra Labs in 2002, we’ve been dreaming, planning, and implementing the next revolution in personal publishing: Google Weblogs.

Google Weblogs, or “GWeblogs,” or “Gblogs,” which will launch later this year in a public beta, is the next revolution in personal publishing. Here’s what you can expect:

  • Don’t limit yourself to “reverse chronological” publishing. Our advanced Google algorithms put your best content at the top of your blog. Even if your later work goes downhill your previous posts will still shine.
  • No more template languages to mess with or sidebars to get right. Our advanced Google algorithms automatically populate your blog’s sidebar with the most relevant possible content.
  • Stop worrying about your PageRank or your search engine optimization. Post directly into Google search results for maximum visibility.
  • Save your readers time and effort. We’ll automatically extract the most relevant sentence from your post for the index page, along with any necessary ellipsis. We'll also put some words in bold!
  • Your blog’s header will stay fresh with new images from our team of artists, each and every anniversary of a scientific achievement.
  • Unsure of what to post about? Just click “I’m Feeling Lucky” and we’ll “take care” of the rest!
Excited? So are we! Take a look at this sneak peek of Blogger Buzz, powered by Google Weblogs.

We’ve put together a quick video tour to take you through the highlights of Google Weblogs. Check it out!

Friday, April 11, 2008

Zend Framework Documantation

Component Goals & Benefits

Succinct descriptions of the major components of Zend Framework, their goals, and benefits. Each developer in the Zend Framework community who worked on a component has explained their thinking behind its design. This includes:

  • High level goals for each component
  • Design intent of the component
  • Benefit gained from using this component
  • A link to the Programmer's Reference Guide for that component

Programmer's Reference Guide

Written in a book format, it contains the information a developer needs to actually understand and use each Zend Framework component. Such as:

  • Description & goals for a particular component
  • Details on the various capabilities of the components
  • Code snippets on how to use the component to accomplish real world examples

API Guide

The API Guide is low level phpdoc information for the Zend Framework components. It is useful for developers needing detailed reference information. It contains information such as:

  • Interface information
  • Details on how program elements interact, which elements use others
  • Where in the source code an action or series of actions occurs
  • How to extend the code to add new functionality

Thursday, April 10, 2008

Microsoft Posts 14,000 Pages of Office, SharePoint, and Exchange Protocols

Microsoft yesterday announced it has posted 14,000 pages of technical documentation describing how to use the protocols for its Office, SharePoint, and Exchange products. The company says the move brings the total number of pages of technical documentation it has posted to 44,000, and takes another step toward fulfilling the commitment to openness it made in February.

With this move, anybody with an MSDN account can freely access the "preliminary versions" of 14,000 pages of technical documentation for the protocols Microsoft used with Office 2007, Microsoft Office SharePoint Server 2007, and Exchange Server 2007. Following a review of the preliminary versions, Microsoft expects to release the final versions of the technical documentation by June, at which point it will have decided upon a suitable way to license the information.

The new documentation released yesterday describes the use of protocols for "connection points" between several products, including: Outlook and Exchange Server 2007; Office client applications and SharePoint Server 2007; SharePoint Server 2007 and other Microsoft server products; and Office client applications and other Microsoft server products.

The move follows through on the commitment Microsoft made in February to be less secretive and more open with its customers, business partners, competitors, and open source advocates. As part of that announcement, Microsoft also pledged not to sue open-source programmers for developing software that uses the interfaces.

Microsoft made several other pledges in February that it is in the process of fulfilling. One of these includes the creation of the Open Source Interoperability Initiative, which the company said in February would foster openness between Microsoft and the open source community, including organizing and conducting special events. However, there doesn't appear to be much to this initiative yet except this Microsoft Web page.

Other promises made by Microsoft as part of its Four Principles announcement include enhancing data portability through the creation of new import and export functions in its products (such as Office); enhancing support for open formats (such as ODF) in its products; and adding the capability to change the default file format in its Office applications. A Microsoft spokesperson says the company will announce additional documentation and disclosure schedules in the next several months.

In any event, Microsoft is celebrating the release of the 14,000 pages of preliminary versions of technical documentation. "We believe that providing open, consistent access to these protocols will further unleash the creativity of all developers to work on real-world interoperability solutions," said Tom Robertson, general manager of interoperability and standards at Microsoft.

(Source: itjungle.com)

How to Debug a Web Part for SharePoint 2007

The basic steps are as follows:
  1. Open the solution with the web part(s).
  2. Now goto Project ---> Properties --> Click on Debug ---> Set Start browser with URL to your share point site url e.g. http://sharepoint:80
  3. Now Build the project. So it creates .dll and .pdb files in bin directory.
  4. Now copy those both files into C:\Inetpub\wwwroot\wss\VirtualDirectories\ ( Your website)\bin directory.
  5. Now deploy your web part project. Import the web part into the web part gallery so it is visbile, create a smaple page and add the web part to the page in design view and publish the page.
  6. Now place a break point on the code of interest in Visual Studio.
  7. Under the Debug Menu, select Attach to Process
  8. Find the w3wp.exe process. If none exists, begin browsing to the site that has the web part you are debugging. (I usually conduct an IIS reset so that all of the w3wp.exe processes go away and the sole one that you are interested in is easier to find)
  9. Watch as the page processes and as soon as your web part is hit, Visual Studio will load symbols and begin the debugging process
  10. Enjoy....

Magento 1.0 has arrived!!!

My previous post was published before the launch of Magento - Preview Version and was introducing the features those were going to be implemented (and now have been implemented). The preview version was released on 31st August, 2007. So it has been very long time since my last post but busy schedule of life was'nt giving me a single moment for blogging.

And yesterday, on 31st March, 2008, long awaited Production version of Magento Commerce has been released.

Since the release of first preview version, the updates was being released frequently. With every release, Magento was shining more and more. The progress is incredible in very less time. Magento provides lot of exciting features like Multiple Stores and Websites, Google Checkout support, Single Page Checkout, Shipping to multiple addresses in one order and many more.

Varien - Magento Company has already announced parnership and collaboration with Parallels and Media Temple to deliver Magento 1.0 through a one-click installation wizard.

As a developer, the most impressive thing I found in magento is its flexibility for customization. As I have already mentioned in my previous post, magento is developed on Zend Framework and uses MVC architecture, which makes magento easier to maintain. Apart from that, magento also provides out of the box solution for customization. That means, magento can be customized as you need without modifying a single line of code in existing core modules. Instead, you can develop your own modules with specific configuration which overwrite the behavior of existing core modules. I love this way because it provides flexibility for upgrading magento to newer version.

So, on this occasion it really worths if they say:

Open Source eCommerce has officially evolved.

Saturday, April 5, 2008

An Online Reputation Monitoring Tool - Trackur.com



Trackur.com.
What does that mean? It means that Trackur is open for business and fully functional. We want to make sure the servers can handle the load and so will monitor things over the next week, before announcing the official launch.

What happens to Trackur Tracking?

This blog is now hosted in a separate server and new sub-domain: blog.trackur.com. We did this so that should you not be able to reach Trackur for any reason, you should be able to reach this blog for updates and support requests.

Tuesday, March 25, 2008

Offshore software development India has successfully delivered project based on Zend framework.

Offshore software development India has successfully delivered project based on Zend framework. The ECF portal for the UK is based on Zend framework using PHP 5.2 and PostgreSQL 8.2. This is back to back successful implementation of another framework after Symfony framework in PHP and share point server site definition in .net. The ECF portal is going to live by end of March, 2008. The best part of the project is the enhancement of the core Zend framework 1.0.3. Layouts and LDAP modules are extended from 1.0 .3 which are now available in version 1.5.

The team at Offshore Software Development India has developed such expertise that made them possible to deliver portal based on different framework like Zend, Symfony and open sources like Drupal, Joomla, SugarCRM, Magento.

The friendly approach of OSDI to the clients and different technologies helps them to translate their IT strategies into clients’ business advantages.

Please contact info@offshoresoftwaredevelopmentindia.com for the inquiry and development using Zend framework or any other open source.

About Zend framework:

Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend Framework is focused on building more secure, reliable, and modern Web 2.0 applications & web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as well as API providers and cataloguers like StrikeIron and ProgrammableWeb.

  • An extensible and well-tested code base – easy to augment
  • A flexible architecture – not locked-in to a rigid application structure
  • No configuration files necessary to get up and running – or when maintaining and deploying your apps

About Offshore Software Development India:

OSDI offering a wide range of skills in IT Services, Mainly focusing in Business Process Outsourcing (BPO), Software Development, IT Consultancy, Web Designing / Web Development, Offshore Outsourcing, Multimedia, Customized Software Applications and Search Engine Optimization (SEO).

For more information please refer http://www.offshoresoftwaredevelopmentindia.com

Friday, March 7, 2008

Google pulls some map images at Pentagon's request

Google pulls some map images at Pentagon's request

Google pulls some map images at Pentagon's request A Google search page is seen through the spectacles of a computer user in Leicester, central England July 20, 2007. REUTERS/Darren Staples

By Kristin Roberts and Eric Auchard

WASHINGTON/SAN FRANCISCO (Reuters) - Google Inc has complied with a request by the Pentagon to remove some online images from its street-level map service because they pose a security threat to U.S. military bases, military and company officials said on Thursday.

Gen. Gene Renuart, head of the military command responsible for homeland defense, said the Pentagon had talked to Google about the risks and expected the company to cooperate in removing selected images from its Street View service.

"We have been contacted by the military," Google spokesman Larry Yu said. "In those instances where they (the U.S military) have expressed concerns about the imagery, we have accommodated their requests."

The Defense Department, which is still studying how many images are available, has also banned Google teams from taking video images on bases.

"We've got to get a sense of what is there and see how we can mitigate it," Renuart said.

But because many images were taken from public streets, the military may not have a legal right to request that videos be pulled.

Street View, a feature of Google Maps, offers ground-level, 360-degree views of streets in 30 U.S. cities. Web users are able to drive down a street, in a virtual sense, using their mouse to adjust views of roadside scenery.

The feature has become a popular service for drivers seeking to plan a trip to an unfamiliar neighborhoods. But from the outset, Street View has been a magnet of controversy over potential privacy invasion of people captured in the images.

In one instance, a man was pictured exiting a San Francisco strip club. In another case, a woman was shown sunbathing. Complaints have even included a woman asking that a picture of her cat be taken down, a request Google denied.

The images that worry the Pentagon include views of bases, including security at the entrances to those installations.

"It actually shows where all the guards are. It shows how the barriers go up and down. It shows how to get in and out of buildings," said Renuart, commander of U.S. Northern Command.

"I think that poses a real security risk for our military installations," he told reporters at the Pentagon.

The Google spokesman said his company's policy was to photograph only those images visible from public roads.

"It is against Google's policy for a driver to seek access to a military base," Yu said.

Street View has yet to be introduced outside the United States. Web-based Google Maps and a related computer-based service called Google Earth have drawn criticism from a variety of countries for providing images of sensitive locations, such as military bases or potential targets of terror attacks.

The services rely on civilian versions of satellite maps that it licenses from commercial mapping services.

Source: sciam.com

Ask.com abandons pursuit of Google, seeks makeover as women's site

The image “http://media.klewtv.com/images/070720_Ask_com.jpg” cannot be displayed, because it contains errors.SAN FRANCISCO (AP) - In a dramatic about-face, Ask.com is abandoning its effort to outshine Internet search leader Google Inc. and will instead focus on a narrower market consisting of married women looking for help managing their lives.

As part of the new direction outlined Tuesday, Ask will lay off about 40 employees, or 8 percent of its work force.

With the shift, the Oakland-based company will return to its roots by concentrating on finding answers to basic questions about recipes, hobbies, children's homework, entertainment and health.

The decision to cater to married women primarily living in the southern and midwestern United States comes after Ask spent years trying to build a better all-purpose search engine than Google.

The quest intensified after Internet conglomerate InterActiveCorp bought Ask and its affiliated Web sites for $2.3 billion in 2005. But Ask.com remained an also-ran, despite spending tens of millions of dollars on an advertising blitz about dozens of new products that impressed many industry analysts.

Through January, Ask ran the Internet's fifth largest search engine in the United States with a 4.5 percent market share, according to comScore Media Metrix. Google dominates the industry with a 58.5 percent share.

"No matter what (Ask) did, it just wasn't enough to get people to leave Google," said Chris Winfield, who runs a search engine consulting firm, 10e20. "This looks they are raising the white flag."

Jim Safka, who became Ask's chief executive two months ago, predicted the retooling will breathe new life into the search engine.

"Everyone at Ask is excited about our clear focus and the trajectory-changing results it will deliver," he said in a statement.

Forrester Research analyst Charlene Li said Ask's new strategy could help boost the company's profits because married women - particularly mothers - dictate many household spending decisions, making them a prime advertising target.

"It's a smart move," she said. "I still think Ask has great technology, but it's just really hard to fight against Google."

With Ask scaling back, the online search market could winnow to two dominant players, Google and Microsoft Corp. Now third in the market, Microsoft is trying to buy Yahoo Inc., which runs the second largest search engine, for about $40 billion.

Ask's inability to increase its market share had spurred widespread speculation that Barry Diller, InterActiveCorp's chief executive, might hire Google to run the search engine's results to save money. Google already posts text-based ads on Ask and InterActiveCorp's other Web sites in a five-year deal that Diller expects to generate about $3.5 billion.

New York-based InterActiveCorp plans to break itself into five separate companies later this year. Ask will remain under Diller's control at InterActiveCorp.

When it first started out in 1996, Ask positioned itself as a search engine that could spit out answers to requests that were posed as natural-language questions instead of being entered as a string of loosely related words.

But the search engine, then known as AskJeeves, frequently misinterpreted requests and produced nonsensical answers that triggered widespread ridicule.

After investing in more sophisticated technology, Ask tried to reposition itself as a cutting-edge alternative to Google and even dropped its cartoonish mascot - a genteel butler named Jeeves - in an effort to be taken more seriously.

Even after adding more bells and whistles, Ask still primarily appealed to women who used the search engine primarily to get simple answers. Women are also a familiar demographic for Safka, who was chief executive of InterActiveCorp's online dating site, Match.com, before taking the reins at Ask.

Li predicted many married women and mothers will be thrilled to have a search engine focusing on their interests. "It's not so much that these women have simple questions," she said. "It's just that they are so busy that they need fast answers."

Source: klewtv.com

Monday, March 3, 2008

Microsoft Share Point Server Solutions by Offshore Software Development India

“Offshore Software Development India is a software solution provider based in Ahmedabad, India Offers Microsoft Share point server solutions, moss site creation, web parts and workflow development, programmatically implementation of Project server"

Offshore software development India has added one more technology in its work profile. OSDI has successfully delivered site definition using Microsoft Share Point Server 2007 and Share point services 3.0. This site definition is for the job portal uses Master pages, Page Layouts, lists, web parts, site template, site columns, content types, customize search solution for the portal and many other share point features. All the development is done programmatically and solution of site definition is totally customizable with the features. Solution is easily installed and deployed in share point farm using installer.

The second part of the development was for the project server 2007. New site template has been created for the project server using FBA authentication. All the site definition and site templates are installable in the server farm using their installer or using manual installation.

Apart from the above site definition and site templates there are readily available web parts for the MOSS 2007 custom calendar, tree view control for the document library, people picker for Active directory users. All the web parts are available with installation package.

Team at OSDI is Please contact info@offshoresoftwaredevelopmentindia.com for the inquiry and development using share point server and project server.

About Share Point Server:

Office SharePoint Server 2007 provides integrated enterprise-class capabilities that can help improve organizational effectiveness by connecting people, processes, and information across boundaries. This helps in Manage content and streamline processes, Improve business insight, Find and share information more simply, Empower IT to make a strategic impact.

Benefits:

  • Provide a simple, familiar, and consistent user experience.
  • Boost employee productivity by simplifying everyday business activities.
  • Help meet regulatory requirements through comprehensive control over content.
  • Effectively manage and repurpose content to gain increased business value.
  • Simplify organization-wide access to both structured and unstructured information across disparate systems.
  • Connect people with information and expertise.
  • Accelerate shared business processes across organizational boundaries.
  • Share business data without divulging sensitive information.
  • Enable people to make better-informed decisions by presenting
  • Provide a single, integrated platform to manage intranet, extranet, and Internet applications across the enterprise.

For more information please refer http://office.microsoft.com/sharepoint/.

About Project Server:

With Microsoft Office Project Server 2007 and its clients, your organization can more effectively manage and coordinate work ranging from one-time projects to complex programs across the entire project life cycle. Office Project Server 2007 is designed to be accessible by its clients, Microsoft Office Project Professional 2007 and Microsoft Office Project Web Access.

Benefits:

  • Budget Tracking and Cost Resources permit better financial insight and tracking.
  • The Proposals capability in Office Project Web Access manages plans and activities prior to project approval.
  • The Activity Plan capability of Office Project Web Access helps manage ongoing operations activities after project completion.
  • The Reporting Data Service permits easy user reporting with common business reporting tools such as Microsoft Office SharePoint Server 2007.
  • With the Cube Building Service, users can easily select data to build portfolio analyzer cubes, for sophisticated analysis and reporting.
  • About Offshore Software Development India:

For more information please refer http://office.microsoft.com/en-us/projectserver/.

About Offshore Software Development India:

OSDI offering a wide range of skills in IT Services, Mainly focusing in Business Process Outsourcing (BPO), Software Development, IT Consultancy, Web Designing / Web Development, Offshore Outsourcing, Multimedia, Customized Software Applications and Search Engine Optimization (SEO).

OSDI offers following services

  • B2B, B2C portal development, CMS, E accounting solution,
  • Web development of full-scale enterprise applications using Asp.NET. PHP, Flash
  • Customization of Drupal, Joomla, Magento Commerce, Oscommerce
  • Php Development using Zend framework, Symphony framework.
  • Enterprise solutions using share point server and project server
  • Solutions, administrations and maintenance for the Microsoft Commerce Server.
  • Development using Microsoft BizTalk Server

For more information please refer http://www.offshoresoftwaredevelopmentindia.com

Address:

Offshore Software Development India
406, Shiromani complex
Nr Nehrunagar cross road
Nehrunagar
Ahmedabad 380015
India
Ph: 91-79-65457841
info@offshoresoftwaredevelopmentindia.com