DanSolo’s HQ

Archive for January, 2010

Multi-Platform IDE For C# And Other .NET Languages: MonoDevelop

by WebResourcesDepot on Jan.31, 2010, under Web development, WebResourcesDepot

MonoDevelop is a free & advanced IDE that is mainly built for C# & other .NET languages.

It works in Linux, Windows & Mac OSX which is great, specially for developers who use multiple platforms but still want to work from the same interface.

MonoDevelop

MonoDevelop comes with advanced text editing features like code completion support for C# 3, code templates & code folding.

It also has an integrated debugger, web server (for instantly testing ASP.NET applications) & a GTK# visual designer.

The software also offers much more features like source control, makefile integration, unit testing, packaging & deployment, localization & more.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
SSLmatic – Cheap SSL Certificates (from $19.99/year)
Follow WebResourcesDepot At Twitter And Get More Resources!

Tags: , ,

Related posts

Comments Off more...

A Set Of User Interface Design Elements (PSD)

by WebResourcesDepot on Jan.30, 2010, under Web development, WebResourcesDepot

MediaLoot is presenting a free set of user interface elements that can help designing/prototyping faster.

It has 3 distinct styles: glossy, satin/light gradient, and one-color which the satin/light gradient set is available in 7 different colors.

The set comes in both .PNG & .PSD formats and includes items like:

  • control buttons
  • info boxes
  • breadcrumbs
  • forms
  • scrollbars
  • & more..

PSD UI Set

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
SSLmatic – Cheap SSL Certificates (from $19.99/year)
Follow WebResourcesDepot At Twitter And Get More Resources!

Tags: ,

Related posts

Comments Off more...

A Free Set of Social Media Icons in Vector Format

by WebAppers on Jan.30, 2010, under Web development, WebAppers

We have got Circular Social Media Icons and The Social Network Icon Pack already, however they are all in PNG format only. How about a free set of Social Media Icons in Vector? IconDock released a set of 50 Vector Social Media Icons of the most popular social media networks on the internet.

The icons are designed in 32px and 16px vector format. With the vector format, you can scale the icon to any size to fit with your design or use it in high quality print materials. What you will get from the zip package: 32px and 16px in three different file formats: vector EPS, PNG, and GIF. What more can you ask for?

vector-social-media-icons

Requirements: -
Demo: http://icondock.com/free/vector-social-media-icons
License: License Free

Sponsors

Pixmac: Stock Photos, Royalty Free Pictures and Images

Comments Off more...

Addmap.js – automatically analyse a text for geo locations and add a map

by Ajaxian on Jan.29, 2010, under Ajaxian.com, Web development

As part of an upcoming article on geo location I am putting together a few Geo Toys for myself and here is the first one. Addmap.js is a JavaScript that analyses an elements text content, finds geographical locations and links them to Google Maps. It also adds a map preview and a list of the found locations to the element.

See addmap.js in action below - all the content in the green box is generated from the paragraph of text above it. You can try it out for yourself by clicking the screenshot.

Demonstration screenshot of addmap.js

Using addmap.js is easy - sign up for a Google Maps Key and provide it as a configuration parameter. Then call the analyse function with the ID of the element to analyse as the parameter:

XML:
  1. <script src="http://github.com/codepo8/geotoys/raw/master/addmap.js"></script>
  2. <script>
  3. addmap.config.mapkey = 'YOUR_API_KEY';
  4. addmap.analyse('content');
  5. </script>

The script uses YQL and Yahoo PlaceMaker under the hood, for more info and updates on this, check the blog.

Comments Off more...

WordPress Plugin For E-Commerce: GetShopped

by WebResourcesDepot on Jan.29, 2010, under Web development, WebResourcesDepot

GetShopped is a free WordPress plugin for adding e-commerce capabilities into WordPress-powered websites.

It is a very easy-to-setup plugin which can work with any standards compliant WordPress theme (and WordPress MU).

GetShopped WordPress Plugin

The plugin offers a flexible pricing structure for products with features like:

  • flexible coupon/discount pricing rules
  • product specific sales
  • quantity discounts
  • free shipping options
  • multi-tier pricing for quantity discounts

and supports multiple payment providers like Google Checkout, Paypal & Payment Express.

GetShopped makes it possible to complete the shopping process quickly with a one-page-checkout & optionally, guest checkouts is supported.

It is easy to manage orders with the help of a powerful admin interface, print invoices, packing slips & more.

The plugin also offers lots of other features from comments to new/featured product widgets.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
SSLmatic – Cheap SSL Certificates (from $19.99/year)
Follow WebResourcesDepot At Twitter And Get More Resources!

Tags: ,

Related posts

Comments Off more...

How to Create Dynamic Tabs with jQuery

by WebAppers on Jan.29, 2010, under Web development, WebAppers

When we talk about tabs on web we usually think about tabs used for navigation. However, in this case we want to use them for showing different entities on the same page. We will try to simulate tabs as seen in browsers. Take Google docs for example, instead of opening each document in a new window (or browser tab), you could open them in page tabs.

Janko has written a throughout tutorial that shows you How to Use jQuery to Create Dynamic Tabs that can be added and removed dynamically. He has also mentioned how to use tabs and in which context should they be used in order to make them meaningful and usable.

page-tabs-jquery

Requirements: jQuery Framework
Demo: http://www.jankoatwarpspeed.com/examples/dynamic_tabs/
License: License Free

Sponsors

Pixmac: Stock Photos, Royalty Free Pictures and Images

Comments Off more...

Cross-Domain JavaScript With Simple PHP Proxy

by WebResourcesDepot on Jan.28, 2010, under Web development, WebResourcesDepot

Using JavaScript, it is possible to load HTML, XML or JSON data with XMLHttpRequest.

However cross-domain JavaScript requests (reaching remote pages) are not possible due to browser security limitations except JSONP-formatted JSON data.

Cross-Domain JavaScript

Simple PHP Proxy is a PHP script which aims to fill this gap by creating a layer between your JavaScript code and the remote domain to get data in HTML, XML or JSON formats.

Some features of Simple PHP Proxy:

  • requested URLs can be white-listed & validated against a regex.
  • optionally forward client cookies / SID to the remote server.
  • optionally forward configurable User Agent to the remote server.
  • requests can use either GET or POST request methods.
  • remote data can be delivered as-is with all remote headers intact.
  • remote data can be wrapped in a JSON/P structure that includes status codes & remote headers.
  • if using JSON/P & remote data is valid JSON, it will be merged into the resulting data object.

There is also a demo which you can request any URL.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
SSLmatic – Cheap SSL Certificates (from $19.99/year)
Follow WebResourcesDepot At Twitter And Get More Resources!

Tags: , , ,

Related posts

Comments Off more...

Canvas Benchmark

by Ajaxian on Jan.28, 2010, under Ajaxian.com, Web development

The Freeciv.net crew has benchmarked a path in their canvas game. It is one data point, and tests more than just Canvas itself because a lot of code is running in the game. Thus, it ends up testing the union of a particular JavaScript path and the rendering of the canvas.

Here are the results:

canvasbenchmark

With Bespin we had slightly different results, and the bulk of the bottleneck was in the blitting of the canvas. Optimizations were made to canvas over the initial phase of Bespin so the various browsers would leap frog each other. Good times :)

Comments Off more...

Website Footer Inspiration: Footerama

by WebResourcesDepot on Jan.28, 2010, under Web development, WebResourcesDepot

Footers of websites are being used more & more effectively everyday to provide a better navigation and more information.

Footerama is a fresh design gallery which presents inspiring footers of beautiful websites.

From Footerama:

footer became an area where the web designers had the maximum opportunity to show their creativity, craziness and umm..personality, individuality.

The footers presented are well-categorized with their themes/colors & new items are added regularly.

Footerama

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
SSLmatic – Cheap SSL Certificates (from $19.99/year)
Follow WebResourcesDepot At Twitter And Get More Resources!

Tags:

Related posts

Comments Off more...

31 Shiny Realistic Icons Free for Download

by WebAppers on Jan.28, 2010, under Web development, WebAppers

Shine has 31 icons ranging from 24px square icons to 128px square icons. With the fresh color scheme combines with prominent realistic shapes, Shine will make your websites and interfaces really stand out from the crowd. Shine is shipped in two versions: vector and pixel sets.

You can use the set for all of your projects for free and without any restrictions. You can freely use it for both your private and commercial projects, including software, online services, templates and themes.

free-icons

Requirements: -
Demo: http://iconeden.com/icon/shine.html
License: License Free

Sponsors

Pixmac: Stock Photos, Royalty Free Pictures and Images

Comments Off more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact me so I can take care of it!