software development

Tag details

Welcome to the 'software development' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'software development'.

Are you an expert about 'software development'? Do you want to be the Technorati authority on 'software development'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "software-development" at The Free Dictionary

Original Technorati articles tagged “software development”

Latest blogosphere posts tagged “software development”
 

  • Programming langauge popularity


    The EndeavourAuthority Authority: 413
    Here are two ways of measuring programming language popularity: number of questions tagged with that language on Stack Overflow number of project on GitHub using that language According to this article , these two measures are well correlated. I’d be skeptical of either metric by itself. A large number of ...
    13 hours ago
  • .Net Software Developer Required


    pak-jobs-ITAuthority Authority: 116
    It’s a freelance project base job for .Net Software developer. Skills Required : Asp.Net, C#, MSSQL, Javascript, HTML, CSS Strong analytical and problem solving skills required Please send your latest CV at More details will be provide on interview. Thanks uJob4Us      
    15 hours ago
  • Simple Security Rules


    Java Code GeeksAuthority Authority: 467
    Wow!Citi really messed up their online security. They included account information as part of the URL. You could alter the URL and access someone elses account information. Yikes o rama, thats...
    1 day ago
  • DIGIOP Release Adds Event Notifications, Advanced Analytics, and Integrations


    Paternal ProseAuthority Authority: 146
    Indianapolis, IN (PRWEB) February 08, 2012 DIGIOP today announced that a new version of DIGIOP ELEMENTS™, the company’s powerful video and data management software, will be released this week. the latest release, Version 8.1, adds expanded event notification capabilities, advanced traffic and queuing ...
    1 day ago
  • Cross-platform Windows and Mac lifts Delphi sales by 54%


    Tim Anderson's ITWritingAuthority Authority: 454
    Embarcadero has announced 54% growth in sales of Delphi and C++ Builder, its rapid application development tools, in 2011 vs 2010. These tools primarily target Windows, but in the 2011 XE2 edition also support Mac and iOS applications. XE2 also added a 64-bit compiler, making this the most significant Delphi release ...
    1 day ago
  • Senior Software Project Manager/Social Application Developer (Karachi)


    Jobs In PakistanAuthority Authority: 141
    Job Description: One of our client is looking for a dynamic and innovative Senior Software Project Manager/Social Application Developer to head our KARACHI Office. We are looking to hire this team leader immediately. This individual should be fluent in English, have excellent references from past employers or manager ...
    2 days ago
  • eZ Systems goes “full cloud”


    Concept WizardsAuthority Authority: 122
    eZ Systems releases new eZ Publish Cloud Edition with the support of Ixonos Skien, Norway  – eZ Publish Cloud enables customers and eZ Service Partners to automatically receive the cloud resources they require, such as the necessary frontend-servers, depending on their needs and their user traffic. This way, ...
    2 days ago
  • XDiceChecker


    Plenty of Software: Free downloads centerAuthority Authority: 127
    XDiceChecker 5.0.0.1 FREE DiceLock Security XDiceChecker Mac OS X 10.6 .dylib library.If in your process or software applications you have need for random number streams and you want to check that the input or output random stream is really at random, you can incorporate libXDiceChecker.dylib library in your Cocoa ...
    2 days ago
  • Team Leader Java (Karachi)


    Jobs In PakistanAuthority Authority: 141
    Job Description: CS/MSC or BE (EE, SE, CE) with at least 6 years of post qualification relevant experience. Must have led or significantly contributed towards at least 6 software development projects, including three in Java/J2EE environment.
    2 days ago
  • Senior Software Engineer Java (Karachi)


    Jobs In PakistanAuthority Authority: 141
    Job Description: You must have hands-on experience on Struts 2, Hibernate 3.x, JBoss, MyEclipse, EJB 3.x, JSF, JavaScript, AJAX, JQuery, Spring Framework. Candidates having JSF experience will be preferable. Qualification: BCS/BS/MCS or BE (EE, SE, CE) with at least 4 years of experience or MS with at least two year ...
    2 days ago
  • Ribbon Designer for SharePoint


    Plenty of Software: Free downloads centerAuthority Authority: 127
    Ribbon Designer for SharePoint 1.0 This is a true RAD tool for creating custom ribbons for your SharePoint and Office 365 solutions without learning Ribbon XML. Specialized components of the Ribbon Designer allow you to quickly build custom SharePoint ribbons and add a new ribbon to your existing project. The Ribbon ...
    4 days ago
  • Job for Share Point Developer at Saudi Red Bricks Co Saudi Arabia


    Jobs NamaAuthority Authority: 135
    Job Description:Share Point DeveloperAt times, organization decisions can affect the hiring speed of the position you applied for. So you need to remain positive and wait patiently for their decision. If  you are shortlisted, the employer will update your application status at www.jobsnama.com, or contact you ...
    5 days ago
  • Smart OCR SDK


    Plenty of Software: Free downloads centerAuthority Authority: 127
    Smart OCR SDK 3.2 With Smart OCR SDK, developers can easily implement OCR (optical character recognition) technology into their own software products. The Smart OCR technology recognizes and processes scanned paper documents and PDF files and converts them into fully editable and searchable digital files. The SDK ...
    5 days ago
  • In This Article We Shall Tackle About The Meaning Of Agile Software Development As Well As Its Advantages.


    Corporate Promotional Items - Four MYKCAuthority Authority: 147
    Do you know what agile software development is? In this informative article we will tackle about the meaning of agile software development and its advantages. Agile software development is a set of software development way with the basis from iterative and increasing development. A collaboration involving ...
    6 days ago
  • IOS Developer (Karachi)


    Jobs In PakistanAuthority Authority: 141
    Job Description: Need developer with at least 1 year experience with iPhone or iPad development. Will work as part of a digital content team for education and healthcare sectors.
    6 days ago
  • Urban Airship


    One Day, One InternshipAuthority Authority: 110
    I really like the idea of push notifications, but I find that they’re often inconsistent in terms of being delivered. I also hate it when apps try to trick me into accepting push notifications that I will find annoying. Still, it seems pretty clear that push notifications are going to become an increasingly ...
    6 days ago
  • Urban Airship


    One Day, One JobAuthority Authority: 110
    I really like the idea of push notifications, but I find that they’re often inconsistent in terms of being delivered. I also hate it when apps try to trick me into accepting push notifications that I will find annoying. Still, it seems pretty clear that push notifications are going to become an increasingly ...
    6 days ago
  • Developer (Lahore)


    Jobs In PakistanAuthority Authority: 141
    PHP & Ruby on Rails (RoR) Developers required for a US based firm in Lahore - Language: PHP & Ruby on Rails (RoR) - Client: U.S. based firm - Reporting line: Project Manager - Education: MUST have a computer related (IT/CS) degree. A management degree is a plus. - Experience: 5+ (flexible), must have a [...]
    6 days ago
  • 20 Database Design Best Practices


    Java Code GeeksAuthority Authority: 467
    Use well defined and consistent names for tables and columns (e.g. School, StudentCourse, CourseID ...).Use singular for table names (i.e. use StudentCourse instead of StudentCourses). Table...
    6 days ago
  • Another aspect of coupling in Object Oriented paradigm


    Java Code GeeksAuthority Authority: 467
    I had previously written a post related to coupling and cohesion here and that was more of a basic definition of both the terms.In this post I would like to throw some light on the tight...
    6 days ago

Comments about software development

Personal attacks are NOT allowed
Please read our comment policy