» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Tools + technology

Firebug Lite 1.2 Released

Today Firebug Lite 1.2 was released. This new version was built by Azer Koçulu, creator of pi.debugger. Azer joined the Firebug Working Group, morphed the GUI to look like Firebug, and added it to the Firebug code base.

technology: dzone.com: tech links

Battle for the Cloud: Google vs. Microsoft

Battle for the Cloud: Google vs. Microsoft

technology: dzone.com: tech links

Rich HTML editing in the browser: part 1

In the very first browser, created by Tim Berners-Lee in 1990, web pages could be edited directly in the browser in WYSIWYG mode. The web was conceived as a read-write medium. Later browsers however, were basically read-only. Only plain text could be entered through form controls. WYSIWYG editing in the browser returned to the mainstream with Internet Explorer 5: The new designMode property allowed a whole document to become editable by the user. At first the feature was somewhat overlooked, possible because it came among a flurry of equally underspecified, Windows-specific, proprietary extensions to IE.

technology: dzone.com: tech links

RubyWorld News:- Meet and Get The New “SilverLine” Ruby On Rails Plugin.

Silverline is a Ruby on Rails plug-in which gives the ability to run Ruby in the browser to manipulate HTML, vector graphics, or just do some computation. Bottom line: it let’s you write Rails code that can run on the client.

technology: dzone.com: tech links

WARNING! DNS cache Poisoning can put you in serious trouble!

Article on DNS cache poisoning and how to protect yourself from it

technology: dzone.com: tech links

Introduction to the Ninject IoC Container

Short screencast that will walk you through how to use the Ninject IoC (Inversion of Control) Container. This episode will also review the basics of the Strategy Pattern as it is critical to IoC.

technology: dzone.com: tech links

Killer Design & Development Dashboard w/ 100s of Resources

Massive and fairly easy to navigate web resource list. Definitely worth a peek, if not a bookmark.

technology: dzone.com: tech links

Dependency management, why it's so difficult ?

Anybody could explain me why do you use maven. As I understand the main purpose of maven is a support of dependencies between modules/components in project. Other task such as reporting, documentation and others is not important. In this case it would be much more useful/simple to use less complicated tool.

technology: dzone.com: tech links

How To Build A Twitter Agent

This post is about creating an agent that reads feeds and tracks things in blogs, using the Twitter API.

technology: dzone.com: tech links

Introduction on how to use Reflector

In this episode we will walk you though how to use the .Net tool Reflector. Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL.

technology: dzone.com: tech links

My little cron Bash framework (locking and logging)

Occasionally, I have a maintenance task for one of my programs: something has to be done in the background every so often. From rsyncing content between servers to importing data received from external parties into my application.

technology: dzone.com: tech links

FEST-Swing 1.0b1: Fluent interface for testing Swing GUIs

We are proud to announce the release of FEST-Swing 1.0-Beta1. FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. This library provides an easy-to-use API that makes creation and maintenance of GUI tests easy.

technology: dzone.com: tech links

Github presents Gist

Think about what it would look like if a versioning system like git and a pastie had a while, and you'd probably came quite close what the folks behind the project hosting service Github let loose on the web just yesterday: Gist, a pastie that supports versioning and much more.

technology: dzone.com: tech links

5 Things I Like Better about Visual Studio then NetBeans

I have been using Visual Studio since it first came out and have been big fan of it for quite a few years. Until just recently it had no real competition but with the NetBeans (and Eclipse) getting better every release I cannot say definitively that Visual Studio is the best editor anymore. Having said that there are still many features that Visual Studio has that I miss every time I use NetBeans.

technology: dzone.com: tech links

Erno: Talks About New Rails Features and Customer Involvement

One of the software engineers that Chris Kutler, as a NetBeans technical writer, get to work with on the NetBeans Ruby project is Erno Mononen, who works in Prague. Erno works mostly on the NetBeans Ruby IDE, but is also involved in some parts of the Java EE support in the NetBeans IDE. Chris is finally catching up with the documentation for 6.1 and took some time to talk with Erno about the work that he is doing for the upcoming 6.5 release.

technology: dzone.com: tech links

Java 6 Plus Yahoo Toolbar

Java 6 Plus Yahoo Toolbar is this another crappy move by Sun?

technology: dzone.com: tech links

JFormDesigner 4.0: GroupLayout Support

FormDev Software is pleased to announce the release of JFormDesigner 4.0, now with GroupLayout (Free Design) support (as in NetBeans GUI Builder; formerly Project Matisse) and JGoodies Forms 1.2 support.

technology: dzone.com: tech links

Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

For a while now I have been working on an application called IronEditor, this is a simple application designed to make it easier to pick up and start coding against the DLR based languages. By taking advantage of the DLR's Hosting API, the application can execute code for any language built on top of the DLR platform.

technology: dzone.com: tech links

RESTful Web Services in 60 Seconds

Is this even possible? Yes, trust me, if I can do it, so can you. You may ask, from Groovy and Grails in one day, how did I shift gears to web services. It all started while I was reading and working the samples from chapter 9 Web Services of “Beginning Groovy and Grails from Novice to Professional“. With the help of the sample provided in the book, I was able to get a RESTful web services for the Grails application.

technology: dzone.com: tech links

Maven Makes Developers Feel Stupid

Although Maven has its benefits, its documentation is often spartan and scattered, and sometimes it can be quite painful to figure out how to accomplish a task, although once you've figured out how to do it, it's usually not terrifically hard to repeat it in the future.

technology: dzone.com: tech links

What a C# Coder Should Know Before They Write VB

I just had an e-mail exchange with someone looking for a VB lead in Colorado Springs. I think they are going to have trouble filling it with an existing VB expert, and it occurred to me that someone who had led a successful VB 6 -> C# project could fit the bill, if they knew some key things about VB. I told the recruiter I thought the right person with a C# background and the right (respectful) attitude could be a good fit with two weeks work. But in the back of my mind I’m thinking “what resource could she possibly access during those two weeks.”

technology: dzone.com: tech links

Extracting errors and warnings from a log file using PowerShell

This blog post shows a simple Powershell command that searches a log file for errors and warnings and adds the matched lines to either to the errors.txt file or to the warnings.txt files. It takes advantage of the most powerful operator in Powershell, which is the switch operator. In my example here I exported the log file from the Wonderware SMC logger.

technology: dzone.com: tech links

NetBeans Tip: Reload Debugging (debug-fix-nb)

Just few days back, I talked about that its rather a good practice to debug, not to run! While following that, I discovered another thing, which was there for quite some time, but I didn’t notice it, as I didn’t debug too often.

technology: dzone.com: tech links

The Best Firefox Developer Extensions Around

Firefox offers a lot of advantages over other browsers, namely Internet Explorer. One of the greatest advantages it offers, is the ability to install add-ons. There are extensions that cover SQL, regular expressions, debugging, security issues, FTP, and more. Here is a list of 20 great Firefox extensions for developers.

technology: dzone.com: tech links

Ubuntu post install checklist

How to set up a LAMP developer workstation on a clean Ubuntu installation.

technology: dzone.com: tech links

TestCase 2.0.2, the kickass JavaScript testing framework, is out!

One of the nicest and coolest frameworks for organisation of the front-side testing (including javascript, styles and structures) just have released the version 2.0.2. At the same time the support resource has been lunched! You can find lots of useful things out there, fresh api-documentation, new articles, examples of usage and sure the live demo. Enjoy! And don't forget to push the thing up, we need your support!

technology: dzone.com: tech links

10 Great Free Tools for .NET Developers

In no particular order, ten of the most useful free tools for .NET developers

technology: dzone.com: tech links

Subversion up and running in 30 minutes or less

Subversion sounds pretty cool. It's a mature, powerful revision-control system that acts a lot like CVS, adds support for atomic commits and real renames, just won the Jolt award, and is free. What more can you ask for?

technology: dzone.com: tech links

From OSGi to GlassFish in 5 Steps

Creating an OSGi bundle and deploying it to GlassFish.

technology: dzone.com: tech links

SpringSource Enterprise Available To All

SpringSource, the company behind Spring, the de facto standard in enterprise Java, and a leading provider of infrastructure software, today announced the general availability of SpringSource Enterprise. SpringSource Enterprise delivers the software, services, and technical support necessary to develop and run Spring-powered enterprise applications more productively, securely and with the greatest uptime.

technology: dzone.com: tech links

Easiest way to try linux on windows

Want to install linux on windows in the easiest way possible? See how you can.

technology: dzone.com: tech links

Apache Archiva 1.1 Released

Apache Archiva 1.1 has been released with 89 fixes and features including RSS, virtual repositories, web-based artifact uploads, configurable remote proxy timeout, more compliant WebDAV using Jackrabbit, a switch to Spring under the hood, and an upgrade to Jetty 6.1 for the runtime bundle.

technology: dzone.com: tech links

How to become a good developer?

I was asked through this blog how to become a good developers. I think this is the question that many beginners want to ask. For every question there are throusands of answers. Okay, there are many answers like these but these ones are mine.

technology: dzone.com: tech links

The Fight for Fantastic Fonts (or, Let’s Give Tahoma a Rest)

What's the greater of these evils: contorting site designs around the standard Web-safe fonts, using images to render type, or relying on sIFR to render type with Flash? Who knows, but man, it sure would be nice if we could reliably use any font we wanted in our web work. And, as it turns out, IE4+ and Safari 3.1 offer mechanisms for doing just that.

technology: dzone.com: tech links

Using Phing to synchronize files and directories

FileSyncTask is a Phing extension for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer. FileSyncTask can copy or display directory contents and copy files, optionally using compression and recursion.

technology: dzone.com: tech links

Page 1 | Next >>