Archive

Archive for the ‘web’ Category

Google Public DNS finally an alternative from Open DNS and the famous 4.2.2.4

December 7th, 2009 deeznuts No comments

Source: Google.

What is Google Public DNS?

Google Public DNS is a free, global Domain Name System (DNS) resolution service, that you can use as an alternative to your current DNS provider.

To try it out:

* Configure your network settings to use the IP addresses 8.8.8.8 and 8.8.4.4 as your DNS servers or
* Read our configuration instructions.

If you decide to try Google Public DNS, your client programs will perform all DNS lookups using Google Public DNS.

Why does DNS matter?

The DNS protocol is an important part of the web’s infrastructure, serving as the Internet’s phone book: every time you visit a website, your computer performs a DNS lookup. Complex pages often require multiple DNS lookups before they start loading, so your computer may be performing hundreds of lookups a day.

Why should you try Google Public DNS?

By using Google Public DNS you can:

* Speed up your browsing experience.
* Improve your security.
* Get the results you expect with absolutely no redirection.

Categories: tech, web Tags: , , , ,

I have a few Google Wave invites if anyone is interested

December 6th, 2009 deeznuts No comments

Google Wave

Categories: web Tags: , ,

My firefox Must Have Exenstions List.

December 6th, 2009 deeznuts No comments

Firefox

Greasefire with Greasmonkey
LastPass
SkipScreen
Web Developer
Xmarks
No Redirect
AdBlock+
Yet Another Smooth Scrolling

Categories: tech, web Tags:

How to play google video and youtube videos on wordpress.

September 12th, 2006 deeznuts Comments off

We have google video and youtube support now.

Download plugin here vipers_videoquicktags_v300.zip

http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags

Categories: web Tags:

osCommerce – CRE Loaded – Remove Google Ad in the footer

September 11th, 2006 deeznuts Comments off

If you want to remove the Google Ads that CRE Loaded adds to the footer, and ahem.. hides them so well..  edit this file:

/includes/javascript/cart_links.js.php

Comment out or delete the last four lines before the end php tag (?>).   I won’t write out the entire code, as my blogging software (WordPress) is a little funky with the code I wanted to paste.

Comment out the lines (pseudo-code):

//echo 'table...'
//echo ‘td…’
//echo include(’http://creloaded.com/cre_google.js’);
//echo ‘/td

You’ll see the include statement getting the Google Ads from creloaded.com.

Better yet! Get your own Google Ads on there.

If you do it right, you can integrate the ads well enough so it looks to be in place.

Categories: web Tags:

The Real OC

September 7th, 2006 deeznuts Comments off

If you guys are from Orange County please be sure to check out therealoc.com it’s like myspace but for The Real People of Orange County.

http://www.therealoc.com

Categories: web Tags:

CREloaded 6.2 not accepting AMEX CVV code.

September 6th, 2006 deeznuts Comments off

Here is the fix:

In includes/classes/cc_validation.php find this (2 occurences):

Code:
$this->cc_type = 'Amex';

and replace with:

Code:
//$this->cc_type = 'Amex';
$this->cc_type = 'American Express'; 
Categories: web Tags:

We have moved to a new server!

August 22nd, 2006 deeznuts Comments off

The site should be much faster now.

Categories: web Tags:

Ok we switched from Movable Type to Wordpress.

March 31st, 2006 danielchoe Comments off

So far so good. The backend of Wordpress is much faster then MT since you don’t have to rebuild the site everytime…

Categories: web Tags:

Filezilla free ftp program non bloated like cuteftp and wsftp

December 26th, 2005 danielchoe Comments off

Site: http://filezilla.sourceforge.net/http://filezilla.sourceforge.net/

Tired of the bloated FTP programs? Here use Filezilla its free fast and not bloated.

screenshot.gif

Download FileZilla 2.2.18

Categories: web Tags: