LiTWol @ Oleg Terenchuk

  • Contact
  • About me

User login

What is OpenID?
To prevent automated spam submissions leave this field empty.
  • Log in using OpenID
  • Cancel OpenID login
  • Request new password

litwol's tweets

  • Life is one large balancing act. In fact, we all work for a large circus. The funny thing is most just don't get paid for it. — 47 weeks 1 day ago
  •  
  • 1 of 9
  • ››
more

Developing PHP in VIM - VIM IDE for PHP

Submitted by litwol on Mon, 02/15/2010 - 22:18

I was going to write something long and smart about how its important to know what YOUR NEEDS are when it comes to coding and using specific IDEs and how do they satisfy them, but decided its best to cut to the chase and just post my VIM configs as requested by several from NYC Drupal User Group during our Feb 10 2010 monthly meetup.

VIM

  • 4 comments
  • Read more
  • 4868 reads
Tags:
  • php ide
  • vim
  • vim php
  • vim php ide

Creating custom fields using Drupal 7 field api

Submitted by litwol on Thu, 01/28/2010 - 06:03

** Work in progress **

This article describes which Drupal 7 field api hooks one must implement to create fully functional custom field. This field then may be usable on any fieldable object in Drupal 7.

// tells drupal which field(s) your module defines and implements
function hook_field_info() {}

// tells drupal which widgets your module defines and implements
// these widgets may be made available to other fields defined elsewhere (ex, core fields). but for our purpose i will describe how this hook interacts with hook_field_info()
function hook_field_widget_info() {}

  • 3 comments
  • Read more
  • 2303 reads
Tags:
  • Drupal
  • Drupal 7
  • field api

Creating 3d cube movieClip using Sprites and animating rotation through ActionsScript 3.0

Submitted by litwol on Mon, 01/18/2010 - 17:53

The point of this exercise is to learn how to create a 3d object from primitive 2d shapes in Flash ActionScript 3.0.

I added very simple animation effect just to demonstrate that it actually is 3d and rotates.

Note: I left final 6th side out on purpose.

No special instructions to run this code, just drop it into actions editor and preview your movie.

  • Add new comment
  • Read more
  • 2196 reads
Tags:
  • ActionScript 3
  • CS4
  • Flash

Adding sprite from inside an external class onto stage and animating it using arrow key movement.

Submitted by litwol on Mon, 01/18/2010 - 03:41

Flash demo is at the bottom of the post, scroll there!

Initially i had difficulty attaching a sprite created inside a class onto the stage. I haven't found documentation yet that explains the right way of doing it but i did stumble onto my own solution. I will not know whether this is the right way of doing it until i find some documentation that explains it. If some one has a tip please leave a comment.

I instantiated my class from the main FLA using the following code passing 'this' into the construct. "This" represents /stage/ in this file :

  • 2 comments
  • Read more
  • 1960 reads
Tags:
  • ActionScript 3
  • CS4
  • Flash

High throughput web architecture with drupal - *For authenticated users*

Submitted by litwol on Tue, 09/22/2009 - 03:47

Attached is visual representation of my research. I've been studying how to optimize drupal for authenticated users (Unlike every other solution out there that focuses on delivering content to anonymous users... that task is easy).

  • 1 comment
  • Read more
  • 6568 reads
  • 1
  • 2
  • next ›
  • last »
Syndicate content

Recent posts

  • Developing PHP in VIM - VIM IDE for PHP
  • Creating custom fields using Drupal 7 field api
  • Creating 3d cube movieClip using Sprites and animating rotation through ActionsScript 3.0
  • Adding sprite from inside an external class onto stage and animating it using arrow key movement.
  • Playing with flash keyboard click events
  • Script to benchmark API execution time.
  • Very good dvcs guide
  • High throughput web architecture with drupal - *For authenticated users*
  • About me - Oleg Terenchuk
  • Note to self
  • Pre-generating drupal forms
  • Change memcached admin stats page
  • The cult of done

LiTWoL © Oleg Terenchuk - Hosted on Linode.com 360

I love Smashing Magazine!
Fervens Drupal theme by Leow Kah Thong. Designed by Design Disease and brought to you by Smashing Magazine.