Thursday, June 27, 2013

Know more about OS X Mavericks -2


Other highly anticipated features that helps more to the new users: better management of configurations with multiple screens. Until then, OS X was bad enough when we plugged a (second) screen to your Mac. The most glaring example was the full screen introduced with OS X Lion and required to have the same application on any screen mode. OS X Mavericks profoundly modifies the operation and offers a much more powerful solution, but probably more complex. The idea is to bring autonomy to each of the screens that you use: there is the menu bar on all screens and you can place applications in full screen on one monitor, but especially on any monitor. Specifically, you can now organize your windows as you want and simply work in OS X Mavericks. In this example, when writing an article, therefore, we have a compose window and a browser window on the right, a preview window, the corrector and Twitter on the left.

You receive an email? You can use Mission Control directly or trackpad gestures to change only the left screen. The right one is writing mode, the time to respond to email received. A gesture later, you will find the previous virtual desktop, one that allows a glimpse of the current document and correction.
Since it refers to the full screen mode, we regret that this release is not more evolved Mail application. The edit window is modal in part: it blocks the entire interface when writing a new message or a reply from the application, but if you create a mail from another program, the window is placed over another screen.

In theory, OS X Mavericks is supposed to remove any notion of primary or secondary display. Apple's new system has to guess that you are using at any given time and place the dock, knowing that the menu bar is constantly present. In fact, this operation does not seem to develop and can still be found in the System Preferences option available which allows you to choose the main screen. Last, Apple also supports these new options available for Apple TV. AirPlay can be used for a presentation on a television screen while using the Mac on.

Apple's browser has received some significant new features, but they do not apply to all OS X Mavericks. The new version of Safari is offered to remain with Lion and Mountain Lion and you can find the main news item in that other user: Small new Safari 6.1. In Apple's new system, the browser is Safari 7 and not 6.1. The change is not only symbolic, even if the interface has few differences, are important internal changes between the two versions. OS X 10.9, Safari and finally adopts the separation process for tabs. As in Chrome, for example, each open tab is a process, which should both accelerate and stabilize the browser. In case of problem on a tab, the browser will simply interrupt the matching process and avoid the complete crash. Apple ahead of many figures to prove that the browser is faster: from what we could tell, Safari is better than before and the gain is sensitive. This is especially the case on a Mac with Retina display, the computer that was just on the point with OS X 10.8.

1ShoppingCart online store software

Being able to sell products or services online is a great way to make semi-passive income, as it can come in regardless of what you're doing. While this is the dream of many entrepreneurs and businesses, not everyone is successful in this type of venture. If you want to make sales online, you have to make sure that your website is setup just right. One of the best things that you can do when you want to sell products online is get the right type of ecommerce software setup. With a good ecommerce solution, customers will be able to find the products that they are looking for, purchase them, and get them shipped out without you having to do anything. For example, 1ShoppingCart online store software is a good one to use. It has the potential to simplify your life and make things much more successful online. When you are interested in doing more with your online business, you should make sure that the look and feel of your ecommerce pages is also right. You do not want to overload the pages with information like many websites make the mistake of doing. If you do, you'll have a hard time getting people to stick around on your site long enough to make a purchase. By simplifying your site and making it so that your customers can find what they're looking for, you will increase the time they spend on your site and the amount of sales that your site makes on a regular basis.

Tuesday, June 25, 2013

Screen Capture for Mac

Some of the most simple, easy to use and effective video processing software are available at reliable online store that cater to the various needs of their clients. Viewer could get plenty of information and guidance from the website on their products that are displayed at the site and could be very beneficial to the customers. The provider in question started operating way back in the year 2004 and has seen steady grown in business with hard work and dedicated service to all their customers. They started off with two products in the beginning and now have a wide range of 20 titles for Mac and PC. With their focus on catering to products suitable to adults, children students, business men and for people of all categories of life, they came out with products that were simple, accessible and scalable making it easy for the user to install their software straight out of the box without any complication. They strive to improve on their products with each passing phase of life by concentrating on the growing needs of the users with a tendency to be the providers and caterers of more sophisticated products for all their customers.

The products available at website mac are Video converter, DVD Ripper, Screen capture etc: and individuals can use presets for mobile devices, convert the most popular formats, save time with high conversion speed, rip DVDs and save DVD movies in many formats, The can also extract audio and convert between audio formats, enjoy clean design with great usability, merge several files into one file and much more. For users interested in learning, the choice of video guides, information about Video Codec, Audio and Video formats with Video filters and effects are also provided at the site to enlighten their users on their products and its usage. Their support center is available for the service of their customers and should they arise any queries with immediate replies; the facility of a live chat is also made available at their site. A quick tour at the site can give the viewer all the required information with regards to the products, its benefit and usage with all the desired support from their service team on board.

Monday, June 24, 2013

Three Entry Points for Cross-Site Scripting



Cross-site scripting (XSS) can be more of an annoyance than a serious threat in some instances. However, there are circumstances where XSS is used for malicious purposes, where hackers may easily exploit your information and wreak havoc. This can be especially dangerous to your sensitive data if your website contains vulnerabilities that welcome exploits.

According to a report by Symantec, 84 percent of the security vulnerabilities documented by this security expert were attributed to XSS committed on websites in 2007. It has been concluded that at least 68 percent of existing websites for that year were vulnerable to XSS attacks.

It is good practice for developers and testers to be fully aware of the possibility that every one of your data entry points could be targeted for an XSS attack. Web applications are at high risk for malicious actions committed through the:

  • Hijacking of user accounts
  • Access to sensitive data and ability to modify that data
  • Bypassing of controls for access
  • Presentation of fraudulent content

The Most Common Entry Point

Session cookies are the most common way that XSS is used to exploit user information. A session cookie is used to store the user’s identity while logged into a website. If another site is opened while logged into the first website and XSS is present, the second website could hijack the session cookie from the first. The hijacker would be able to use the session cookie in their browser, in addition to using the information to impersonate the user on the initial website. Depending upon the nature of the first website that the session cookie has been hijacked from, the results could be very damaging.

Examples include:

  • If the user is logged into a banking website, the hacker could use the session cookie to impersonate the user and conduct transactions that will remove cash from the user’s bank account.
  • Banking information can be accessed from shopping sites and allow the hacker to make purchases with that information.

Additional XSS Entry Points for Web Applications

Forms. Web forms such as login forms, if improperly coded can be vulnerable to XSS. If the hacker takes advantage of this vulnerability and injects a script into the login form, the script will send them the user’s password—allowing hackers access to the user’s account where changes or purchases could be made.

Examples include:

  • If a login form is compromised for a shopping website, a hacker could then impersonate the user and make purchases using whatever pre-stored means of payment are entered into the account.
  • With so many users neglecting to follow the best practices with password security, the hacker could potentially access many different websites just by assuming that the credentials for each are the same.

URLs. If a hacker sends an email to a user with what appears to be a legitimate URL, could infact be a malicious script that is embedded within the URL. Once the user has been lured to the legitimate site, they log in and the script sends the session cookie to the hacker.

Examples include:

  • An attack such as this can also be attributed to postings on social networking websites. The hacker could post a message with XSS code hidden within it. An unsuspecting user clicks on the URL and their information is sent to the hacker who can then steal their credentials and make changes to their account.
  • The hacker could impersonate the user and post messages on social network websites that are malicious in nature, possibly resulting in the user being banned from the website

Best Ways to Avoid XSS Attacks

By identifying vulnerabilities for XSS attacks on your websites, you are taking the first step toward preventing and mitigating the problems that could result. Developers can reduce their risk of XSS attacks by adopting the following practices:

  • Validating output by sanitizing data HTML encoding to eliminate malicious characters.
  • Avoiding inserting user-controlled data in script code and reducing the amount of allowed HTML.
  • Using server-side validation to detect request containing malicious exploits.

XSS is more common than many users realize, with vulnerabilities discovered even across major brands. Developers using sound XSS practices and thoroughly testing for vulnerabilities save end users from the potentially devastating effects of an attack via XSS.


Fergal Glynn is the Director of Product Marketing at Veracode, an award-winning application security company specializing in secure software supply chain and other security breaches with effective risk assessment tools like secure software supply chain toolkit.

Saturday, June 22, 2013

Know more about OS X Mavericks -1



Apple took advantage of the opening Keynote WWDC 2013 being held in San Francisco to introduce OS X Mavericks, the successor of Mountain Lion. This new named after a famous surfing spot in California does not change as the iOS system 7 on mobile devices, but it brings some significant new features. OS X 10.8 was clearly aimed at novices with its new iOS inherited, the system tried to ease the transition from iPhone to Mac for those who knew nothing about traditional computing. LaunchPad presented as applications on an iPhone or iPad, the applications themselves were digging in the mobile system interfaces and Apple simplified the transition from one system to another with better iCloud integration. OS X Mavericks tries to seduce rather more advanced users, those who already know how to use a computer in general, especially a Mac and want to go further. Requested by many users, the tabs are appearing in the Finder. The file manager for OS X can open several files in the same window by creating tabs. The operation is the same as in a browser, shortcuts as: creating a tab with ⌘ T, in a farm with ⌘ W (must now make ⌘ ⇧ W to close the window, unless of course you did no open tab).


You can also open a folder in a new tab using the secondary click: a new item appears in the Finder's contextual menu. As always in a browser, you can double-click a folder while holding down ⌘ supported and the file is displayed in a new tab. The Finder OS X 10.9 also features all the functions of management tabs ⇥ ctrl ctrl ⇧ ⇥ display the next and previous tabs, you can drag a tab out of the current window to create a new window, move tabs within the window or windows merge all with a single tab. Secondary click on the dedicated area displays unsurprisingly other options to close all other tabs except the current one.


Another new Finder Version 10.9, these are the keywords. It is not so much a new function, as a new interface for something that has long existed in OS X, but was rarely used. Until then, Apple talked about labels, OS X Mavericks employs him the English word 'Tags'. The principle is the same: you can assign to each folder or file a keyword and a color option and the system then gives you several options to find all the elements associated with the same keyword. By default, OS X creates Mavericks seven tags for all colors. They are also just named according to the color, but nothing prevents you from changing the names and colors of the keywords in the Finder preferences. Thereafter, you can attach a tag to a file or folder using the context menu, to the new icon in the Finder toolbar (below) or by dragging and dropping the element in the sidebar. Through the icon, you can also create a new tag.


The Finder sidebar already contained fast access to some records, the machines on the network and local volumes, it gets the tags. You can drag items on a tag to associate with him, they said, but this presentation can also display all the items associated with a particular keyword. The research will support these tags, but this feature does not seem active in the first OS X beta Mavericks. What works however, is the integration of tags directly in dialogs applications. Example here in a text editor that does a field "tags" between the file name and its position in the storage volume. This field is used both to select an existing tag to create a new one. Last point can be noted, the management area dedicated to iCloud in each software also integrates keywords and has an additional button at the bottom to add. As throughout the Finder, the color is more discreet, it no longer appears as a point. Incidentally, the views put now lists the column names forward, others are grayed out.