by http://webgeektutorials.blogspot.com

Monday, January 31, 2011

SQLServer code named 'Denali'?


What is SQL Server code name "Denali" ?? info : Microsoft.com

SQL Server code-named “Denali”  provides a highly available and scalable platform with greater flexibility, ease of use, lower TCO, and the performance required by the most mission-critical applications. The following highlights a few key enhancements for a mission-critical platform.

SQL Server Denali Management Studio
Microsoft SQL Server code-named “Denali” empowers organizations to be more agile in today’s competitive market. Customers can efficiently deliver mission-critical solutions through a highly scalable and available platform. Industry-leading tools help developers quickly build innovative applications while data integration and management tools help deliver credible data reliably to the right users and new user experiences expand the reach of BI to enable meaningful insights. With SQL Server code-named “Denali” customers will benefit from the following added investments:
SQL Server AlwaysOn

Thursday, January 27, 2011

Photoshop Retouching video tutorial

Best part of Adobe Photoshop is, it is best go-to tool for digital artists when it comes to professionally retouching images. Enhancing and retouching photos in Photoshop is an effective way to "work with what you’ve got".
There are many tips, tricks, and tutorials for improving things like skin tone and imperfections, and enhancing the photo subject’s features. This article shares a huge variety of photo retouching tutorials for Photoshop users with brief descriptions of each.One example video, all credit goes to the up-loader.


This is the beauty of Photoshop. If you like this tutorial, thumps up and download from youtube.com

Wednesday, January 26, 2011

iTunes 10 direct download link for Windows and Mac

Apple announced iTunes 10 at the Apple music event in USA.  The new iTunes has a brand new design and features. The changes start from iTunes 10 logo. The major addition to iTunes 10 is a music based social networking service called Ping.  There are thousand of good, yet unknown music albums and songs in iTunes music store, which are not getting into the top list. With the music based friend circle in iTunes 10, users can follow artists and friends and find songs of their interest.  The ping works on iTunes 10 as well as iPod Touch and iPhone with the latest iOS version. Here is the direct  download link to  iTunes 10 for Windows and Mac OS.

Wednesday, January 19, 2011

Downlaod Latest ChromePlus

ChromePlus has all the functionality that Google Chrome has. More, ChromePlus added some useful features such as Mouse gesture, Super drag, IE tab, etc. Meanwhile, ChromePlus is free with no function limitation and you can use ChromePlus to surf the internet in any case
www.webgeek-tutorials.blogspot.com
Google chromeplus logo


QTP and Frameworks

HP's QTP is great testing tool, HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. It works by identifying the objects in the application user interface or a web page and performing desired operations (such as mouse clicks or keyboard events); it can also capture object properties like name or handler ID. HP QuickTest Professional uses a VBScript scripting language to specify the test procedure and to manipulate the objects and controls of the application under test. To perform more sophisticated actions, users may need to manipulate the underlying VBScript

QTP Framework

Automation Framework
Automation:
Accessing one Software Objects from another Software is called Automation.
(AUT is one s/w and Testing Tool is another s/w.)

Automation Framework:

It is a set of guidelines, assumptions and process developed by experts in order to perform a task(s) in an effective, efficient and optimized way.

A systematic approach for automating software applications.

HTML5 With New Logo and Features

HTML5 is still a draft version, but good thing here is we can use some of features.

W3C specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web application authors, new elements are introduced based on research into prevailing authoring practices, and special attention has been given to defining clear conformance criteria for user agents in an effort to improve interoperability.

The Worldwide Web Consortium (W3C), has unveiled a visual identity for the HTML5 technology to “encourage early adopters to use HTML5”.

The logo was designed by boutique agency Ocupop, and has been released by the W3C as badges, stickers, even t-shirts (see below)—all to promote the technology. here its the logo.


There are some good website shows when you can use HTML5 (CSS3 and more). And also you can find html5 demos. These websites show you which browsers support which html5 features and useful links.

Monday, January 17, 2011

How to fix IE image scaling bug


If you have an image that’s for eg. 211x112 and resize/scale it with HTML to 200x??? Internet Explorer doesn’t re-sample the image well. This bug is called bicubic scaling bug of IE, here is the example, just open this page with internet explorer, even with FF also display image with re-sampled well but you wont find any difference much.


To fix this scaled images in Internet Exploder and all we had to add was one little line of css.

img { -ms-interpolation-mode:bicubic; }

Wohoo fix is done, and output will be like this! although i put image with original size but by your end you can check this..

Saturday, January 15, 2011

Remove Items From Context Menu

Have you ever noticed that some applications like WinZip, Microsoft office items and others, add / remover some items to the context menu when you right-click on a file or folder?
I  will share you a  registry tweek for this,  


Open Registry Editor to start it.
Windows XP: Go to Start menu, open Run, and type regedit and hit Enter.
Windows Vista: Go to Start menu, type regedit in the Search box and hit Enter.
Once your Registry Editor is open, navigate to,

HKEY_CLASSES_ROOT\*\shellex\ ContextMenuHandlers


Suppose you want to remove WINRAR, first make a backup by right-clicking on the WINRAR  folder and selecting Export. Then save the registry at some safe place. Once backup is done, simple delete the folder.

Tuesday, January 11, 2011

Netbeans Tips for ROR


This editor indents, completes, and highlights your Ruby code syntactically as well as semantically. It assists you with rename refactoring, type inference, and navigation. The editor parses your code live as you type, so it can match words and brackets, mark errors and occurrences, and display new quick fixes and RDoc. With a few keystrokes you insert commonly used code snippets from live templates.


Here are some tips and shortcuts for those who are working on Ruby On Rails and using Netbeans, it is designed to be printed on an A4 sheet of paper and live by a developers desk, to make life a bit easier.

Monday, January 10, 2011

MySql Cheat Sheet

MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. The MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL was owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now owned by Oracle Corporation.

MySQL is a popular choice of database for use in web applications, and is a central component of the widely-used LAMP web application software stack — LAMP is an acronym for "Linux, Apache, MySQL, PHP".

RGB HEX Cheat Sheet

A free, printer-friendly RGB Hex colour chart for web designers.

The RGB Hex colour chart is a very large (183kB) PNG file, and is sized to fit on a standard A4 piece of paper. It shows the 216 so-called "web safe" or "non-dithering" colours (there are actually only 22 web safe colours, but those are revolting).

Ruby Cheat Sheet

A quick reference guide for Ruby , containing the default directory structure, predefined variables, methods, reserved words and regular expression syntax.
The Ruby cheat sheet is designed to be printed on an A4 sheet of paper and live by a developers desk, to make life a bit easier. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size Ruby cheat sheet.
Ruby on Rails includes tools that make common development tasks easier "out of the box", such as scaffolding that can automatically construct some of the models and views needed for a basic website. Also included are WEBrick, a simple Ruby web server that is distributed with Ruby, and Rake, a build system, distributed as a gem. Together with Ruby on Rails these tools provide a basic development environment.

Ruby on Rails Cheat Sheet

A quick reference guide for Ruby on Rails, containing the default directory structure, predefined variables, methods, reserved words and regular expression syntax.
The Ruby On Rails cheat sheet is designed to be printed on an A4 sheet of paper and live by a developers desk, to make life a bit easier. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size Ruby On Rails cheat sheet.

Javascript Cheat Sheet

JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari. 
The Javascript cheat sheet is a one-page A4 printable document, designed to provide a quick reference for Javascript. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size Javascript cheat sheet.


CSS Cheat Sheet

A quick reference guide for CSS, listing selector syntax, properties, units and other useful bits of information.

The CSS cheat sheet is designed to act as a reminder and reference sheet, listing all selectors and properties. It includes a visual example of the box model, unit reference for CSS units and the various media types CSS makes allowance for. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size CSS cheat sheet.

HTML Cheat Sheet

HTML is the language of the web. It is the semantic support on which websites depend. This A4 reference lists the various tags available to the web designer, as well as a selection of useful character entities, attributes and events.
The HTML cheat sheet is a one-page A4 printable document, designed to provide a quick reference for HTML. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size HTML cheat sheet.


jQuery a Quick Intro

jQuery is JavaScript Library created by John Resig in 2006 with a great idea, and idea was :

Write less, do more

jQuery simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is a framework built using JavaScript capabilities. So you can use all the functions and other capabilities available in JavaScript.Here is the list of important core features supported by jQuery:

DOM manipulation: The jQuery made it easy to select DOM elements, traverse them and modifying their content by using cross-browser open source selector engine called Sizzle.
Event handling: The jQuery offers an elegant way to capture a wide variety of events, such as a user clicking on a link, without the need to clutter the HTML code itself with event handlers.
AJAX Support: The jQuery helps you a lot to develop a responsive and feature-rich site using AJAX technology.
Animations: The jQuery comes with plenty of built-in animation effects which you can use in your websites.
Lightweight: The jQuery is very lightweight library - about 19KB in size ( Minified and gzipped ).
Cross Browser Support: The jQuery has cross-browser support, and works well in IE 6.0+, FF 2.0+, Safari 3.0+, Chrome and Opera 9.0+

Wednesday, January 5, 2011

nth-child CSS trick with IE Fix

The :nth-child() and :nth-of-type() pseudo-classes allows you to select elements with a formula.
The syntax is :nth-child(xn+y), where you replace x and y by numbers of your choice. For instance, :nth-child(3n+1) selects the 1st, 4th, 7th etc. child.


for example:

ul li:nth-child(3n+3) {
  color: #ccc;
}

select every third list item inside unordered lists. That is, the 3rd, 6th, 9th, 12th, etc. nth-child accepts two keywords: even and odd."Even" selects even numbered elements, like the 2nd, 4th, 6th, etc. "Odd" selects odd numbered elements, like 1st, 3rd, 5th, etc.

Tuesday, January 4, 2011

Some useful JS tricks in Webdev

Hey all, here i want to share some small but useful browser side javascripts ticky codes..

1. Javascript to check when a static page was last modified:
                 javascript:document.write(document.lastModified);
2. These take you forward or back one page.
                 javascript: back();
                 javascript: forward();
3. Replace 'message here' with your message (Example: 'hi') or your expression.
                 javascript: alert('message here');

Javascript Makes Images Fly

Open any website and paste this javascript code in address bar and press enter. ( For nice results i suggest you to google for some images (ie flowers)


javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

Oh your all images will be dancing across the screen.

To make it slow near the end, "setInterval('A()',5);", change the 5 to a higher number to slow it down.

Woohoo Have fun.

Javascript Trick To Edit Webpage

This is actually a fun with javascript , a very small line of code and what you can do is you can edit your online page.

Open any website and paste this javascript code in url (address bar) and press enter.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

 Now whole page is editable, just click anywhere in web page and edit whatever you want.

Have fun! :)