Samuel east
@sc_3bbc1d083bd2b020517f747311bfa80e active 10 months, 4 weeks ago My Profile Samuel East-
Samuel east wrote a new post, Oh so random titanium app 10 months, 4 weeks ago
[h2]Controller[/h2]
[code]var app = require('areas/core/controllers/coreapp');
var debug = app.plugin('utils').debug;
var ui = app.plugin('ui');exports.Index = function() {
[…]
-
Samuel east wrote a new post, Titanium api json callback from twitter search feed 10 months, 4 weeks ago
[h2]Function with callback[/h2]
[code]function retrieveJsonWithCallback(q,callback) {var url = 'http://search.twitter.com/search.json?q=' + q + '&include_entities=true&result_type=mixed';
var loader […]
-
Samuel east wrote a new post, test 1 year ago
-
Samuel east wrote a new post, How to Cancel Equifax 30 day free trial 1 year ago
[h2]First they make it impossible for you to find any information about this so i have copyed and pasted the page below the only number i could find that works[/h2]
[p]You can find the page […]
-
Samuel east wrote a new post, Titanium Record Video and save to directory 1 year, 1 month ago
[code]var win = Titanium.UI.currentWindow;
var b = Titanium.UI.createButton({
title:'Record Movie',
width:200,
height:40,
top:20
});
win.add(b);b.addEventListener('click', […]
-
Samuel east wrote a new post, Sample Playing Matrix 1 year, 1 month ago
[code]package
{//Class extends MovieClip
import flash.display.MovieClip;
import flash.display.Sprite;
//Needed for our Buttons and Complete Events
import flash.events.MouseEvent;
import […] -
Samuel east wrote a new post, Creating a button grid from array 1 year, 1 month ago
[code]function init ():void
{
var btn:Sprite;
for ( var i:uint = 0; i < 100; i++ )
{
btn = new Sprite();
btn.graphics.beginFill( Math.round( Math.random() * 0xFFFFFF ) );
[…] -
Samuel east wrote a new post, App Development 1 year, 1 month ago
[p]Simple, table based app – $1,000-4,000 – you provide all the content, clear direction, and example apps of what you want it to do. If you know your way around Photoshop, you can probably supply the graphics […]
-
Samuel east wrote a new post, Flash as3 sound class moving sound 1 year, 1 month ago
[code]package
{//Class extends MovieClip
import flash.display.MovieClip;
//Needed for our Buttons and Complete Events
import flash.events.MouseEvent;
import flash.events.Event;
//Needed for […] -
Samuel east wrote a new post, Flash Sound Clip Code 1 year, 1 month ago
[code]package
{
import flash.display.*;
import flash.events.*;
import flash.media.*;public class DynamicSound extends Sprite
{
private var sound:Sound;
private var noise:Number = 0;public function […]
-
Samuel east wrote a new post, Install s3cmd tools on a mac os x for amazon s3 bucket access upload sync etc 1 year, 1 month ago
[h2]Open terminal and run this command[/h2]
[code]which gpg[/code]
[h2]If it doesnt return anything install the following at this link just run the […] -
Samuel east wrote a new post, CMS ideas for fileshare 1 year, 1 month ago
[url=http://themes.creativemilk.net/ezicms/html/flex/users.php]http://themes.creativemilk.net/ezicms/html/flex/users.php[/url]
[url=http://revaxarts-themes.com/?t=whitelabel]http://revaxarts-themes.com/?t=whitelabel[/url]
-
Samuel east wrote a new post, Adobe flash sound matrix resources 1 year, 1 month ago
[…]
-
Samuel east wrote a new post, Lots of cool stuff 1 year, 2 months ago
[h2]Project […]
-
Samuel east wrote a new post, Decode xml php function 1 year, 2 months ago
[code]function xmldecode($txt)
{
$txt = str_replace('&', '&', $txt);
$txt = str_replace('<', '<', $txt);
$txt = str_replace('>', '>', $txt);
$txt = […] -
Samuel east wrote a new post, .htaccess Redirect subdomain to a folder 1 year, 2 months ago
[h2]A few different examples[/h2]
[code]#Turns the rewrite engine on.
RewriteEngine on#Fix missing trailing slash character on folders.
RewriteRule ^([^.?]+[^.?/])$ $1/ [R,L]#www.domain.com and domain.com will […]
-
Samuel east wrote a new post, Kayako queries get left join articles 1 year, 2 months ago
[code]SELECT swkbarticles.subject, swkbarticlelinks.kbarticleid, swkbarticlelinks.linktypeid, swattachments.filename FROM `swkbarticles`
LEFT JOIN swkbarticlelinks
ON […] -
Samuel east wrote a new post, Only allow specific website to view private amazon s3 files 1 year, 2 months ago
[code]{
"Version": "2008-10-17",
"Id": "http referer policy example",
"Statement": [
{
"Sid": "Allow get requests referred by http://www.s3audible.com/, s3audible.com and IP address",
"Effect": […] -
Samuel east wrote a new post, Youtube Feed gdata example 1 year, 2 months ago
[h2]View a jsfiddle example [url=http://jsfiddle.net/sFgnE/2/]http://jsfiddle.net/sFgnE/2/[/url][/h2]
[code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" […] -
Samuel east wrote a new post, Wordpress svn syntax to add a plugin to the wordpress directory 1 year, 2 months ago
[h2]Getting Started[/h2]
[code]# Create a local directory on your machine to house
# a copy of the repository.$ mkdir my-local-dir
# Check out the repository
$ svn co […]
- Load More




Quick Signup And Connect
Enter your WordPress.com blog URL
http://.wordpress.com
Proceed