Jquery Multiple Effect Slide Show Plugin
by admin on Aug.19, 2010, under HTML, jQuery





| Download Plugin | View all sample |
This plugin is designed for rapid development. This is a very quick and easy to implement of slideshow/Rotator dynamically. You can add image or even text content into the rotation with less coding. You can change the effect you want. It supports fading, slideLeft, slideTop effects. You can adjust also the speed of rotation. You don’t need to use CSS, but if you know CSS, much better. (continue reading…)
HTML Forms: jQuery Basics - Getting Started
by admin on Aug.01, 2010, under HTML, jQuery
So what is jQuery? From the jQuery web site: “jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.”
Okay, but what does that mean to me? Put simply, jQuery will help you write JavaScript faster using a simpler syntax. Instead of writing extra lines of code or the writing the same code over and over, you can use jQuery to consolidate the code. jQuery will do the heavy lifting while you can concentrate on the more important stuff.
jQuery also supports the idea of plugins. Plugins allow people to create mini-libraries that complement jQuery. The plugins can be anything from form validation to picture slide shows. We will look at plugins in future articles. (continue reading…)
New Embedded Database Support with ASP.NET
by admin on Aug.01, 2010, under ASP.net
Earlier this week I blogged about IIS Express, and discussed some of the work we are doing to make ASP.NET development easier from a Web Server perspective.
In today’s blog post I’m going to continue the simplicity theme, and discuss some of the work we are also doing to enable developers to quickly get going with database development. In particular, I’m pleased to announce that we’ve just completed the engineering work that enables Microsoft’s free SQL Server Compact Edition (SQL CE) database to work within ASP.NET applications. This enables a light-weight, easy to use, database option that now works great for ASP.NET web development.
Introducing SQL Server Compact Edition 4
SQL CE is a free, embedded, database engine that enables easy database storage. We will be releasing the first public beta of SQL CE Version 4 very shortly. Version 4 has been designed and tested to work within ASP.NET Web applications. (continue reading…)
5 Current Social Media that mean good things for your business
by admin on Jul.21, 2010, under SEO
Drive Brand Awareness, Engagement, and Purchase Intent
There are too many happenings everyday in the social media space for any single business owner to keep up with. Today’s web is fast, and very, very innovative. The production never slows down. New tools and integrations are launched seemingly every other minute.
While I’d encourage you to sift through the headlines and social media app directories on a regular basis, I’ve put together a few currently unfolding storylines with big implications for business owners. (continue reading…)
Freelancer.com launches virtual content marketplace freemarket.com!
by admin on Jul.21, 2010, under Freelancer
First and foremost we are extremely excited to announce the launch of
Freemarket.com, which we aim to grow into the world’s top marketplace
for virtual goods! Over the past month we’ve been testing the
Freemarket with a few thousands beta users and today we finally go
live with over 5000 items!
This new marketplace will allow any of our 1.7 million users to
upload and sell any and all of your virtual content to anyone in
the world. (continue reading…)
The state of PHP 5.3 support
by admin on Jul.19, 2010, under PHP
PHP 5.3 introduced namespaces and anonymous functions to the PHP world, which are surely great innovations for this programming language. For PHP 5.3 to be widely used, however, it needs to be supported by the various operating systems installed on development boxes and servers.
Linux distributions
The Linux environment commonly offers open source software in the form of binary packages available via repositories, being them in the form of .deb or .rpm files. The major distributions compile and bundle every new release of their bundled softwares, and upload the resulting binaries to a public repository which makes upgrading all installed software as simple as typing sudo apt-get update && sudo apt-get upgrade. (continue reading…)
PHP: the teenage years
by admin on Jul.19, 2010, under PHP
FROM: Marco Tabini
For some value of the word “turned,” PHP just turned fifteen. Wow.
I still vaguely remember when I turned fifteen—“rebellious,” “obnoxious” and “bad haircut” are all words that come to mind. But those were also very exciting years, full of hopes, possibilities and the knowledge that, in merely a few years’ time, I would have been able to make the roads a little less safe (in Italy, you have to be eighteen to drive, thankfully).
Milestones are not as important in our industry as they are in our lives—the way I see it, if you work in the computer field and turn to look at back at what has been, someone will have passed you by—but there are some very important lessons that can be learned from the story of PHP. (continue reading…)