Ads 468x60px

Pages

Tampilkan postingan dengan label or. Tampilkan semua postingan
Tampilkan postingan dengan label or. Tampilkan semua postingan

Senin, 04 Agustus 2014

Fwd bs telecom Help MS Telecom or MS Engineering Management



 

Dear All,

Please guide with your expertise that which one is best for three years working experience person having B.S degree in Electrical(specialization Communications)

1. MS Telecommunications
2. MS Engineering Management
 
Thanks & Best Regards,

__._,_.___
Reply to sender | Reply to group | Reply via web post | Start a New Topic
Messages in this topic (1)
Recent Activity:
  • New Members 16
Visit Your Group
*Please consider the environment before printing this e-mail*

This electronic message contains information from bs-telecom A Virtual Forum which may be privileged or confidential. The information is intended to be for the use of the member(s)or entity named above. If you are not the intended recipient please destroy this message immediatly. Please dont send/share confidential OWNED information material, bs-telecom bears no responsibility of the contents of the email.
Best Of Luck for your Future BS-Telecom


Yahoo! Groups
Switch to: Text-Only, Daily Digest • Unsubscribe • Terms of Use
.

__,_._,___

Read More..

Jumat, 14 Februari 2014

Remember Who Knows When Youve Been Naughty or Nice When You Are Sleeping And When You Are Awake

Its not Santa Claus.  Its NSA.
Read More..

Senin, 10 Februari 2014

How Do I Download or Upload Pictures or Videos from my Camera

This question comes up a lot. A new or used camera owner may run into camera software issues. Theyll plug in their camera, but for some reason their computer fails to see or recognize the camera. Another problem is they may lose or may never have had the USB cable or needed software that came with the camera. Is there any other way to get the photos or videos off the camera and onto their computer?

First of all keep in mind IMO the only reason that the camera companies include a capability for cable download is to get you accustomed to using their bundled software that came with the camera. In most cases this software is rather pitiful, again IMO. If you absolutely must use photo organizing or editing software, there are much better freeware options available than what came with your camera (a future blog post is brewing).

But as a solution to downloading your photos, I highly recommend that you instead consider using a card reader to move the photos or videos to your computer. Card readers do not require software (although Windows 98 and earlier may require drivers), are very inexpensive, are much faster downloading files from the camera, do not use the cameras batteries during the download, and are much less prone to file corruption of the photos during the download. Really, it would be better for the camera user if one of these was included with the camera instead of the cable and bundled software.

Portable SD Card Reader/Writer

"All in One" Multi-Card Reader/Writer

You place the cameras card in the reader, plug the reader into the USB port, and your computer sees it as a hard drive. You simply copy/paste or drag/drop your photos onto your hard drive. For this simplicity, most professional photographers utilize card readers exclusively. Youll save yourself a lot of heartache if you convert to using one of these.

Here are examples from Amazon. Dont be fooled by the cost. Some of the most inexpensive ones work just fine. But make sure that you do read the reviews first before purchasing. Also make sure that you get a reader that is clearly stated capable of reading your card, particularly if you use SDHC, XD, CF, or MS cards.

For international readers of this blog, and even those in the US, heres another source for card readers (free international shipping too :-). I use the $1.95 portable SD/SDHC card model (SKU7230), and it works great. Note that the free shipping can take up to three weeks though as theyre located in Hong Kong.

Now go throw away that cable and go download your photos.

Read More..

Rabu, 02 Oktober 2013

Show Recent Posts With Thumbnails For Particular Label or Category in Blogger

Sometimes we want to have everything organized so that our readers can find topics of interest more easily, and thats when instead of putting a widget with the latest posts, we can put together the latest entries sorted by category, so that well be able to show the latest posts for each label we want and also display a thumbnail for our category.

recent posts, blogger widgets, blogger gadgets
Screenshot

To add this cool gadget/widget for the latest categories, just follow the next steps:

Steps

Step 1. From your Blogger Dashboard, go to Template/Edit HTML



...then tick the Expand Widget Templates checkbox:

Step 2. Search for this piece of code:

]]></b:skin>

and just above it, paste this one:

/* Recent posts by labels
--------------------------------- */
img.label_thumb{
float:left;
margin-right:10px !important;
height:65px; /* Thumbnail height */
width:65px; /* Thumbnail width */
border: 1px solid #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.label_with_thumbs {
float: left;
width: 100%;
min-height: 70px;
margin: 0px 10px 2px 0px;
padding: 0;
}
ul.label_with_thumbs li {
padding:8px 0;
min-height:65px;
margin-bottom:0px;
border-bottom: 1px dotted #999999;
}

.label_with_thumbs li{
list-style: none ;
padding-left:0px !important;
}

.label_with_thumbs a { text-transform: uppercase;}
.label_with_thumbs strong {padding-left:0px; }

Step 3. Now search for this tag (CTRL + F)

</head>

...and add the following script above it:

<script type=text/javascript>
//<![CDATA[
function labelthumbs(json){document.write(<ul class="label_with_thumbs">);for(var i=0;i<numposts;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel==replies&&entry.link[k].type==text/html){var commenttext=entry.link[k].title;var commenturl=entry.link[k].href;}
if(entry.link[k].rel==alternate){posturl=entry.link[k].href;break;}}var thumburl;try{thumburl=entry.media$thumbnail.url;}catch(error)
{s=entry.content.$t;a=s.indexOf("<img");b=s.indexOf("src="",a);c=s.indexOf(""",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")){thumburl=d;}else thumburl=https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6Kzu_z6V9zssKEZsGZuKDfJjdFgRXxWjHe71hsQfp5Xpy3BYwxCy9WK-Pr5dFZpyQ9giTL4dlGHXpJL5smBUgMSjrLPmNgIP88sTZWvIPYpqJcE8bI028-aaFHuS9CEWaP3tqeZxnRoY/s1600/picture_not_available.png;}
var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="June";monthnames[7]="July";monthnames[8]="Aug";monthnames[9]="Sept";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";document.write(<li class="clearfix">);if(showpostthumbnails==true)
document.write(<a href="+posturl+" target ="_top"><img class="label_thumb" src="+thumburl+"/></a>);document.write(<strong><a href="+posturl+" target ="_top">+posttitle+</a></strong><br>);if("content"in entry){var postcontent=entry.content.$t;}
else
if("summary"in entry){var postcontent=entry.summary.$t;}
else var postcontent="";var re=/<S[^>]*>/g;postcontent=postcontent.replace(re,"");if(showpostsummary==true){if(postcontent.length<numchars){document.write();document.write(postcontent);document.write();}
else{document.write();postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+...);document.write();}}
var towrite=;var flag=0;document.write(<br>);if(showpostdate==true){towrite=towrite+monthnames[parseInt(cdmonth,10)]+-+cdday+ - +cdyear;flag=1;}
if(showcommentnum==true)
{if(flag==1){towrite=towrite+ | ;}
if(commenttext==1 Comments)commenttext=1 Comment;if(commenttext==0 Comments)commenttext=No Comments;commenttext=<a href="+commenturl+" target ="_top">+commenttext+</a>;towrite=towrite+commenttext;flag=1;;}
if(displaymore==true)
{if(flag==1)towrite=towrite+ | ;towrite=towrite+<a href="+posturl+" class="url" target ="_top">More »</a>;flag=1;;}
document.write(towrite);document.write(</li>);if(displayseparator==true)
if(i!=(numposts-1))
document.write();}document.write(</ul>);}
//]]>
</script>

Note: to add your own pic for the posts with no thumbnail, replace the image url in blue with your own

So we have added the Css to style the widget and the script to make it work. Now all we have to do is to add the widgets code to the blog sidebar in a Html/Javascript gadget:

Step 4. Go to Layout - click on Add a Gadget


Step 5. Choose the HTML/Javascript widget and paste this code inside the empty box:

<script type=text/javascript>var numposts = 3;var showpostthumbnails = true;var displaymore = false;var displayseparator = true;var showcommentnum = false;var showpostdate = false;var showpostsummary = true;var numchars = 100;</script>
<script type="text/javascript" src="/feeds/posts/default/-/Name-of-the-label?published&alt=json-in-script&callback=labelthumbs"></script>

Note: Where it says Name-of-the-label is the name of the label you want to display, and if your label is case sensitive, like in my example, then you should type it that way.

Also within the last code, there are parts that we can customize, just change true with false or vice versa:

var numposts ← Number of posts to display
var showpostthumbnails ← Show/hide thumbnails
var displaymore ← Show or hide the read more link
var displayseparator ← Show/hide separator
var showcommentnum ← Show/hide the number of comments
var showpostdate ← Show/hide the posts dates
var showpostsummary ← Show or not the posts summaries
var numchars ← Number of posts characters (here you have to change the 100 value)

Remember that the gadget displays the latest posts from a particular label, therefore, if you want to display the latest posts from other labels then just repeat step 5 for each additional category you want to add.

Thats it :) Enjoy!
Read More..

Minggu, 29 September 2013

How to Add Different Background Color or Image in Each Blogger Post

When you have multiple authors on a blog and want to make a specific post stand-out, then you can change your posts background color or place a background image behind them, each time is needed. Therefore, this tutorial will show you how to style each post differently by adding some codes in your Blogger posts. (this wont take effect if you have the read more function enabled on your blog)



How to Change the Color of the Post Background

When you create a post, switch to HTML, near the Compose tab and add the following code just at the beginning and at the end of your post content.

<div style="background-color: #DCC368; padding: 5px 8px 5px 8px;">
Your text goes here...
</div>

  • add the red line at the BEGINNING of your post.
  • add the div tag in blue at the END of your post.
  • replace the part in green with your own color (search for colors hex value)
  • "Your text here...." is where the Post content goes

Its done by wrapping your Post content into a "div" element. You can apply this setting anytime to your already published posts as well or you can change/remove it later.

Heres the example of the placed code in the Post Edit box:
blogger posts color, backgrounds, blogger tricks

How to Add a Background Image in a Blogger Post

Add the following code just at the beginning and end of your post content.

<div style="background-image: url(IMAGE-URL-HERE); background-repeat: no-repeat; ">
Your text goes here...
</div>

  • in green, you need to paste the URL address of your hosted picture (use Photobucket, Tinypic etc.)
  • the red line has to be added at the beginning of your post.
  • the blue part has to be added where your post ends.
  • "Your text here...." is where your Post content should be

Now click Publish and you are done.

Read More..

Selasa, 17 September 2013

Replace Older Newer And Home Blogger links with an image or text

Newer Post, Home and Older Post are links that appear on the bottom of the posts. When a visitor click on one of these links, they will take him to the page with the list of your previous posts.
The number of the posts on these pages will be the same as the number of the posts on your main page.


What we can do:

A. Change the text of Newer, Older, Home links
B. Place a picture beside them (a small icon, arrow, or whatever...)
C. Add an image instead of the links

So lets start customizing them...

1. Log in to your Blogger Dashboard, go to Template > Edit HTML

2. Click anywhere inside the code area and find - using CTRL + F keys - the following code:
    <b:if cond=data:newerPageUrl>
      <span id=blog-pager-newer-link>
      <a class=blog-pager-newer-link expr:href=data:newerPageUrl expr:id=data:widget.instanceId + &quot;_blog-pager-newer-link&quot; expr:title=data:newerPageTitle><data:newerPageTitle/></a>
      </span>
    </b:if>

    <b:if cond=data:olderPageUrl>
      <span id=blog-pager-older-link>
      <a class=blog-pager-older-link expr:href=data:olderPageUrl expr:id=data:widget.instanceId + &quot;_blog-pager-older-link&quot; expr:title=data:olderPageTitle><data:olderPageTitle/></a>
      </span>
    </b:if>

    <a class=home-link expr:href=data:blog.homepageUrl><data:homeMsg/></a>
Or find in this code the following fragments which corresponds to each page links
  • <data:newerPageTitle/> represents Newer Posts link
  • <data:olderPageTitle/> represents Older Posts link
  • <data:homeMsg/> represents Home link

Now change these fragments of codes as it follows:

A. Change the text of Newer Posts, Older Posts and Home Links


You need to REPLACE following parts in original code with ANY TEXT you like:
  • replace <data:newerPageTitle/> with, for example NEXT POST 
  • replace <data:olderPageTitle/> with, for example PREVIOUS POST
  • replace <data:homeMsg/> (only the first one) with, for example HOMEPAGE

    B. Place a picture beside Newer Posts, Older Posts and Home links


    Add the below code just at the beginning of each of the colored fragments of codes from step 2.
    <img src="URL Address"/>

    So it should look like this:
    <img src="URL Address"/><data:newerPageTitle/>
    Note: Replace URL Address text with the url address of the image you want to appear

    C. Replace Older Posts, Newer Posts and Home links with an image/picture


    You can place any kind of picture you want All you have to do is use this code for the pic:
    <img src="URL ADDRESS"/>
    ...just replace URL ADDRESS, with the URL of your hosted picture
    ...and in code, REPLACE the original link code for text with picture code
    • replace <data:newerPageTitle/> with the pic for newer (next) posts
    • replace <data:olderPageTitle/> with the pic for older (previous) posts
    • replace <data:homeMsg/> (only the first one) with the pic for homepage
    Screenshot
    blogger tricks, older posts, newer posts

    3. Thats it! Preview and Save the Template.
    Read More..

    Sabtu, 07 September 2013

    How to remove hide or add a Peek A Boo Effect to your Blogger Navbar

    What is Blogger Navbar?
    Frist time somebody creates a blog in blogger.com, a bar will show up at the very top of a blog page. This bar is known as the Blogger Navbar (Blogger Navigation Bar) and it usually appears by default at the top of every hosted Blogspot blog.

    Blogger navbar functions include:
    • [B] (blogger logo): takes you back to bloggers homepage
    • Search Blog: you can make searches on the blog and results will appear directly on the page.
    • Follow: you can follow the blog youre currently viewing (blog updates will appear on your Blogger dashboard at Reading List - if youre not logged, youll see a Share link, which allows you to share you favorite blogs on social networks like Twitter, Facebook, Google buzz, and Google Reader)
    • Report abuse: you can report a blog if you consider its content objectionable (e.g., pornography);
    • NextBlog: takes you to a random, recently-updated Blogger blog.
    • email address@: If you are logged in to your account, youll see your own address here. Other viewers will see their own email addresses, or none at all if they arent logged in.
    • Post: Direct link to the post editor
    • Design: this link takes you to Page Elements, where you can add gadgets/widgets for your blog
    • Sign In/Out: This displays the appropriate option, depending on whether youre logged in or not.

    Blogger navbar is available in several colors, and is configured in the Template tab in Bloggers interface.

    It can be useful but the only real disadvantage is visual. If you have customized design, Navbar usually doesnt fit in.

    In this tutorial, Ill show you how to remove it or add a peek-a-boo effect.

    Removing/Hiding the Blogger Navbar
    blogger, what is blogger, blogger tutorials

    Step 1. Go to: Dashboard > Template > Edit HTML:


     ... select the "expand widget templates" box



    Step 2. Find (CTRL + F) the following line:

    ]]></b:skin>

    Step 3. Just above it, paste this code:

    #navbar {
    height: 0px;
    visibility: hidden;
    display: none;
    }

    Step 4. Save your Template.

    blogger blogspot, remove navbar, peek a boo, designTheres another way of showing a Navbar. It is called
    "Hover Peek-a-boo Blogger Navbar":

    The navbar will only appear when you hover around the area on the top. To see it in action, take a look at this demo

    Add a Peek-a-Boo Effect to Blogger/Blogspot Navbar


    Step 1. Login to your Blogger Dashboard, then go to Design >> Edit HTML > check "expand widget templates"

    Step 2. Search for the following piece of code:

    ]]></b:skin>

    Step 3. Add the following code just above it:

    #navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
    #navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)

    Step 4. Save the template... and youre done!

    If you have any questions, leave a comment below.
    Read More..

    Rabu, 31 Juli 2013

    Better Processor AMD or Intel

    IntelAMD
    Core i7-2600, -2600K
    Core i7-965, -975 Extreme, -980X Extreme, -990X Extreme
    Core i7-970, -960
    Core i5-2500, -2500K

    Core i7-860, -870, -875K, -920, -930, -940, -950,
    Core i5-750, -760
    Core 2 Extreme QX9775, QX9770, QX9650
    Core 2 Quad Q9650
    Core i3-2100
    Phenom II X4 Black Edition 975
    Core 2 Extreme QX6850, QX6800
    Core 2 Quad Q9550, Q9450, Q9400
    Core i5-650, -655K, -660, -661, -670, -680
    Phenom II X6 1100T BE, 1090T BE, 1075T
    Phenom II X4 Black Edition 970, 965, 955 
    Core 2 Extreme QX6700
    Core 2 Quad Q6700, Q9300, Q8400, Q6600, Q8300
    Core 2 Duo E8600, E8500, E8400, E7600
    Core i3 -530, -540, -550
    Phenom II X6 1055T
    Phenom II X4 945, 940, 920, 910, 910e, 810
    Phenom II X3 Black Edition 720, 740
    Athlon II X4 645, 640, 635, 630
    Athlon II X3 455, 450, 445, 440, 435
    Core 2 Extreme X6800
    Core 2 Quad Q8200
    Core 2 Duo E8300, E8200, E8190, E7500, E7400, E6850, E6750
    Phenom II X4 905e, 805
    Phenom II X3 710, 705e
    Phenom II X2 565 BE, 560 BE, 555 BE, 550 BE, 545
    Phenom X4 9950
    Athlon II X4 620
    Athlon II X3 425
    Core 2 Duo E7200, E6550, E7300, E6540, E6700
    Pentium Dual-Core E5700, E5800, E6300, E6500, E6600, E6700
    Pentium G9650
    Phenom X4 9850, 9750, 9650, 9600
    Phenom X3 8850, 8750
    Athlon II X2 265, 260, 255
    Athlon 64 X2 6400+
    Core 2 Duo E4700, E4600, E6600, E4500, E6420
    Pentium Dual-Core E5400, E5300, E5200 
    Phenom X4 9500, 9550, 9450e, 9350e
    Phenom X3 8650, 8600, 8550, 8450e, 8450, 8400, 8250e
    Athlon II X2 240, 245, 250
    Athlon X2 7850, 7750
    Athlon 64 X2 6000+, 5600+
    Core 2 Duo E4400, E4300, E6400, E6320
    Celeron E3300
    Phenom X4 9150e, 9100e
    Athlon X2 7550, 7450, 5050e, 4850e/b
    Athlon 64 X2 5400+, 5200+, 5000+, 4800+
    Core 2 Duo E5500, E6300
    Pentium Dual-Core E2220, E2200, E2210
    Celeron E3200
    Athlon X2 6550, 6500, 4450e/b,
    Athlon X2 4600+, 4400+, 4200+, BE-2400
    Pentium Dual-Core E2180
    Celeron E1600
    Athlon 64 X2 4000+, 3800+
    Athlon X2 4050e, BE-2300
    Pentium Dual-Core E2160, E2140
    Celeron E1500, E1400, E1200


    DIFFERENCES, ADVANTAGES AND LACK OF INTEL PROCESSOR AND PROCESSOR AMD
    Some of the differences, advantages and disadvantages of Intel and AMD processors:
    1. On the Intel instruction set was MMX, SSE, SSE2, and SSE3, but the AMD SSE2 and 3DNow. But of the many istruksi used by Intel actually has existed in its AMD 3DNow that is not owned by Intel.
    2. Maximum of 32K L1 on Intel, AMD is currently at 128K. Based on some tests of AMD with 128K L1 is superior to Intel.
    3. Many transistors on an Intel 100 billion is AMD 105 billion.
    4. The number of decoders, Integer, FP on intel AMD less than the differences that significantly improve the performance of AMD.
    5. Temperature on an Intel processor may be arranged by themselves (the processor will reduce the speed if the processor is too hot), on AMD64 maximum temperature is 900C. Intel technology is more superior than AMD.
    6. AMD is superior in the processing of communications applications, such as data transfer on the modem, ADSL, MP3, and doubly Suround Digital Sound.
    7. Pipeline on Intels longer than AMD, but Intels pipeline problems at the exchange task, so the speed is slow intel pipeline under AMD.
    8. Intel wins on brand image and marketnya, while AMD is a cheaper price.
    9. On an Intel Pentium 4 standard price, performance lumanyan fast. Sure, for the affairs of less than masshi graphics with AMD, but at least not fast Intel processor heat.
    10. On the AMD Athlon processor prices somewhat cheaper than Intel. Really good graphics, decent speed, but cepet really hotter than Intel.
    11. For the price and power (electricity) use AMDs much cheaper and far-saving advantages that electricity was not out a lot of capital and cash-flow for the monthly (pay for electricity) is slightly lighter.

    Intel:
    PLUS (+):
    Variants have the fastest performance, even there has been no AMD processors can reply jd unmatchable range hrg pd> 2jt (ga emg exactly AMD have processors with hrg> 2jt).
    Many say a very stable heavy use purposes and multi-tasking applications
    Variants and the price range most widely
    Clock ratio / performance best
    Small power consumption with high performance

    MINUS (-):
    They are more expensive
    The number of variants may only confuse
    The highest variant (Extreme Edition) expensive knock on wood
    The price of a platform (processor + mobo + RAM) is high.

    AMD:
    PLUS (+):
    Cheap prices, with balanced performance
    Variant is more directed toward economically with the price / performance ratio exceeding even the highest price / performance of Intel.
    AMDs hot? says who? AMDs mah d dinosaur age still alive. Skrg, here uda much Reseller kl Quad-core AMD could even colder DRPD Intel Dual-core processors.
    The highest variant (Black Edition) hrg with affordable priced, without losing face front d Intel processors at the same price.
    Price platform (processor + mobo + RAM) cheaper without mengorbakan kseluruhan performance.

    MINUS (-):
    DRPD higher power consumption Intel processor with similar performance
    RasioClock / low performance lbh DRPD Intel (eg AMD Phenom II X4 955BE 3.2 GHz Intel just can ngimbangin reply Core 2 Quad Q9550 2.8 GHz and 3.6 GHz Phenom II 810 could diimbangin sm stock 2.6 GHz Core i5 750)

    My Personal Conclusion:
    Intels more powerful processors than AMD porsesor on multimedia applications and Multi-tasking, whereas AMD wins from Intel processors in its gaming and 3D programs.
    Ga no problem want to use AMD / INTEL Possible issue price considerations alone,,, AMD systems with capabilities equivalent to INTEL, INTEL cheaper than ... I underline, a system with equal ability you know ...
    Now please take your own conclusions ... to select which .... its just as good ...
    The key can be retrieved with the specifications of masing2 brand ... because its VITAL ...
    Read More..