Pages

Tuesday, August 12, 2014

Auto Scrolling Recent Posts Widget For Blogger Blogspot Blogs



UPDATE:  I updated some of my posts, this post I update Auto Scrolling Recent Posts Widget For Blogger / Blogspot........




how to Auto Scrolling - Recent Posts Widget For Blogger/Blogspot Blogs


To add this widget to your blog, log in to Blogger
Go to Layout -> Add a Gadget -> HTML/JavaScript type, then add this code to it.

<a href=http://bit.ly/work24><img alt=Blogger Widgets src=https://sites.google.com/site/bdlab12/24work/Blogspot%2BTutorial.png/></a><script type=text/javascript>

var w2bWidth="100";

var w2bScrollAmount="10";

var w2bScrollDelay="105";

var w2bDirection="left";

var w2btargetlink="yes";

var w2bnumPosts="5";

var w2bBulletchar =">>>";

var w2bimagebullet="yes";

var w2bimgurl="http://4.bp.blogspot.com/-Dzc4Y6G_iQk/TvngY-SxJiI/AAAAAAAAAvw/Abx5E6KSGkg/s1600/JerryAni.gif";

var w2bfontsize="16";

var w2bbgcolor="FFFFFF";

var w2blinkcolor="FF0000";

var w2blinkhovercolor="3366CC";

</script>

<script type=text/javascript src=http://safir85.ucoz.com/bdlab-blogspot/24work/scrolling-rece/24work-rpscroller-v3.js ></script>

<script type=text/javascript src="http://24work.blogspot.com/feeds/posts/default?alt=json-in-script&callback=w2bAdvRecentPostsScrollerv3&max-results=10" ></script>

<noscript><a href="http://24work.blogspot.com">blogger widget</a></noscript><span style="font-size:5px;position:absolute;"><a title=Blogger Widget href="http://24work.blogspot.com" target=_blank>Blogspot Tutorial</a></span>






And now click Save





Watch live Demo







Demo does not works Properly here, But when we add as widget it Works Great!











You can modify the code (variables) according to your requirements, for ex.
in case of "var nScrollDelay", lower the number, higher will be the speed.

First, simply add and test the code without changing anything [ofcourse you have to add the blog address], then after watching it live on your blog, make further adjustments :)
Read More..

Monday, August 11, 2014

Hex Color Code Chart Generator


Read More..

Sunday, August 3, 2014

O2 XDA ATOM V

SPECIFICATION
Operating System: Microsoft® Windows Mobile 6 Professional®
Processor: Intel XScale® PXA 270 Processor at 520 MHz
Memory: 256MB Flash ROM, 64MB RAM
Cellular Data: UMTS (2100 MHz), Quad-Band GSM (850/900/1800/1900MHz), HSDPA 7.2Mbps (network dependant)
Wireless Connectivity: Bluetooth v2.0, 802.11b/g WLAN
Display: 2.8" 265K QVGA TFT LCD
Radio: FM Radio with RDS
GPS: SiRF Star III GPS
Camera: 2MP camera
Weight: 133 grams
Dimensions: 116(L) x 59(W) x 14.95(D) mm
Talk time/life: Up to 3.5 hours talk time, up to 150 hours standby time (subject to usage)
Read More..

Saturday, August 2, 2014

Define the freq hopping parameters

Q:Define the freq. hopping parameters?


Ans: 
              Frequency Hopping Parameters

            GSM defines the following set of parameters:

   Mobile Allocation (MA): Set of frequencies the mobile is allowed to hop over.  Maximum of 63 frequencies can be defined in the MA list.
 
 Hopping Sequence Number (HSN): Determines the hopping order used in the cell.  It is possible to assign 64 different HSNs.  Setting HSN = 0 provides cyclic hopping sequence and HSN = 1 to 63 provide various pseudo-random hopping sequences. 

  Mobile Allocation Index Offset (MAIO): Determines inside the hopping sequence, which frequency the mobile starts do transmit on.  The value of MAIO ranges between 0 to (N-1) where N is the number of frequencies defined in the MA list.  Presently MAIO is set on per carrier basis.


Motorola has defined an additional parameter, FHI.

   Hopping Indicator (FHI): Defines a hopping system, made up by an associated set of frequencies (MA) to hop over and sequence of hopping (HSN).  The value of FHI varies between 0 to 3.  It is possible to define all 4 FHIs in a single cell. 

Motorola system allows to define the hopping system on a per timeslot basis.  So different hopping configurations are allowed for different timeslots.  This is very useful for interference averaging and to randomize the distribution of errors.
Read More..