outburst.jloop.com

10/24/2006

AdWords Announces Updates

jim jim @ 9:06 am — Filed under:

A few days ago the Google AdWords team announced a few updates to the service. Nothing like a few new feature roll-outs to keep the dream alive.

‘Last thirty days’ date range for reports
In addition to viewing data from the last month, you can now view performance data for the last thirty days. This date range is a new selection in the settings section of the create report page.

Graphs for weekly and hourly reports
Graphs are now available for weekly and hourly reports. To view the graphs, click ‘View graphs only’ or ‘View data and graphs’ from the View Report page.

Ad format filters for the site tool
The site tool now features ad format filters, an enhancement allowing you to choose sites that accept specific ad formats for site-targeted campaigns. You can now search for sites by ad types (text ads, image ads, or video ads) and various size formats.

The AdWords blog is pretty good, they post regularly and announce a lot of testing/beta tools.

10/20/2006

Starbucks Inhaler

jim jim @ 9:53 am — Filed under:

Starbucks Inhaler

Jay, they saw your coming. Link

10/19/2006

Animals Underground

jim jim @ 2:32 pm — Filed under:

Art can be found in many places, including underground. In this case the art is the underground. Anyone who has seen these famous routes or ever been to London can find the humor and cleverness in these.

underground

10/18/2006

A4 Papercut

jim jim @ 11:21 am — Filed under:

Some really amazing work here titled A4 Papercut. All paper sculptures made from a single sheet of paper.
The detail is unreal.

A4 Papercut
A4 Papercut
A4 Papercut

MSDOS: Free Download

jim jim @ 11:03 am — Filed under:

Google Code SearchFunny how from time to time things like this come about. Was poking through some links and found the full source code for MS DOS. Yes, the same.

Pretty crazy to see the way they compliled all this together. I’m not a C programmer, but like any good language the logic is universal, in this case it’s just madness. Check out this snip from FDISK:

/* Now try to get it using GET MEDIA ID */
        if (get_fs_and_vol(part_table[j][i].drive_letter))
           BEGIN
            for (k=u(0); k < u(8); k++)
               BEGIN
                if (dx_buff.file_system[k] != ‘ ‘)
                    length = k+1;
               END
            strncpy(part_table[j][i].system,&dx_buff.file_system[0],u(length));
           END
        else
           BEGIN
            if (part_table[j][i].num_sec > (unsigned long)FAT16_SIZE)
                strcpy(part_table[j][i].system,FAT16);
            else
                strcpy(part_table[j][i].system,FAT12);
           END
       END
    else
       BEGIN
        /* set up to no file system or volume label */
        strcpy(part_table[j][i].vol_label,NOVOLUME);
        strcpy(part_table[j][i].system,NOFORMAT);
       END
    return;

yikes, and I thought my AJAX spinny-loader thingy was tech. hehe.

10/17/2006

CSS panel discussion

greg greg @ 12:44 pm — Filed under:

Pretty good high level discussion of css techniques from SXSW 2006. If you have to get under the hood of a website once and a while, definitely worth a listen. Tiffany B. Brown, the first panelist, has her notes online along with a good collection of links.

CSS Problem Solving

Download Now

CSS Problem Solving - Monday, March 13th

Today’s web designers and developers produce on standards-based technologies for their web sites and applications. As these web builders get more familiar with CSS for their web sites designs, they face major issues working with this design language. In this presentation, a panel of CSS ninjas solves real-world CSS problems submitted from SXSW attendees.

Moderator: Christopher R Schmitt Principal, Heatvision.com Inc

Ethan Marcotte Creative Lead, Vertua Studios
Dave Shea mezzoblue.com
Charles Wyke-Smith Dir of Production, Nacio Systems
Christopher Schmitt Principal, Heatvision.com Inc
Tiffany B Brown Owner, Webinista LLC/Georgia Institute of Technology

10/9/2006

From the Blogs - Monday

greg greg @ 1:37 pm — Filed under:

The Ring
This is quite simpley the craziest idea I have seen in while

Ten Geek Business Myths
Mostly common sense…

Google Does The Mashup Dance
I like saying “Google Gadgets”

Finding fresh inspiration
Get out of your cube and find some inspiration

Google Code Search
Too much Google i know, but more cool stuff.

The State Of Web Development
Interesting poll results from edgy web developers

Mark Cuban no likee the YouTube/Google marriage

10/5/2006

From the Blogs

greg greg @ 7:21 am — Filed under:

Below are some interesting links i have run into over the last week or so. Enjoy!
Competitio.us
Good way to keep track of your ex-________’s site/blog. Fill in the blank, girlfriend, company whatever

Revver API
Build your next killer video app

The New NBA Ball
If your next job is power forward for the Lakers, you better get used to the new ball

User Experience: Casinos
Interesting observations of user experience in a casino.

Tivo Update: Who killed TivoToGo
Tivo talk always spurs up heater conversation here at the JLOOP

Powered by WordPress