Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Finding the Radius and Center of a Circle to Fit Within a Page

With given width and height of a page element, you need to find the radius and its center point of the largest circle that fits within that page element. Find the smaller circle of the width and height; divide this by 2 to find the radius: var circ

View Hidden Files and Folders In Macintosh

I just love to work on Mac but sometimes a small task can become a herculean task in no time. Ever wondered where is the option to view hidden files and folders on Mac just like Windows has ? Frisking through all the options I realized that there is

Full Screen on Flex

Some time we need to apply the full screen in swf. The following code can be used for full screen. <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.co

Smoke Font Animation

Hello Friends, The following codes below is an animation effect of css3 by implementing this code the fonts will comes in smoke style. HTML <h1><span>C</span><span>S</span><span>S</span><span>&nb

Rounded corner in XIB or storyboard

Hi, I am writing for the first time on FindNerd. Many times we need to make buttons, labels, imageview, view to have rounded corner. and we write code as below to perform it. [redButton.layer setCornerRadius:15.0f]; [redButton.layer setMask

NSDictionary

NSDictionary class represents an unordered collection of objects associate each value with a key. Create NSDictionary NSDictionary *cars = @{ @"Mercedes" : @"Benz SLK250"], @"BMW M3 Coupe" : @"M3 Coupe", @"Honda" : @"Civic", }; NSLo

What is HTML5shiv.js?

Hello all, In this blog we will discuss about HTML5shiv.js, as all known html 5 in on demand. But some new Semantic Elements which are not accepted by browser like Internet Explorer-9 there was little to no support for HTML5 elements and other HTM

What is Windows Presentation Foundation

Windows Presentation Foundation is a next level GUI framework as compared to WinForms, which provides impressive user interfaces in windows based applications. Earlier it was known as “Avalon” and was first released as a part of .NET 3.0 framework.

SVG Matrix transformation

The SVG stands for "scalable vector Graphic" and below are the example for SVG matrix. The matrix looks like this: a c e b d f 0 0 1 There is only first 6 values can be specified, you only provide 6 values to the matrix transformation funct

Resize the Video File using FFmpeg

Hello Readers, FFmpeg has an extremely effective level filtration system, which usually can be used to completed the various tasks. A lot of them are listed here. You more can be found in the FFmpeg official documentation. In all the following exa

1 59 217
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: