Archive for 'Coding'

CSS Overflow Property

Posted on 30. Apr, 2012 in Coding 0

CSS Overflow Property

Elements on pages are arranged in form of boxes, and we can control the sizing, positioning and behavior of these boxes with CSS. Suppose a container box has fixed width and the content box doesn’t fit in, here we can use overflow declaration to control the behavior of the inner box. CSS Overflow property has [...]

Continue Reading

4 Best Flash Game Development Ebooks [Kindle Edition]

Posted on 09. Apr, 2012 in Coding 0

4 Best Flash Game Development Ebooks [Kindle Edition]

There was a time when i wanted to learn ActionScript and Flash game development, even created many roundups of free Flash game development tutorials and premium tutorials with source code. As quite good percentage of PelFusion readers are interested in Flash game development, so i thought why not share the best ebooks on this topic. [...]

Continue Reading

How HTML5 Will Support Cross-Platform Development

Posted on 27. Mar, 2012 in Coding 0

How HTML5 Will Support Cross-Platform Development

An increasingly fragmented marketplace means cross-platform development has ramped up in recent years. To bridge the growing digital divide, JavaScript, CSS3, and great white hope HTML5 are utilized by developers. These languages sit behind a growing number of HTML templates, web apps, and native mobile apps. Why HTML5? While HTML5 is still under development – [...]

Continue Reading

The Grid-Based Design Resource Box

Posted on 06. Dec, 2011 in Coding, Design 2

The Grid-Based Design Resource Box

There is nothing quite like a grid, is there? Clean, functional and simple to use, it is a basic tool in the designer’s arsenal. That is why there are so many resources available on the web to assist you with creating, using or sharing grids. Here is a list of 10 brilliant resources to put [...]

Continue Reading

7 Common Mistakes by Flash Beginners

Posted on 15. Nov, 2011 in Coding 0

7 Common Mistakes by Flash Beginners

Flash provides incredible interaction to your visitors, but inappropriate use of flash often brings the negative result. Making mistakes is the best way to learn. This post lists common mistakes made by beginners, the ones that teach valuable lessons and bring the most experience. In the area of mistakes, the most painful ones are the [...]

Continue Reading

Actionscript and PHP Development Tutorials

Posted on 03. Mar, 2011 in Coding, Tutorials 5

Actionscript and PHP Development Tutorials

Building flash web applications with PHP is easier now with Actionscript 3. But to find related tutorials on internet could be a tough job, therefore today i have listed all useful tutorials which can help you to build dynamic flash websites using Actionscript and PHP. These tutorials will tell you how to create login system, [...]

Continue Reading

Manipulating DOM CSS Properties Using jQuery

Posted on 25. Jan, 2011 in Coding, Tutorials 3

Manipulating DOM CSS Properties Using jQuery

jQuery is a powerful development library for JavaScript followers. The functions themselves have been trimmed down and allow for agile development in fast-pace web pages. Some of the best features from jQuery come from Document Object manipulation. This can include text elements, form fields, headings, images, and so much more. CSS properties can also be [...]

Continue Reading

Building in Flash on the YouTube API with ActionScript 3.0

Posted on 07. Jan, 2011 in Coding, Tutorials 1

Building in Flash on the YouTube API with ActionScript 3.0

ActionScript is a very powerful programming language used in numerous Adobe Flash and Flex applications. It provides an object-oriented class level environment with many advantages to the average developer. In this example we’ll be constructing a video wall pulling the top videos from YouTube’s Tech feed. We will mostly be covering basic ActionScript techniques, thus [...]

Continue Reading