1. download data and apk :hero of sparta data+apk !
  2. Install APK file and place data folder named HOS in SDCard/Gameloft/Games/
  3. open chainfire and tick " reduce texture quality " and "reduce texture size" & use Qualcomm plugin 
enjoy playing !!

Do let us know, if you�re facing any problem with the guide. :D  





























Download APK+data files : nova-apk+data
1- Install Apk
2- Extract data to sdcard/gameloft/games
3-open chainfire and tick " reduce texture quality " and "reduce texture size" & use Qualcomm plugin 
4- enjoy the game :D

Do let us know, if you�re facing any problem with the guide. :D  




























The Best graphical game I ever played on my galaxy pocket , 
download apk and data : dead space data +apk link
1-extract "dead space apk+data(galaxypocketempire.blogspot.com)" 
2- install apk
3- extract the data folder in SDCard/
4-open chainfire and tick " reduce texture quality " and use Qualcomm plugin
5- enjoy playing !! :D
Supported Devices:
Samsung galaxy pocket
Samsung Galaxy Ace
Samsung Galaxy Gio
Samsung Galaxy Mini
Samsung Galaxy Y
Samsung Galaxy Pop
Samsung Galaxy Fit
Samsung Galaxy s and s2

Do let us know, if you�re facing any problem with the guide. :D


Chainfire 3d pro :
 
 
Your samsung galaxy pocket (SGP) needs to be rooted in order to use this. How to root -click here
Now this is really helpful if you want to play HD games in your low end device. Games such as Avatar HD, Gangstar West Coast Hustle, Brothers in Arms 2, GTA3, need for speed shift,Nova ,hero of sparta etc..
1- download the APK and install it : chainfire 3d apk
2-download the plugins and extract the file.rar then put these three files in your sd :
-libGLEMU_NVIDIA.zip
-libGLEMU_QUALCOMM.zip
-libGLEMU_POWERVR.zip
3- Open the Chainfire app and select "install plugins" and click on all of them
4- Re-open Chainfire and go to "Default OpenGL Settings" and select "Use plugin" with the plugin you need
5- DONE!!

Tips:
1) Use Qualcomm or Nvidia plugin as default ...recomendded Qualcomm plugin
2)Use PowerVR plugin for any games or application that need high graphic peformance and better resolution...(per-App OpenGL Settings)
3) Don't us PowerVR plugin as default plugin ,if not your GPU will take some damage.

 Do let us know, if you�re facing any problem with the guide. :D

Link nudge with css3 and jquery to any links
This is a Simple Link nudge Effect tutorial.You can add this to links in your Blog.While Mouse over the link a simple animation works.This can be done through two methods.You can use any one of these.
  1. Through CSS3 .
  2. With jQuery Effect.
Live Demo of Link nudge is following





Live Demo of Link nudge is following

Link Nudge Using CSS3

  • Go to Blogger Account
  • Design -> Edit HTML
  • Find ]]></b:skin>  and copy the below code BEFORE it
a.noopln {
-moz-transition: all 0.1s ease-in 0s ;
transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in 0s ;
-o-transition: all 0.1s ease-in 0s ;
}

a.noopln:hover {
margin-left: 12px;
}
  • Save it.
  • If you want link nudge effect to a link add class noopln to each link
Eg: <a class="noopln" href="http://blogger.com">Blogger</a>
If you want this Link Nudge Effect to labels follow the steps below
  • Go to Design->Edit HTML
  • Find ]]></b:skin> and copy the following code BEFORE it

.noopln,Label li,#Label1 ul li a,.Label li a {
-moz-transition: all 0.2s ease-in 0s ;
-webkit-transition: all 0.2s ease-in 0s ;
-o-transition: all 0.2s ease-in 0s ;
}

.noopln:hover,Label li:hover,#Label1 ul li a:hover,.Label li a:hover {
margin-left: 14px;
}

  • That's all the Link Nudge with CSS3

Link Nudge using jQuery

Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
  • Go to Template->Edit HTML
  • Copy and paste the below code <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
 Step 2 :Adding jQuery script for Link Nudge
  • Sign In to your Blogger Account
  • Go to Design->Edit HTML
  • Find </head> and copy below code snippet BEFORE it
<!--Netoops Link Nudge Start-->
<script type='text/javascript'>
var speed = 300; // Speed Of Animation
$(document).ready(function() {
$(&#39;a.noopln,#Label1 ul li a,.Label li&#39;).hover(function() {
$(this).animate({paddingLeft: &#39;13px&#39;}, speed);
}, function() {$(this).animate({paddingLeft: 0}, speed);
});
}); </script><a href='http://netoopsblog.blogspot.com'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHCwS8Kei-rR3w1xZ-HuUNnh-ypcS_4pvObRiCC29AAMkaPNpCmNjw0bHUWjzoVzD7JD6M0aOXjLPBPY1pAvZ0J2QKTqb53v8KM95flpqH3YO787NxvC20r2k3pj4mewv6ypmzZ9GeYro/s1600/1x1juice.png'/></a><!--Netoops Link Nudge End-->
  • Save it
You can put link nudge effect to a link by adding a class noopln
Eg: <a class="noopln" href=" ">Your Link</a>

If your link already have a class then add this class after a space.

Eg: <a class="anotherclass noopln" href=" ">Your Link</a>
The above jQuery code snippet is also work with your Labels,If you don't need Link Nudge effect to your labels then delete the red blinking highlighted code in it.
And Save the Template linknudge css3 and jquery
Its almost finished,If you enjoyed this article share and like us.
Check out more Blogger Tips and Spice your blog tips
Christmas snowfalls with breeze for Blogger 2012
Christmas is one of the largest festival celebrate all over the world. Christmas is the much awaited festival that knock the door of all Bloggers. And all are thinking about decorating their blog. How to decorate the blog with snowfalls and clouds ? Do you like to decorate your blog with beautiful snowflakes and clouds? Then here there is a article about how to add snowflakes with breeze to your blogger blog.

If your Blog has a dark interface then this widget serves better.The Snow flakes and the breeze are  in white color so dark background will be better to get a good look.


If you want to get dark Christmas background ,set the following picture or search darker Christmas backgrounds.
Do you want to know how this work
Click below to view the demo


/*-- Breeze for Snow flakes --*/
#mbl_snowflakes {
position: absolute;
height: 950px;
width: 966px;
overflow: hidden;

}
#snowContainer > div
{
position: absolute;
width: auto;
height: auto;
-webkit-animation-iteration-count: infinite, infinite;
-webkit-animation-direction: normal, normal;
-webkit-animation-timing-function: linear, ease-in;
}
#snowContainer > div > img {
position: absolute;
width: auto;
height: auto;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: 50% -100%;
}
@-webkit-keyframes fade
{
0% { opacity: 1; }
95% { opacity: 1; }
100% { opacity: 0; }
}

@-webkit-keyframes drop
{
0% { -webkit-transform: translate(0px, -50px); }
100% { -webkit-transform: translate(0px, 650px); }
}
@-webkit-keyframes clockwiseSpin
{
0% { -webkit-transform: rotate(-50deg); }
100% { -webkit-transform: rotate(50deg); }
}


@-webkit-keyframes counterclockwiseSpinAndFlip
{
0% { -webkit-transform: scale(-1, 1) rotate(50deg); }
100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
}

  •  Search <body and copy the following below it
<script charset="utf-8" src="https://netoopscodes.googlecode.com/svn/branches/Js files/snowfall.js" type="text/javascript"></script>

<div id="mbl_snowflakes">

<div id="snowContainer">

</div>

</div>


  • You are done... Save the Template