Embedding Fonts using sIFR 3

Posted by beThinker | Posted in Scalable Inman Flash Replacement | Posted on 21-06-2009

What is sIFR?

Scalable Inman Flash Replacement (sIFR) is a technology that allows you to replace text elements on screen with Flash equivalents. sIFR lets you use your favorite font on the website without the user having it installed in their computer and by cleverly working with Flash, JavaScript and CSS.

sIFR requires JavaScript to be enabled and the Flash player plugin in the reading browser. If either the two condition is not present then the reader’s browser will automatically display the traditional way using CSS based styling, the user will not notice or know the difference.

Read the rest of this entry »

XML basics into Flex

Posted by beThinker | Posted in Flex | Posted on 10-06-2009

xmlbasicIn this tutorial will teach you the basic on how to load an external XML file into Flex Builder 3 and then filter each result into labels.

Set up your workspace by open up the Flex Builder 3 and start a new MXML application. I have named mine XMLbasics for this example. Set the layout to vertical and press the finish button.

Before we can load an XML file we’ll need to have one. I’ve made one for this tutorial, download here.Now right click within your “src” folder and then select new folder “assets” and save your content.xml file or import the downloaded XML file into this folder. Once you’re done that and we’re ready to link this file into the Flex document.

Read the rest of this entry »

Excluding Pages from List in WordPress

Posted by beThinker | Posted in WordPress | Posted on 05-06-2009

WordPressIn this tutorial will show you how to hide a page or post in a simple way without using plugins and I’m sure that there are lots of plugins out there that exists.

There may be a time when you are adding pages or post to your blog that you don’t what that page or post to show up in main navigation or in a list of post. I have a thank you page and I only want to show it up after the user click the submit button in my register page. So lets get started.
Read the rest of this entry »

Embedding Browser into Flex 3

Posted by beThinker | Posted in Flex | Posted on 03-06-2009

Air Application
This tutorial teaches you how to create Adobe Air(Adobe Integrated Runtime) Desktop application using Flex Builder 3. The Air Engine include integrated web browser kernel that is base on the web kit kernel same with Safari browser.The example below show you how to embed a browser into Adobe Flex 3.

First thing first, you must have Adobe Flex Builder 3 and Adobe AIR in your system. If you don’t have one click this link www.adobe.com.

Read the rest of this entry »

Integrating WordPress in a Static Page

Posted by beThinker | Posted in WordPress | Posted on 03-06-2009

WordPressTo incorporate or integrate WordPress with your static front page. You can include the HEADER, SIDEBAR, FOOTER, and even a mini-version of the Wordpress Loop.

How to include a Header

To include the header from your WordPress Theme you must add code below to the top of the page and using the folder path name you installed WordPress into.

Read the rest of this entry »