Monday, December 05, 2011

Get Free Domain Hosting

Hello Guys ,We at techiotaku were searching for an awesome Host like Go-daddy Or host-gator but which could Host a website on their own server for Free ,yes for free,so we checked out a couple of services and websites such as 000webhost and others but could not find the one which matches the following Requirements ,which are :

They should have support 24/7 via community forum and all functions for any website are enabled.
and should have these

* MySQL Database
* MySQLi Extension
* PostgreSQL Database
* PostgreSQL Management
* PHP Support
* Zend Optimizer
* GD Processor
* Perl Support
* CGI Scripts
* .htaccess
* Python
* Ruby on Rails
* Frontpage Extension
* Ioncube Loader
* Curl
* File Uploads
* Cron Jobs
* System Info
* Application Installer
* Web Site Builder
* Custom Error Pages

After some neckbending searching We found this One  :

Free Hosting

This was the Only one wbsite which could host Your own domain such as www.yourdomainname.com on their free web server..so guys if you were searching for something ,this is the best place to Go:

Go here : http://www.host1free.com/?ap_id=reg52i to Register yourself and get started, umm if you want to host your own domain like you should have one First to host it ,go here to book  a domain :
Free Hosting

Webmasters and bloggers share this  :

Wednesday, November 30, 2011

How to add a facebook page Jquery slideout gadget in blogger

Hello friends and bloggers ,want to add a stylish facebook jquery plugin like on our blog..? the follow these simple steps..

Step 1: Adding Jquery JavaScript Plugin(Ignore this step if your blog have already a Jquery Plugin)
a. Go to Blogger Dashboard < Design tab > Edit Html 
b. Search for 
</head> tag
c. Add below line of code Before </head> tag
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
Step 2: Adding Widget Code
a. Go to Blogger Dashboard < Design tab > Page Elements 
b. Add a Gadget,choose HTML gadget and paste the following Code :
<script type="text/javascript">
//<!--
$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.w2bslikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvybAFpv-kRygdeZeKCKIrY3uvvjzUyp2Musl2clmn72Wsf6wuLkm182kVA9jiSFoV_HL9QrYgvfxDZNPEsTe_oFZhyphenhyphenjmIA993rHINCULptVBVbQ62y9tZgLoJvs3eBcsVVqqMXQ_fXHDl/s150/w2b_facebookbadge.pn") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: #808080;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style><div class="w2bslikebox" style=""><div><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Ftechiotaku&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe><span>By <a href="http://www.way2blogging.org/">Way2blogging</a> / <a href="http://www.way2blogging.org/2011/06/add-static-facebook-pop-out-like-box.html">+Get This!</a></span></div></div>
c. Change the Word teciotaku marked in red in the above code with that with your facebook page name,save the gadget and you are done :)

For More tips and tricks like this go here
Liked it..? now share it...



Tuesday, November 29, 2011

How to add Numbered Page navigation in blogger blog

Hello guys ,We at TechiOtaku believe in simplicity and elegance ,Often bloggers find it difficult to manage the pages and posts when they have hundreds or thousands of blog posts posted everyday,so to do away this problem TechiOtaku teaches you how to do it...


Page Navigation is a really awesome and long awaited feature. You might have seen numbered page navigation on many wordpress blogs. .Here is a little screenshot of what this is all about.

When you use this hack,you will see this kind of navigation on your blog’s home page and label pages(needs little customization).

Implementation of Blogger Page Navigation


1.Login to Blogger Dashboard and navigate to Layout > Edit Html
2.Don’t click the checkbox which says ‘Expand Widget Templates’
3.Now find
]]></b:skin>
 and replace it with



.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}
]]></b:skin>

 This is the CSS part which defines the look and feel of the page navigation.You can modify it according to your need
4.Next is the JavaScript part. Find
</body>
and replace it with



<!--Page Navigation Starts-->
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<script type='text/javascript'>
var pageCount=5;
var displayPageNum=5;
var upPageWord =&#39;Previous&#39;;
var downPageWord =&#39;Next&#39;;
</script>
<script src='http://blogergadgets.googlecode.com/files/blogger-page-navi.v1.js' type='text/javascript'/>
</b:if>
</b:if>
<!--Page Navigation Ends -->
</body>

 As you can see,there are some customizable parameters in this code
var pageCount=5;
This code determines the number of posts that would be displayed per page.
var displayPageNum=5;
This code determines the number of additional page navigation numbers that will be displayed on the page.
var upPageWord ='Previous';
var downPageWord ='Next';
These two lines determine the text that would be shown for the previous page and next page respectively.

Label Fix

Now we have another problem.By default,the blogger label pages will show 20 posts.We will have to cut this down to the value that we gave for the variable pageCount (or the posts per page).For this we will have to edit our template

How to Edit the template to cut short the posts per page?

Go to the Edit HTML page and expand the Widget Templates
Now find each occurrence of
'data:label.url'
(including the quotes) and replace each of it with

'data:label.url + "?&max-results=5"'
 Now you should have the Blogger Page Navigation working perfectly on your blog. :)

 For more help and info you can comment here on Techiotaku or visit this

 Thanx for reading this tutorial.. now share it..with your blogger friends,for more tutorials and stuff go here


Sunday, November 27, 2011

How to embed Picassa Album in blogger blog Post

Well it is Quite simple to embed Picassa Album as a gallery into your Blog posts in Blogger..

for eg :



To watch the amazing movie of Tekken Blood Vengeance go to here

Okay we will continue with our tutorial..

 so to embed a gallery cum Picassa album directly in your blog..follow these instructions:

1.Go to Picassa.com from here ,login to your account .
2.Make a new Album with any name of your choice for eg : in my case its Tekken.
3.Upload Images to your album.
4.Click on Share option and choose the option make it public .
5.Then you will see an embed option to your right sidebar in Picassa .
6. click on embed ,then choose the layout like how large you want the slideshow to be,then copy the embed code from there.
7.Now login to your Blogger account ,make a new post and click on Edit Html Tab .
8. Paste the embed code in your Edit Html tab ,and you  will see the album /gallery in your compose tab..now publish the post and enjoy the gallery of images.

PS: Do not forget to make the album public,else nobody would be able to see the gallery.

Share this and tell your friends and bloggers how to do it.. :)

Tekken Blood vengeance English Dubbed

Hello Tekken Freaks.. watch the Move Tekken Blood vengeance only from here...









Watch the Movie...in english Dubbed





Tekken: Blood Vengeance  (鉄拳 ブラッド・ベンジェンス Tekken Buraddo Benjensu?) is a Japanese 3D computer-animated film based on the Tekken video game series, produced by Digital Frontier and distributed by Asmik Ace Entertainment. The film premiered in North America by Bandai Entertainment on July 26, 2011, and in Australia on July 27, 2011 in a special exclusive one-off screening. It was released on September 3, 2011 in Japan. The film was released on Blu-ray Disc on November 22, 2011 for USA, and December 1, 2011 for Japan as part of Tekken Hybrid package. This film was also released on DVD on November 22, 2011 (2D Version only).



Plot

The plot, which takes place between the events of Tekken 5 and Tekken 6, begins with Anna Williams setting up a decoy for her sister, Nina Williams, who is currently working with the new head of the Mishima Zaibatsu, Jin Kazama. Anna, on the other hand, works for Jin's father, Kazuya Mishima and its rival organization, G Corporation. Both are seeking information about a student named Shin Kamiya, and Anna dispatches as a Chinese student Ling Xiaoyu to act as a spy, while Jin sends humanoid robot Alisa Bosconovitch for a similar purpose.
During their investigation, Xiaoyu and Alisa form a friendship, although they are forced to turn against one another when Shin is captured by an unknown assailant. It is here that Alisa is revealed to be a robot - although Alisa believes she possesses human qualities after she spares Xiaoyu's life. After coming to terms with each other, Xiaoyu is abandoned by Anna and G Corporation, and the two girls flee from their previous organizations, taking refuge in their teacher, Lee Chaolan's mansion.
Xiaoyu and Alisa eventually discover genetic experiments had been done on Shin and his classmates, and believe that the Mishima family is seeking Shin, the sole survivor, and M gene subject, for his immortality. The pair discover that this had in fact, been an elaborate plan engineered by Heihachi Mishima. After Heihachi disposes of Shin, he, Kazuya and Jin engaged in a three-way brawl. Ultimately, Jin is the victor, utilizing his devil powers. Heihachi then unleashes the ancient spirits of the Mokujins, but is defeated by a final burst of attack by Alisa. Jin then leaves, telling Xiaoyu that he awaits a future challenge.
The film ends with Alisa and Xiaoyu back at their school's festival with the pair planning to enter the next King of Iron Fist Tournament.


Cast

CharacterJapanese voice actorEnglish voice actor[5]First Tekken Game
Ling XiaoyuMaaya SakamotoCarrie KeranenTekken 3
Alisa BosconovitchYuki MatsuokaCristina Valenzuela (Cristina Vee)Tekken 6
Shin KamiyaMamoru MiyanoDavid VincentN/A
Kazuya MishimaMasanori ShinoharaKyle HebertTekken
Jin KazamaIsshin ChibaPatrick Seitz (Darren Daniels)Tekken 3
Nina WilliamsAtsuko TanakaCharlotte BellTekken
Anna WilliamsAkeno WatanabeTara PlattTekken
PandaTaketoraTaketoraTekken 3
Lee ChaolanRyōtarō OkiayuKaiji TangTekken
GanryuHidenari UgakiPaul St. Peter (George C. Cole)Tekken
Heihachi MishimaUnshō IshizukaJamieson Price (Taylor Henry)Tekken
MokujinN/AN/ATekken 3
Lei WulongN/AN/ATekken 2
Leo KliesenN/AN/ATekken 6

Ecxerpts taken from Wiki.


Watch the Snapshots from here..





Hope you Enjoyed this movie..

Share this post with all your Tekken Freaks..

Battlefield 3 : system requirements



Battlefield 3 is powered by the Frostbite 2.0 engine, which is based on the previous Frostbite 1.5, which powered Bad Company 2. The new engine brings a lot of visual improvements and a lot of optimizations as well. However, please note that Battlefield 3 won’t support DirecX 9, meaning it won’t run on Windows XP.

Minimum requirements for Battlefield 3
OS: Windows Vista or Windows 7
Processor: Core 2 Duo 2.4 GHz or Althon X2 2.7 GHz
RAM: 2GB
Graphic card: DirectX 10 or 11 compatible Nvidia or AMD ATI card, ATI Radeon 3870 or higher, Nvidia GeForce 8800 GT or higher.
Graphics card memory: 512 MB
Sound card: DirectX compatibl sound card
Hard drive: 15 GB for disc version or 10 GB for digital version

Recommended system requirements for Battlefield 3
OS: Windows 7 64-bit
Processor: Quad-core Intel or AMD CPU
RAM: 4GB
Graphics card: DirectX 11 Nvidia or AMD ATI card, Nvidia GeForce GTX 560 or ATI Radeon 6950.
Graphics card memory: 1 GB
Sound card: DirectX compatibl sound card
Hard drive: 15 GB for disc version or 10 GB for digital version

Tekken Tag Tournament 2 Prologue - System Mechanics



Source- LevelUpyourGame.com


Check out the System Mechanics of Latest Game Tekken Tag Tournament 2 Prologue which is Demo version of Tekken Tag Tournament 2.
This version comes with the whole pack of Tekken Hybrid with consist of Tekken New movie : Blood Vengeance,Tekken Tag Tournament HD version and this demo.



Blogger shutdown glitch

Techiotaku Readers ,and all bloggers have you recently experienced a glitch which made your blog post disappear or channel you to some error pages ,unknown sppoky blogs..? well that was a maintenance glitch  .yesterday at 4:20 PM IST Blogger experienced a spooky behavior that lead to active blogs to shut down temporally ,but this error was corrected this morning  and now all blogger blogs have been restored as stated by Google :


"We're nearly back to normal -- you can publish again, and in the coming hours posts and comments that were temporarily removed should be restored," Eddie Kessler, tech lead/manager at Blogger, wrote in a post on the Blogger Buzz site around 10:30 a.m. PT"

The post continues as :

Here's what happened: during scheduled maintenance work Wednesday night, we experienced some data corruption that impacted Blogger's behavior. Since then, bloggers and readers may have experienced a variety of anomalies including intermittent outages, disappearing posts, and arriving at unintended blogs or error pages. A small subset of Blogger users (we estimate 0.16%) may have encountered additional problems specific to their accounts. Yesterday we returned Blogger to a pre-maintenance state and placed the service in read-only mode while we worked on restoring all content: that's why you haven't been able to publish. We rolled back to a version of Blogger as of Wednesday May 11th, so your posts since then were temporarily removed. Those are the posts that we're in the progress of restoring.






*Google got Blogger back online late this morning following a maintenance-related glitch that kept blogs dark for more than 20 hours.

*About 0.16 % blogger experienced some login error or authorization glitch also,but most of the errors have been done away since then.

*If you are still experiencing some error ,be patient,Blogger is on a maintenance check and your blog will be back soon..

share this story and tell your avid bloggers not to panic..