Skip to main content

Fabio de Miranda's Library tagged webdev   View Popular

24 Dec 09

24 ways: Make Your Mockup in Markup

Recently, thanks in large part to the influence of design hero Dan Cederholm, I’ve come to the conclusion that a website’s design should begin where it’s going to live: in the browser.

24ways.org/...make-your-mockup-in-markup - Preview

webdesign webdev css web2.0 design

15 Dec 09

24 ways: Rock Solid HTML Emails

Before getting into the details, there are some uncomfortable facts that those new to HTML email should be aware of. Building an email is not like building for the web. While web browsers continue their onward march towards standards, many email clients have stubbornly stayed put. Some have even gone backwards. In 2007, Microsoft switched the Outlook rendering engine from Internet Explorer to Word. Yes, as in the word processor. Add to this the quirks of the major web-based email clients like Gmail and Hotmail, sprinkle in a little Lotus Notes and you’ll soon realize how different the email game is.

24ways.org/...rock-solid-html-emails - Preview

webdesign webdev

05 Oct 09

Crudo Plugin (JSF CRUD generator for Eclipse)

Crudo is a CRUD model generation project. Technologies used include Java Server Faces, Facelets, Hibernate Entity Manager, JPA 3.0. Crudo is composed by a simple web framework, a reflection tool to extract the information from the domain objects and the generator plugin that generates the code.

crudo.sourceforge.net - Preview

eclipse crud java webdev

18 Aug 09

Grails Scaffolding CRUD Templates for Google App Engine / Java « Tomás Lin’s Programming Brain Dump

I spent a few hours trying to understand how JDO works on the app engine yesterday. I had some experience tinkering with the Grails templating system, and thought it would be a neat experiment to port the Templates into JDO / Persistence Manager. Here is a full working CRUD template for Grails based on JDO. The intent here is to rewrite the controllers to use JDO while retaining complete compatibility of the views.

fbflex.wordpress.com/...tes-for-google-app-engine-java - Preview

notetoself grails crud webdev

10 Aug 09

skulpt - Python on Javascript

Skulpt is an entirely in-browser implementation of Python.

code.google.com/skulpt - Preview

python javascript programming webdev

01 Aug 09

gwtchismes - Project Hosting on Google Code

GWTChismes is a collection of widgets that I use in my GWT applications and I want to share with the community.

JSChismes is the result of compile and export gwtchismes code in order to populate classes and methods and be used from native javascript. So the widgets can be used in html pages using pure javascript without the need of knowing java or gwt. You can read my tutorial about exporting gwt libraries.

code.google.com/gwtchismes - Preview

gwt programming java webdev

gwtupload - Project Hosting on Google Code

GWTUpload is a library for uploading files to web servers, showing a progress bar with real information about the process (file size, bytes transferred, etc). It uses ajax requests to ask the web server for the upload progress. It has two components written in java, the server side with servlet and utility classes, and the client side that is compiled into javascript using gwt.

JSUpload is the same client library but compiled and exported into javascript, so users that don't develop in java can use it directly in web pages. It provides a server program written in perl that can be installed in any web server as a cgi-bin script.

code.google.com/gwtupload - Preview

programming java gwt webdev javascript

21 Jul 09

5 Methods for CSS Curvy Corners | Inferno Development

As with many web developers, I am sure you have struggled with getting those nice Web 2.0 curvy corners or rounded rectangles. The problem is really IE, for some reason, the developers at IE, never figured out what curvy corners are, even though other browsers have their CSS3 attribute already. The methods described should work for most commonly used browsers (Opera, Firefox 3, IE 7 & 8, Safari).

www.infernodevelopment.com/5-methods-css-curvy-corners - Preview

webdev css javascript webdesign

CurvyCorners - Beautiful rounded corners for your HTML boxes

As from 2.0.x, CurvyCorners allows you to put rounded corners on your page elements using CSS. At present, there are two proprietary CSS syntaxes, one for Mozilla/Firefox and one for the Webkit browsers, Safari and Google Chrome.

All you need to do is to put the appropriate rounded corner styles into the appropriate rules, and CurvyCorners will automatically draw corners for the affected boxes, whilst leaving it to the newer browsers to draw them using their native methods.

www.curvycorners.net/instructions - Preview

css javascript webdev webdesign

18 Jul 09

django-ajax-filtered-fields - Google Code

Theese fields may be used in a many to many or foreign key relation, where the user may want to apply filters to the listed objects, because of they being too many, or just for usability reasons.

code.google.com/...django-ajax-filtered-fields - Preview

django python webdev

Doing more with the Django admin

The built-in administration console provided by Django is one of its biggest selling points. What if you need to customize more than just the look and feel and a couple of model fields? Find out how to extend the existing admin application without ever modifying the source.

www.ibm.com/...index.html - Preview

django python webdev crud scaffolding

16 Jul 09

Grails - Plugin: GrailsUI Plugin

GrailsUI (GUI) is a plugin that provides an extensive tag library of rich ajax components based on the Yahoo! UI (YUI) JavaScript library and a YUI extension called the Bubbling Library. It has been designed for ease-of-use as well as configurability.

grails.org/grails-ui - Preview

grails groovy mvc scaffold crud programming webdev databases

15 Jul 09

AntiXSS - Home

AntiXSS 3.0 helps you to protect your current applications from cross-site scripting attacks, at the same time helping you to protect your legacy application with its Security Runtime Engine. Working with customer and partner feedback, AntiXSS 3.0 incorporates radically and innovatively rethought features, offering you a newer, more powerful weapon against the often employed cross-site scripting (XSS) attack. AntiXSS 3.0 gives you:
Improved Performance. AntiXSS 3.0 has been completely rewritten with performance in mind, and yet retains the fundamental protection from XSS attacks that you have come to rely on for your applications.
Secure Globalization. The web is a global market place, and cross-site scripting is a global issue. An attack can be coded anywhere, and Anti-XSS 3.0 now protects against XSS attacks coded in dozens of languages.
Standards Compliance. AntiXSS 3.0 is written to comply with modern web standards. You can protect your web application without adversely affecting its UI.

antixss.codeplex.com - Preview

javascript security webdev

25 Jun 09

w3dt.net - HTTPRecon (HTTP Fingerprint)

HTTPRecon or HTTP Fingerprinting is a tool developed by computec.ch and modified by w3dt to help return highly accurate identification of given httpd implementations. This is very important within professional vulnerability analysis.

w3dt.net/httprecon - Preview

security admin webdev http tcpip internet

24 Jun 09

Face detection in pure PHP (without OpenCV) - Maurice Bloggue

I've been looking for ways to detect faces in photos with PHP. Nowadays, face detection is built in many consumer products (camera obviously, but also Google and iPhoto), and seems to be a pretty common job. So I expected to find many solutions for doing it with PHP. Surprisingly, the only one I could find is OpenCV, an opensource lib that was originally developed by Intel. OpenCV seems to perform well but you need to be able to install it on your server. In my case, I wanted to have a pure PHP solution, so it can work with most hosts

svay.com/...n-in-pure-PHP-(without-OpenCV) - Preview

computeVision webdev php

Microsoft SQL Server Community & Samples - Home

SQL Server 2008 product samples are available for each project below or you can download all the samples together (except AdventureWorks), or select from the menu below for specific projects. Download the AdventureWorks family of sample databases separately.

www.codeplex.com/...View.aspx - Preview

databases programming sqlserver mssql webdev

21 Jun 09

Gaia Flow Player C# sample

All Video Logic in this sample is written 100% in C#. No custom javascript required to make this work. The last video in the list has two CuePoints attached at 5 seconds and 10 seconds.

sandbox.gaiaware.net/GaiaFlowPlayer - Preview

C# webdev .net programming video streaming multimedia

20 Jun 09

gaiaflowplayer - Google Code

GaiaFlowPlayer - FlowPlayer (.FLV) ajaxified as a ASP.NET server control

code.google.com/gaiaflowplayer - Preview

FLV flash streaming webdev multimedia video

1 - 20 of 49 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo