Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

devjhon21's Profile



devjhon21



Reviews
6
Helpful: 2


Code of the Week
0
Won: 0

User Reviews

    Microsoft Network Monitor

    Company: Microsoft
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 3.4

    "It allows you to capture, view and analyze network data"

    by devjhon21 on Aug 16, 2016 1:35 PM

    Summary:
    It allows you to capture, view and analyze network data. It can be used to help troubleshoot problems with applications on the network. information Script-based parser model with frequent updates Concurrent live capture sessions Support for Windows 7 in version 32 and 64 bits network conversations and process tracking Wireless Monitor Mode Capturing

    Report post

    Was this review helpful? (2) (0)
  • FinalBuilder

    Company: VSoft Technologies
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 6

    "imprescindible and visual appealing to programers"

    by devjhon21 on Nov 10, 2011 12:48 PM

    Summary:
    FinalBuilder's core interface elements are the: * Action Types Tab * Action Lists * Run Tab and * Build Log FinalBuilder's interface is dockable and completely customizable. To the right is a screenshot of the default layout. You can refer back to this screenshot (click to enlarge) to see which dock zone each of the interface elements belongs to by default.

    Report post

    Was this review helpful? (0) (0)
  • Fireworks

    Company: TCS
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 5

    "firework cs5 tool for designer and developers imprescindible"

    by devjhon21 on Nov 10, 2011 12:46 PM

    Summary:
    Improved performance, stability * Numerous improvements to most frequently used tools in Fireworks that help increase your work efficiency * Faster overall performance * Greater control over pixel placement of design elements * Updated compound path tool Pixel Precision Enhanced pixel precision ensures that your designs look crisp and clean on any device. Quickly and easily correct design elements that do not appear on a whole pixel. Adobe Device Central integration Using Adobe Device Central, you can select profiles for mobile or other devices, then start an automated workflow to create a Fireworks project. The project has the screen size and resolution of the target device. After the design is complete, you can preview the design under various conditions using the emulation capabilities of Device Central. You can also create custom device profiles. Improved mobile design workflows including emulation of interactive designs with integration with Adobe Device Central. Supported workflows with Flash Catalyst and Flash Builder Create advanced user interfaces and interactive content using new workflows between Fireworks and Flash Catalyst.Design in Fireworks and select objects, pages, or whole documents to export through FXG, a new XML-based graphics format for the Adobe Flash Platform tools. Export your designs efficiently to Flash Professional, Flash Catalyst and Flash Builder through a customizable extensible script. Extensibility improvements Experience greater control when working with other applications: Enhanced API supporting user-extensible export scripts, batch processing, and advanced control over the FXG file format. Swatch sharing across the suite Better control over color accuracy using the ability in Fireworks to conveniently share swatches across Creative Suite applications. The ability to share the ASE file format encourages unified color exchange among designers including those using Adobe Kuler.

    Report post

    Was this review helpful? (0) (0)
  • .net Framework

    Company: Microsoft
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 3

    ".Net Framework for developers and users convetional"

    by devjhon21 on Nov 10, 2011 12:42 PM

    Summary:
    The .Net Framework is a set of software components used by programs written in one of the .Net programming languages such as VB.Net and C#. An example that has been mentioned elsewhere in Woody's Lounge is Paint.net, a free application for digital photo editing. The .Net Framework consists of several versions: 1.1, 2.0, 3.0 and recently 3.5. Each new version adds functionality, it doesn't replace the older versions, so if you need the framework, you should install all versions (in order from oldest to newest). If you uninstall the .Net Framework, you'll find out soon enough if programs don't work anymore. If you have no problems, you don't need it.

    Report post

    Was this review helpful? (0) (0)
  • Visual studio

    Company: Microsoft
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 2010

    "Visual studio for developers"

    by devjhon21 on Nov 10, 2011 12:39 PM

    Summary:
    The comprehensive suite of application lifecycle management tools for teams to ensure quality results, from design to deployment. Whether you're creating new solutions or enhancing existing applications, Visual Studio 2010 Ultimate lets you bring your vision to life targeting an increasing number of platforms and technologies — including cloud and parallel computing.

    Report post

    Was this review helpful? (0) (0)
  • Magic Submitter

    Company: Alexandr Krulik
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 5

    "Magic submitter the traffic wizard"

    by devjhon21 on Nov 10, 2011 12:33 PM

    Summary:
    MAGIC SUBMIITER – The Next Wave of Internet Marketing and Website Promotion! Now Alexandr has gone way beyond article marketing and an automated article submitter. Magic Submitter will submit to ANY WEB PROPERTY! It doesn’t matter if it is an article directory, or a Web 2.0 blog such as Blogger, a social bookmarking site such as Propeller, or an RSS aggregator such as Feedage.com. IT CAN DO IT ALL! You may be thinking, “what about solving all those CAPTCHA’s?” No worries! This website marketing submitter program integrates with 3rd party CAPTCHA solving services such as decaptcher.com.

    Report post

    Was this review helpful? (0) (0)


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!