favicon

Kaizeku Ban

Web Design Rant & Bubbles

  • Home
  • About
    • Polls Archive
    • Comment Policy
    • Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported
    • Animepaper Community Google Search
    • Google Anime Community Search Engine
    • List of Banned Spammer, brute Indexer, badcrawler and spam trackback.
    • Disclosure Policy
    • Microformat Bookmarks
  • Downloads
  • Sitemap
  • Projects
  • Welcome, You are on Kaizeku Ban 'Frontpage'
  • Frontpage
  • Log in
  • Registration Closed
  • Increase Font
  • Change Theme
  • Toggle Sidebar
    • url
      • Mar
      • 04

      iStalker CSS 1.08 FR

      • By
        Avice De'veréux
      • . Filed under Animepaper¸ CSS & Userpage.
      • 3

      istalker-css.pngThere is two majority of group in animepaper; the waller & scanner. 60% of Animepaper members belong to both of this group. So my recent istalker css doesnt look friendly if you view it on non-waller userpage. This new CSS fix just that.

      Download

      • Istalker 1.08 (FR editions) 499 hits, March 2, 2008

      What’s new

      • base64-image (save my bandwith)
      • Anti IE6 *evil grin*
      • Less cloacking
      • CSS BBCODE - float control

      Read the rest of this entry »

      • Last Update: March 4, 2008 at 8:11 pm
      • Tags: -moz, -webkit, blueprint, brushmilk, CSS, data-uri, mozilla, safari, webdesign
    • « Older Entries 
    •  
    • Syndications

      We make it easy for you to get what YOU want to read. Subscribe to our RSS feed get the latest updates without visiting the site.

      RSS Format
      EntriesRSS 2RSS 0.9AtomRDF 1.0
      CommentsRSS 2RSS 0.9AtomRDF 1.0
    • Stamps

      • flcl istalker stamps
  • Recent Posts

    • iStalker CSS 1.08 FR
    • Stalker Pass II (Badge ID)
    • Co-Founder of Mozilla Project WordPress Blog's Hacked
    • Wp-Istalker Minor Fixes
    • Les Petits Chanteurs d’Asnières
  • RSS Ma.gnolia

    • Unobtrusively Mapping Microformats with jQuery by Simon Willison
    • Operator User Scripts
    • Python Comic Strips
    • Capistrano
    • Internet Explorer 8 and Pass Acid2 Test
    • NicEdit.com - Micro Inline WYSIWYG
    • Chart
  • Recent Comments

    • HiNa on Downloads
    • chaoskaizer on New Wordpress, Pagerank & Hosting
    • Ahmed Farooq on New Wordpress, Pagerank & Hosting
  • leh palaceTown of KazaCurio Houseanother doornoli me tangereLand of thunder dragonJaigon Cross Roadistalker css for artician
  • RSS Recently Used

    • phpDesigner
    • Eset Smart Security
    • Firefox
    • CCleaner
    • Sysinternals Process Explorer
    • XAMPP Control Panel
    • Azureus Vuze
  • RSS Latest buzz at Animepaper

    • MONEY = everything???
    • How does you family feel about Anime?
    • Megadeth
    • Be your sex or not?
    • A bug or something
    • url
      • Mar
      • 01

      Stalker Pass II (Badge ID)

      • By
        Avice De'veréux
      • . Filed under Photoshop & Resources.
      • 3

      stalker-pass-ii-by-chaoskaizer.pngThe Stalker Pass (Badge ID) PSD was inspired by Flickr Badge. This are the second version of my work. The first version can be found at deviantART.

      Download

      • Stalker Pass II 4,876 hits, February 29, 2008
      • deviantART

      License

      Some rights reserved. This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.

      Read the rest of this entry »

      • Last Update: March 4, 2008 at 6:12 pm
      • Tags: Animepaper, badge, base64-png, psd
    • url
      • Feb
      • 28

      Co-Founder of Mozilla Project WordPress Blog's Hacked

      • By
        Avice De'veréux
      • . Filed under Black Hat¸ Owned & WordPress.
      • 3

      blakeross-com-hack-by-blackhat.pngBlake Ross WordPress blog is being run by wordpress.net.in goro spam injection.

      Who's Blake Ross

      Excerpt from wikipedia

      Blake Aaron Ross is a software developer who is known for his work on the Mozilla web browser; in particular, he started the Mozilla Firefox project with Dave Hyatt, as well as the Spread Firefox project with Asa Dotzler while working as a contractor at the Mozilla Foundation.In 2005, he was nominated for Wired magazine’s top Rave Award, Renegade of the Year, opposite Larry Page, Sergey Brin and Jon Stewart. He was also a part of Rolling Stone magazine’s 2005 hot list.

      Read the rest of this entry »

      • Last Update: March 3, 2008 at 6:02 pm
      • Tags: blackhat, blake ross, gehackt, mozilla, parasite hosting, vulnerability, WordPress, xmlrpc
    • url
      • Feb
      • 28

      Wp-Istalker Minor Fixes

      • By
        Avice De'veréux
      • . Filed under WordPress & wpistalker.
      • 3

      wp-istalker-pin.pngMinor fix for WP-istalker Theme inloop_get_cat_links & wpi_get_grid_width functions (version 1.6 & 1.8). You could either wait for WPISTALKER v2 or apply this quick patch.

      functions.php

      Login to WordPress Admin Open ↓

      Presentation » Theme Editor » functions.php

      On line 745 replace inloop_get_cat_links function with the following code:-

      View Code

      function inloop_get_cat_links($echo= 1, $index = false, $separator = '¸')
      {
      	$cats = get_the_category();
      	$options = array( 'class' => 'cat-link dc-subject',
      				'href'	 => '#content',
      				'rel'	 => 'category foaf.topic',
      				'title' => 'category',
      				'rev'	 => 'site:archive');
      
      		if (is_bool($index)):
      			$links = "\n";
      			$ismore = false;
      			$cnt = count($cats);
      
      			if ($cnt >= 0):
      				$ismore = true;
      				$endcnt = ($cnt - 1);
      			endif;
      
      			$i = 1;
      
      			foreach($cats as $cat):
      				$options['href'] = wpi_relative(get_category_link($cat->cat_ID));
      				$options['title'] = $cat->cat_name.' ('.$cat->count.' articles in this category)';
      				$links .= _t('a',$cat->name, $options);	
      
      						 if ( $ismore && $i == $endcnt):
      						 	$links .= ' '._t('span','&',array('class'=>'sep')).' ';
      
      						 elseif ( $i !== $cnt):
      						 	$links .= _t('span',$separator,array('class'=>'sep')).' ';
      
      						 endif;
      			$i++;
      			endforeach;
      
      		elseif(is_integer($index)):	
      
      			$cats = $cats[$index];
      			$options['href'] = wpi_relative(get_category_link($cats->cat_ID));
      			$options['title'] = $cats->cat_name.' ('.$cats->count.' articles in this category)';
      
      			$links .= _t('a', $cats->name, $options);	
      
      		endif;
      
      		unset($cats);
      
      		if ($echo == 1): echo $links; else: return $links; endif;
      }
      

      On line 341 replace wpi_get_grid_width function with the below code

      View Code

       function wpi_get_grid_width( $column = 10 )
       { global $kaizeku;
       if (!$kaizeku->engine->enabled_grid){
       $kaizeku->object_cache->set(WPI_REF_TOKEN,'admin',array('theme_styles'=>'fluid'));
       return false;
      
       } else {
      
       settype( $column, "integer" );
      
       $setwidth = ( $kaizeku->css['colwidth'] + $kaizeku->css['margin'] ) ;
       return ( ($column * $setwidth) - $kaizeku->css['margin'] ) ;
      
       }
       }
      

      CSS

      • is_home.css
      • is_single.css
      • safari.css
      • mozilla.css

      Read the rest of this entry »

      • Last Update: March 3, 2008 at 6:57 pm
      • Tags: CSS, patch, safari, Themes, WordPress
    • url
      • Feb
      • 18

      Les Petits Chanteurs d’Asnières

      • By
        Avice De'veréux
      • . Filed under Music.
      • 3

      My fav 70 chanson by Les Poppys Non, Non, rien n´a changé 1971 . Within 4 years they sold more records than the beatles.
      Read the rest of this entry »

      • Last Update: March 14, 2008 at 4:50 pm
      • Tags: French, mp3, poppys, video, YouTube
    • « Older Entries 
    •  
    • Topics

      • Animepaper (7)
        • Gallery (1)
        • Userpage (3)
          • iStalker (2)
        • Wallpapers (1)
      • Candid (1)
      • Google (3)
        • Gadget Ads (1)
        • Trends (1)
      • Internet Browser (3)
        • Mozilla Firefox (2)
      • Music (1)
      • Owned (1)
      • Photoshop (2)
      • Resources (1)
      • RPG (1)
      • Search Engine (5)
        • SEO (4)
          • Black Hat (2)
        • Web Crawler (1)
      • Travel (1)
      • Web Development (5)
        • CSS (3)
        • JavaScript (2)
          • Image Effects (1)
      • Web Services (3)
        • Photo Sharing (2)
          • Flickr (2)
        • Traffic Sharing (1)
      • WordPress (4)
        • Themes (1)
          • wpistalker (1)
    • Photography

    • Archives

      • March 2008
      • February 2008
      • October 2007
      • September 2007
      • August 2007
      • July 2007
      • June 2007
  • Taxonomy

    -moz Animepaper badge blackhat blake ross blogosphere blueprint code_view CSS css reset festival logo firefox_vulnerability gehackt geshi Google google enigma grid css iStalker lunarpages memory_corruption microsoft mozilla pagerank parasite hosting patch photo psd safari SEO seo+game social_network spam stylesheet thailand Themes tiger+temple traffic_sharing Travel Trends typography update vulnerability widget WordPress xmlrpc
  • Blogroll

    • Avice De’vereux
    • Chris Hutchinson
    • deviantArt
    • Noah Ark

Some rights reserved 2007 - 2008 Kaizeku Ban. Designed by Avice De'veréux ChaosKaizer. WordPress · Paper People · Microformat · jQuery · CCPL Who's Among Us · Top