Max Titov IV @ TechSplice

The most beautiful music of all is the music of what happens.
  • Home
  • About
4 Jul 2009

THE NIKON LENS ALPHABET

A great post by DtownTV

D: Stands for Distance.  These lenses take the distance between the subject and camera into account for metering.  They have a physical aperture ring which needs to be locked.

G: These lenses have the same technology as D lenses, but they do not have an aperture ring.  The G doesn’t stand for anything.  It’s just a D lens without a physical aperture ring.

VR: Stands for Vibration Reduction.  These lenses minimize blur caused by camera shake.

ED: Stands for Extra Low Dispersion Glass. This is the best glass Nikon makes, giving you better color, contrast, and sharpness.  ED doesn’t just mean pro, though, as it’s in many Nikon lenses.

N: Stands for Nano Crystal Coat. This is a new type of lens element designed to reduce ghosting and flare, especially off really bright specular highlights. The 105 micro was the first lens to have this element.

AF-S or SWM: Stands for Auto Focus Silent Wave Motor.  These lenses are quiet and fast, and the AF motors are built into these lenses.

IF: Stand for Internal Focusing.  This is usually on higher-end lenses that have constant aperture (typically f/2.8) where the barrel doesn’t extend, and the front element doesn’t rotate.

Aspherical: These lenses have a certain amount of wide-angle correction built in.

DX: Stands for the DX Format. There are no FX lenses, only DX or not.  If it doesn’t say DX, it’s a full frame lens.  DX will work on FX camera, but only uses a portion of the sensor and makes it ~5MP.

Lens view finder map

Lens view finder map

4 July, 2009 at 11:09 by Max

Posted in Photography | No Comments »

29 Jun 2009

SAP: Favorites and Links

All information about user set up - like favorites and links - are stored in system tables.

So if you want to take a look how the information is layed out just hit se16 and take a look at the following tables.

SMEN_BUFFC: stores favorites informatoin

COLUMN-UNAME will display user name

COLUMN-REPORT will display transaction code

SMEN_BUFFI: stores user associated links

COLUMN-UNAME will display user name

COLUMN-URL will display the link of the address

29 June, 2009 at 9:04 by Max

Tags: configuration, sap, tables
Posted in Everyday stuff | No Comments »

14 May 2009

Upgrading your Nikon firmware

If you are a proud oowner of a Nikon camera and want to know a little more about what version of firmware is installed oon your system and ify ou need to upgrade have a look here.

14 May, 2009 at 19:18 by Max

Tags: body, camera, firmware, nikon, Photography
Posted in Photography | No Comments »

14 May 2009

Free Tickets: Henry’s Photo Show 2009

snag-00000445 Find your free tickets for The Photographic, Video, & Digital Imaging Show right here.  All you need to do is print it and show it at the entrance.

Have fun and enjoy!

14 May, 2009 at 12:36 by Max

Tags: digital, free, Photography, show, tickets
Posted in Photography | No Comments »

9 May 2009

Thoughtful approach to photography by Andrew Kornylak

A great article about a leap and following what you love.  Andrew talks about his journey in becoming a pro photographer while working as a Software Developer.

The article talks aobut taking your time and loosing your self in the moment.  I absoltuely agree with the statement “it’s not enough to just snap away wildly”; I find my self more often taking my time with the subjects that I shoot.

It’s true, it’s not what you see it’s how you see it.

9 May, 2009 at 3:10 by Max

Tags: approach, camera, digital, Photography
Posted in Photography | No Comments »

6 May 2009

SQL: SELECT random number of rows

Here’s a quick way of requesting a random number of rows from a MySQL database:

SELECT * FROM <tablename> order by rand() limit <n>;

tablename: is the name of the table you wish to access

n: is thenumber of rows you wish to return

Be careful though, don’t use this logic on a database with a large record, the performance will be unpleasant.

6 May, 2009 at 12:17 by Max

Tags: database, random, select, sql
Posted in Everyday stuff | No Comments »

27 Apr 2009

SAP who has access to what?

To quickly check who has access to a particular object in an SAP system try executing program RSUSR002.

I needed to find out who has access to transaction SMQ1 and managed to accomplish that by filling in the following parameters in the first screen:

RSUSR002

RSUSR002

27 April, 2009 at 7:40 by Max

Tags: access, sap, transaction
Posted in SAP/ABAP | No Comments »

23 Apr 2009

Computer Science and I - where it all started

This is a little reminiscent - these are the guys who were there when I walked down the halls of UofT.

Brought to you by ByteClub.

23 April, 2009 at 19:23 by Max

Posted in Software Engineering | No Comments »

23 Apr 2009

Online ABAP community

Get involved, get started!

23 April, 2009 at 19:19 by Max

Tags: community
Posted in SAP/ABAP | No Comments »

23 Apr 2009

ABAP cancelling an SD Billing Document

If you have access to a billing document number try executing the following function:

DATA: l_rtrn TYPE bapireturn1 OCCURS 0.
DATA: l_succ TYPE bapivbrksuccess OCCURS 0.

CALL FUNCTION 'BAPI_BILLINGDOC_CANCEL1'
              EXPORTING
                billingdocument       =
*               testrun               =
*               no_commit             =
                billingdate           = sy-datum
              TABLES
                return                = l_rtrn
                success               = l_succ.

This should create a cancellation document.

23 April, 2009 at 10:49 by Max

Tags: cancellation, code, function, invoice, SAP/ABAP
Posted in SAP/ABAP | No Comments »

« Older Entries
Newer Entries »
  • Subscribe using FeedBurner
  • Cloud

    adobe animation basic beautiful builder camera code configuration contribution design developer development digital engineering fix flash Flex friends function images interesting lesson new paypal Photography php problem problems program programmer review sap SAP/ABAP sdk setup soap software solution story system tables transaction transports user video

    WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.

  • My Links

    • Cooking
    • Gallery
    • Resume
  • Online Tools

    • Airline Ticket Search
    • Estimate Shipping Cost [from US]
    • Link your Blog
  • Software Engineering Blogs

    • Adam Goucher
    • Joel on Software
    • The Third Bit
    • Wide Awake Developers
  • Categories

    • Everyday stuff
    • Flex
    • Photography
    • SAP/ABAP
    • Short Stories
    • Software Engineering
    • Web Development
  • Gallery

    Roy Tanck's Flickr Widget requires Flash Player 9 or better.

Max Titov IV @ TechSplice is proudly powered by WordPress
Design & code by Jonk
Entries (RSS) and Comments (RSS).