Tuesday, November 30, 2010

Difference between "http" & "https"

FIRST, MANY PEOPLE ARE UNAWARE OF: **The main difference between http:// and https:// is. It's all about keeping you secure**

HTTP stands for HyperText Transport Protocol, which is just a fancy way of saying it's a protocol (a language, in a manner of speaking) for information to be passed back and forth between web servers and clients.

The important thing is the letter S which makes the difference between HTTP and HTTPS.

The S (big surprise) stands for "Secure". If you visit a website or webpage, and look at the address in the web browser, it will likely begin with the following: http://.

This means that the website is talking to your browser using the regular 'unsecure' language.

In other words, it is possible for someone to "eavesdrop" on your computer's conversation with the website.

If you fill out a form on the website, someone might see the information you send to that site.

This is why you never ever enter your credit card number in an http website!

But, if the web address begins with https:// , that basically means your computer is talking to the website in a secure code that no one can eavesdrop on.

You understand why this is so important, right?

If a website ever asks you to enter your credit card information, you should automatically look to see if the web address begins with https:// .

If it doesn't, there's no way you're going to enter sensitive information like a credit card number.

How Parents Can Block Certain Websites from Children at Home

A mother recently wrote saying she is very concerned that her young children are spending too much time on websites like Orkut, MySpace and Facebook.

Her worries are not just about children wasting time on the Internet – it’s more about the activities that children are doing on these sites. She is concerned that children could be interacting with complete strangers (or online predators) and even sharing personal information.

And with some news reports saying that criminal activities could have been planned on Orkut, the mother has finally made up her mind to restrict access to Orkut and some other websites on the home computer.

The only problem is that she has absolutely no clue about how to block websites – parental control software like Net Nanny or Norton Internet Security are pretty good but they cost money.

Now before you take this extreme step of blocking website (that is very likely to be opposed by children), try a few things:
1. Educate your children about the dangers of sharing information online with strangers. Family members should talk in detail about privacy and the web.
2. Place the computer in the living area of your home from where you can easily see the screen so you’ll have some idea about activities that children are doing on the computer including the websites they are visiting frequently.
3. Orkut is an open social network – that means you can easily see who’s in the friends’ list of your children and what kind of text notes (or scraps) are they exchanging with each.

Finally, to block websites on your home computer without investing in expensive software, here’s the trick (for Windows PCs):

Step 1: Click the Start button and select Run. Now type the following text in that Run box:

notepad c:\WINDOWS\system32 \drivers\ etc\hosts

Step 2: You will see a new notepad window on your screen containing some cryptic information. Don’t panic. Just goto the last line of the file, hit the enter key and type the following:

127.0.0.1 orkut.com
127.0.0.1 facebook.com
127.0.0.1 myspace.com

Save the file and exit. That’s it. None of the above sites will now open on your computer.

You can block as many websites as you like with the above technique. If you want to remove the ban later, open the same file as mentioned in Step 1 and delete the above lines.

Pretty simple but remember, our children are also very smart.

Monday, November 29, 2010

Let Learn PHP (Basic) - Lesson 5

Here's the code to Delete Multiple table at once...



<?php
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting to mysql');
$dbname = 'my_db';
$editFormAction = $_SERVER['PHP_SELF'];
if ((isset($_POST["Delete"])) && ($_POST["Delete"] == "Hapus")) {
mysql_select_db($dbname, $conn);
mysql_query("DELETE FROM biodata_ahli WHERE nokp_baru='".$_POST['nokp_baru']."'", $conn)or die(mysql_error());
mysql_query("DELETE FROM pengguna WHERE nokp_baru='".$_POST['nokp_baru']."'", $conn)or die(mysql_error());
}
mysql_select_db($dbname,$conn);
$query_pengguna = "SELECT pengguna.nokp_baru, pengguna.id_pengguna, biodata_ahli.nama FROM pengguna LEFT JOIN biodata_ahli ON biodata_ahli.nokp_baru = pengguna.nokp_baru WHERE pengguna.nokp_baru = '121212121212'";
$pengguna = mysql_query($query_pengguna, $conn) or die(mysql_error());
$row_pengguna = mysql_fetch_assoc($pengguna);
$totalRows_pengguna = mysql_num_rows($pengguna);
?>
<form name="form1" method="post" action="<?php echo $editFormAction; ?>">
<table border="1" bordercolor="#000000" align="center">
<tr><td>
<table width="365" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="131">Nama</td>
<td width="10">:</td>
<td width="224"><?php echo $row_pengguna['nama']; ?></td>
</tr>
<tr>
<td>No. Kad Pengenalan</td>
<td>:</td>
<td><?php echo $row_pengguna['nokp_baru']; ?>
<input name="nokp_baru" type="hidden" value="<?php echo $row_pengguna['nokp_baru']; ?>"></td>
</tr>
<tr>
<td>ID Pengguna</td>
<td>:</td>
<td><?php echo $row_pengguna['id_pengguna']; ?></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td><input type="submit" name="Delete" id="Delete" value="Hapus"></td>
</tr>
</table>
</td></tr></table>
</form>





Pretty easy is it?

Friday, November 26, 2010

10 Things You Didn’t Know You Could Do with Google

Google is amazing (please thank me for this amazing revelation). There are some things you
probably didn’t know Google can do. Take your time and read the information below. You’ll
likely learn a few tips and tricks that will make you appreciate Google even more.

10. Find a beautiful wallpaper for your desktop resolution with Google images

Here’s how you do it:
  1. Go to Advanced Image Search
  2. Next to “Exact size” click on “Use my desktop resolution”. Then, next to “Content types”
  3. select “Photo content.”
  4. Enter some words. If you want to find cows, enter beautiful cows icon smile Let’s see the results:
google found backgrounds 486x400
Notice that many of the images in the results are from wallpaper sites. Google Images
makes it very convenient to go through these types of sites and browse them like a
gallery instead of going to each gallery site separately.

9. Create unlimited disposable email addresses with Gmail

Take the following example:
gmail addresses 532x400
That’s right, you can add one or more dots ANYWHERE between your username and
send messages to that ‘new’ email. All of those messages will arrive to your old (without dots)
email. Hard to explain without a picture. But somehow Google did find a way to do it…
Sometimes you may receive a message sent to an address that looks like yours but has a
different number or arrangement of periods. While we know it might be unnerving if you think
someone else’s mail is being routed to your account, don’t worry: both of these addresses are yours.
Gmail doesn’t recognize dots as characters within usernames, you can add or remove the
dots from a Gmail address without changing the actual destination address; they’ll all go to
your inbox, and only yours. In short:
All these addresses belong to the same person. You can see this if you try to sign in with your
username, but adding or removing a dot from it. You’ll still go to your account.
Yep, this is an explanation from Google itself. Now that you understand this, let’s keep going.

8. Search videos durations using Google Video

I’ve noticed there’s not a single video site that allows you to search videos by duration.
Let’s say I want to learn Spanish and I want comprehensive videos for that (longer than 20 minutes.)
To search, I go to Google Advanced Video Search page and select “Long” next to “Duration”.
Here’s what happens:
google video duration 560x346
Now all that’s left is to get some free time and watch those…

7. Want to find an iPad alternative using Google Search?

Sure, you can write ‘iPad alternative’ in Google but that won’t give you the best results. Instead,
try this:
better than google search
Using “better than product” where product=any product will give you not
alternatives but better alternatives to a particular product. Very cool.

6. Detect any unknown language with Google Language Detector

I have a big problem:
what language is this 560x99
What’s the solution? Google language detector.
google language detect
Another good way to detect and also translate is to use Google Translate and the “Detect Language” option:
google translate 560x228

5. See what the Dutch haven been searching for recently using Google Insights

Google is the most popular search engine in almost any country in the world. Google Insights
(like the name suggests) gives you ‘insights’ of what people have been searching for around
the world. For example, Netherlands:
google insights
Hyves is a Dutch portal and social network. Weer seems to be a weather portal.

4. When did Google become more popular than Microsoft? Google Trends has the answer

google trends 560x364
Google Trends helps you discover the trends on various topics and see what people have
been searching for over time. In this case, you can see when people started searching for
Google more than Microsoft in early 2005.

3. Hate opening PDF files? Google Docs is the solution

So you’ve been searching on Google for a particular topic and found a PDF file:
google pdf quick view 560x372
Instead of opening the file in Adobe Reader (which is a painful process), you can

click on “Quick View” and open the file in Google Docs! It takes seconds to open
and it’s way more flexible. If you choose later, you can always save the file as PDF
by choosing the export option in Google Docs.

2. Scan and Read your RSS feeds like email messages in Google Reader

You probably know how easy it is to open and read email messages in Gmail thanks
to the list view. Well, you can do the same in Google Reader:
google reader 560x310
The default view in Google Reader is ‘expanded’ which makes the items pretty
difficult to scan and read. If you change the view from expanded to ‘list’, then it
becomes WAY easier to SCAN items and pick what you like.

1. Google can tell you the answer to life and the universe

googles answer to life 560x106
I wish it was so simple icon smile

10 Helpful Websites You Have Never Heard Of

It’s easy to get lost on the internet among the millions of useless websites and the couple dozen or so good ones. Unfortunately, some of the few good ones go way under the radar, and you’ve never even heard of them, let alone visit them. Ranging from practical and educational to just plain fun, these are sites you’ll want to bookmark.

10. Zeer

Picture 11 560x329
If there was a website that could save your life, it’d be Zeer. Zeer displays the nutritional labels for every kind of packaged food you can buy, and then lets you comment / rate your favorite, or perhaps least favorite, items. Trying to get into better shape or become healthier? Maybe you’re a vegetarian and you want to know if that tasty snack you saw had any beef in it. You thought you saw some beef-like texture for sure. Or maybe you want to know if that new Doritos flavor is any good. All your questions and more can be answered here.

9. Bartleby

6a00d8341d417153ef0105364ade76970c pi 323x400
Wikipedia’s overrated and about to become outdated. Bartleby provides you with unlimited access to various books and other information free of charge. The categories are reference, verse, fiction, and nonfiction. It’s very easy to find exactly what you’re looking for, whether it be Aesop’s fables or Shakespeare or even The Bible. The site also has a built-in encyclopedia, dictionary, thesaurus, and quotation dictionary as well.

8. 5min

5min 500x345
Forget Ehow, Wikihow, or any other how-to website out there. 5min is your “one-stop shop for instructional videos and DIY projects.” It’s always easier to learn watching someone do it rather than reading about it. It’ll only take 5 minutes of your time and its videos range from “Tto Zurich, Switzerland” to “Yoga to Cure Constipation?” Or you can become a teacher, create an account, and upload your own videos.

7. Tryphone

tryphone 476x400
You can test drive a car, why shouldn’t you be able to test drive a phone? Don’t rely on CNET reviews and friend’s suggestions to buy your next phone, try it for yourself. Use their fully interactive online virtual headsets and try out the buttons, applications, services, content, and more. Every phone’s in crystal clear quality and literally, what you see is what you get. There are also user reviews, phone specifications, and other information on the site as well. Never feel uncertainty again when buying your next phone.

6. Newsmap

newsmap v2 560x280
Google News is an amazing source of news. Constantly updated, reliable, and lots and lots of it. But maybe that last one’s not such a good thing. You’re busy but you still want to be informed, but it’s just so hard to discern what’s important and what’s not with Google News. That’s where Newsmap comes in. Newsmap is a graphical representation of Google News that makes it easy for you to find the news you actually care about. It relies on something called a “treemap algorithm” for this. Basically, more popular and important stories appear larger, while the lesser stories are smaller. Stories are also arranged by theme and represented by different colors. See for yourself.

5. DailyLit

0608 dailylit
Despite popular belief, many people do actually enjoy reading books, but they just can’t find any time to set aside for this underrated hobby. The DailyLit fixes that easily. First, you choose the book you want to read. The older books are free, while the more modern classics might need a purchase. Then you choose the time and day you want to read it. Maybe you want to read it every day at 8 P.M. And that’s it. DailyLit will send you short installments of the book via RSS or e-mail and you can read it on a mobile device like an iPhone or on your computer. Before you know it, you’ll have finished the book, and it’ll have taken you less than 5 minutes a day.

4.  Tripit

tripit 600x309 560x288
Traveling is a hassle. You have to keep track of all your transportation, reservations, and if you like to play it safe, your receipts. Well Tripit collects all those pesky little details and makes it into an easy-to-use master itinerary. Not only that, Tripit throws in maps, some local attraction suggestions, a few weather reports, and much more. You can access this itinerary online or from a mobile device like a cell phone, so keeping track of it couldn’t be easier. Don’t plan a trip again without Tripit.

3. Power

powercom 560x354
There’s no doubt that social networking has become something much, much more than just catching up with old friends who want nothing more to do with you. But there are just so many websites, Facebook, Myspace, Twitter, and everyone uses different ones. How can you possibly keep up with everyone? Power solves this problem and more. Power allows you to log in once, just once, and with that one click, you’re synced with a long list of social networking sites. All the status updates, messages, and posts in a single place. You can even use MSN messenger in the site itself.

2. Boxee

boxeeScreen 560x340
Think of the copious amounts of videos that exist all across the vast World Wide Web today. This is where Boxee comes in and helps us maintain whatever sanity we will have while embarking on this impossible quest of entertainment. Boxee gathers the videos from a plethora of websites like Hulu, Youtube, and even Cnn.com, and feeds it to you in a very aesthetically pleasing and easy-to-use interface. You can even organize the videos, images, and music on your own computer with Boxee. The best part of Boxee? The community. Boxee suggests media to you mainly via your friends—you form friend groups with other Boxee users and you can see what they’re watching or even suggest your own videos to them.

1. Wikibooks

400px Wikibooks logo en noslogan.svg
You’ve heard of Wikipedia, but do you know Wikibooks? It’s in the same easy-to-use interface, but a totally different concept. Wikibooks is a community that was made to create a free online library of educational textbooks that anyone can edit. Just one click can get you a plethora of information you never thought even existed or let you become an expert in a subject you’ve always wanted to know. As of right now, there are over 36,843 pages of information in a multitude of textbooks. You can teach by adding your own knowledge to the content, or be taught by just visiting. Maybe the English language isn’t your forte (how are you reading this?).
by Johnny Dunn

Wednesday, November 24, 2010

Let Learn PHP (Basic) - Lesson 4

Today, i want to show you how to do a drop down menu using database connection.



<?php
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = 'password';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting to mysql');
$dbname = 'my_db';
mysql_select_db($dbname);
$query = "SELECT CD_State, Desc_State FROM State";
$result = mysql_query($query);
?>
<select name="state">
<?php do { ?>
<option value="<?php echo $row['CD_State'];?>"><?php echo $row['Desc_State']; ?></option>
<?php } while($row = mysql_fetch_array($result, MYSQL_ASSOC))?>
</select>

OUTPUT 


 


In Programming, we must know to combine all kind of sources in order to get the exact figure that we want. In this post, i show you the drop down menu that i combine the code from Lesson 2 and 3...then we got Lesson 4...Isn't it wonderful...! Programming should be more interesting when we know how to do it...Good Luck!

Tuesday, November 23, 2010

Let Learn PHP (Basic) - Lesson 3

After you got the connection to the database, it time to select the table in the database to your page..let see how it does...



$query = "SELECT name, subject, message FROM contact";
$result = mysql_query($query);
while($row = mysql_fetch_array($result, MYSQL_ASSOC))
{
echo "Name : {$row['name']} <br>" .
"Subject : {$row['subject']} <br>" .
"Message : {$row['message']} <br><br>";
}

isn't it simple...:-) 

Let Learn PHP (Basic) - Lesson 2

Working with PHP always need a connection to the database..
Coz that make it easier to build an interactive Web Application.

Here some of the example that you can use:-

Example 1

<?php
$hostname_conn = "localhost";
$database_conn = "my_db";
$username_conn = "root";
$password_conn = "abc123";
$conn = mysql_pconnect($hostname_conn, $username_conn, $password_conn) or trigger_error(mysql_error(),E_USER_ERROR);
?>

Example 2

<?php
$con = mysql_connect("localhost","root","abc123");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
?>
  
Example 3

<?php
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = 'password';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting to mysql');
$dbname = 'my_db';
mysql_select_db($dbname);
?>

Let Learn PHP (Basic) - Lesson 1

How to write text in php?

In HTML, we just write whatever we want isn't it? Like this..

Hello World

In PHP, it will be this way..

<?php echo 'Hello World'; ?>

Monday, November 22, 2010

Mozilla Add-ons for Facebook Madness

Berikut add-ons yang penting digunakan oleh para Facebook mania:

1. Cooliris
Kalau anda penggila website social networking dan suka browsing foto-foto dari teman-teman anda, maka Cooliris adalah add-ons yang barangkali berguna untuk anda. Cooliris akan membuat image gallery 3D dari foto-foto tersebut. Membuat browsing foto menjadi lebih menyenangkan.

2. Boost for Facebook
Add-ons ini boleh menggantikan template standard Facebook menjadi template yang anda inginkan. Ada 300 lebih skin yang boleh dipilih.

3. Facebook Toolbar
Anda ingin benar-benar mengintegrasikan browser anda dengan facebook? Guna toolbar ini. Dengan ini, maka browser anda akan benar-benar berintegrasi dengan Facebook melalui toolbar.

4. Facepad : Facebook Photo Album Downloader
Anda suka mengumpulkan foto teman-teman anda? Cuba add-ons ini. Dengan ini, anda boleh mendownload seluruh album foto teman anda dengan sekali klik.

5. Sharethis
Pada saat anda browsing, tiba-tiba anda mendapatkan sesuatu yang menarik, kemudian anda ingin share dengan teman-teman di Facebook? Gunakan add-ons ini untuk lebih mudah share sesuatu dengan teman-teman anda di Facebook.

6. Firestatus
Anda ingin mengupdate status anda di semua social networking seperti Twitter, FriendFeed, Facebook, delicious and identi.ca? Pakailah add-ons ini.

7. Facebook Video
Anda ingin download video teman anda yang dia post di facebook? Gunakan add-ons ini untuk mendownload atau mengkonvert video yang ada di Facebook.

8. Facebook User Search
Gunakan add-ons ini untuk mencari user yang ada di Facebook dengan cepat dan mudah.

9. Fire Facebook Sidebar
Kalo anda rasa Facebook Toolbar diatas tidak sesuai, kerana berada diatas, gunakan add-ons ini untuk menggantinya menjadi di sebelah kiri. Menggunakan model tree view, dan automatic updates, membuat pengalaman Facebook anda menjadi lebih menyenangkan.

10. Facebook Chat History Manager
Anda ingin menyimpan hasil chat anda? Add-ons ini dapat melakukannya. Dengan demikian, anda akan lebih mudah menyimpan kata-kata anda, atau info penting lainnya yang anda dapatkan melalui chat Facebook.

11. Facebook Chatbar +
Add-ons ini menampilkan emoticon yang boleh digunakan dichat facebook pada bagian atas chat windows anda, sehingga lebih mudah anda menampilkan emoticon, kerana anda hanya perlu mengklik emoticon tersebut.

12. Facebook Chat Notification
Anda harus bolak-balik untuk check apakah chat anda di Facebook sudah dibalas atau belum? Dengan add-ons ini, chat yang sudah dibalas akan memberikan notifikasi, sehingga anda tidak perlu bolak-balik membuka halaman facebook hanya untuk check chat anda.

13. Facebook Autopoker
Akan membalas secara automatik siapa saja yang meng-poke anda.

14. Remove all Facebook adds
Add-ons ini akan membuang semua iklan yang ada di Facebook.

15. Facebook ad stop
Menyembunyikan semua aplikasi spam facebook dari wall anda.

Dengan add-ons ini, semoga anda jadi lebih enjoy menikmati Facebook jauh dari sebelumnya. Good Luck...

Gmail Drive



GMail Drive creates a virtual filesystem around your Google Mail account, allowing you to use Gmail as a storage medium.

GMail Drive creates a virtual filesystem on top of your Google Gmail account and enables you to save and retrieve files stored on your Gmail account directly from inside Windows Explorer.

GMail Drive literally adds a new drive to your computer under the My Computer folder, where you can create new folders, copy and drag'n'drop files to it.

Ever since Google started to offer users a Gmail e-mail account, which includes storage space of 6000 megabytes, you have had plenty of storage space but not a lot to fill it up with.


With GMail Drive you can easily copy files to your Google Mail Account and retrieve them again.

When you create a new file using GMail Drive, it generates an e-mail and posts it to your account. The e-mail appears in your normal Inbox folder, and the file is attached as an e-mail attachment.

GMail Drive periodically checks your mail account (using the Gmail search function) to see if new files have arrived and to rebuild the directory structures. But basically GMail Drive acts as any other hard-drive installed on your computer.

System Requirements: Windows (All Versions)
License: Freeware


Friday, November 19, 2010

Add Recent Post to your Blog

dbForge Studio for MySQL

dbForge Studio for MySQL is a software application created by Devart for developing and administrating the popular Relational Database Management System (RDBMS) MySQL. There are three editions available: Express, Standard, and Professional.

Express is a free software, which provides basic functionality for working with schema objects, user accounts, and SQL scripts.

Standard includes all must-have tools for database developers, such as a debugger, a Query Builder, code templates, object search, various export and maintenance wizards.

Professional is a fully-featured software for professional work with database projects, comparing schema and project data, debugging stored procedures and scripts, creating complex queries, etc.


The Functionality

dbForge Studio for MySQL has got both standard features of most database tools and unique functionality.

Main features of dbForge Studio for MySQL, v4.50 include:
Visual Query Profiler - a new tool for database developers that shows results of internal MySQL tools like SHOW PROFILE and EXPLAIN as well as STATUS variables changes due to query execution in a convenient and clear GUI.

Visual Query Builder - сreates the most complex queries in a state-of-the-art diagram.
Database Backup and Restore wizards - enable users to back up and restore schemas in automatic mode using Windows task scheduler, save backup options for future use, view automatically complied log file. Besides old backup files are automatically removed based on date or quantity.

Database Designer - a visual online database design tool for MySQL. It provides the complete picture of all the tables, foreign key relations between them, views, and stored routines of the required database; enables reverse engineering of databases to IDEF1X or IE diagrams, which can be easily printed.

Database project for offline database development - includes the capability to integrate various SQL and script files into a single project, group them into folders, and manage in one place. You can build your project to one script file or several ones and easily deploy on the server.

Advanced stored routine debugger - uses database server as an engine for checking user created SQL scripts and automates debugging of stored procedures, functions, and triggers.

Schema/data comparison and synchronization tools - provide quick and clear performance, guarantee convenient analysis and management of comparison results in windows and the desired synchronization result on the first try. Support of command line interface.

SQL code editor - includes context-sensitive code completion, automatic SQL syntax check and highlighting, customizable SQL formatting, uick code navigation, etc.

Convenient schema object editors - simplify management of tables, views, procedures, functions, triggers, events, and user-defined functions (UDF).

Integrated Security Manager - automates management of users and their privileges.

Server maintenance toolkit - contains the table maintenance wizard for check, analysis, repair, and optimisation of tables and service control for starting and stopping MySQL servers.

SQL template library - an integrated library of common SQL script templates.

Schema object search engine - built-in schema objects search.

Multi-format data import from 8 widely-used data formats - Text, MS Excel, MS Excel 2007, Ms Access, XML, CSV, DBF, ODBC.

Multi-format data export to 10 widely-used data formats - HTML, Text, MS Excel, Ms Access, RTF, PDF, XML, CSV, DBF, ODBC.

Photo Editor

Photoscape
Photoscape is a fun and easy photo editing software that enables you to fix and enhance photos.

Key Features
Viewer : View photos in your folder, create a slideshow
Editor : resizing, brightness and color adjustment, white balance, backlight correction,
frames, balloons, mosaic mode, adding text, drawing pictures, cropping, filters,
red eye removal, blooming, clone stamp
Batch editor : Batch edit multiple photos
Page : Merge multiple photos on the page frame to create one final photo
Combine : Attach multiple photos vertically or horizontally to create one final photo
Animated GIF : Use multiple photos to create a final animated photo
Print : Print portrait shots, carte de visites(CDV), passport photos
Splitter : Slice a photo into several pieces
Screen Capture : Capture your screenshot and save it
Color Picker : Zoom in on images, search and pick a color
Rename : Change photo file names in batch mode
Raw Converter : Convert RAW to JPG
Paper Print : Print lined, graph, music and calendar paper
Face Search : Find similar faces on the Internet



Sharing is Sexy





How to add this remarkable floating sharing icon in your blog?


try to do this...


STEP 1
Log in to Blogger -> Layout -> Edit HTMLand select the tick-box Expand Widget Templates
Then, find (CTRL+F) this code in the template:



</head>



And immediately before it, paste this code:


<!--HIDDEN-BOOKMARKS-STARTS--> <style type='text/css'> div.sexy-bookmarks { height:54px; background:url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6NtiAyYhydAQtyVocjgFVhBmM7p-BjjMKXkZaepAtrhPqSQzCiElMnaZwgOjMajNtWqs0iK8T_mrPbt8H7AoPNqLPMSEsn5dVoJLlBT7pdwADaQTp2fy6JJIKBD5Eg0d8xD3IYHjM_-bh/&#39;) no-repeat left bottom; position:relative; width:540px; } div.sexy-bookmarks span.sexy-rightside { width:17px; height:54px; background:url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6NtiAyYhydAQtyVocjgFVhBmM7p-BjjMKXkZaepAtrhPqSQzCiElMnaZwgOjMajNtWqs0iK8T_mrPbt8H7AoPNqLPMSEsn5dVoJLlBT7pdwADaQTp2fy6JJIKBD5Eg0d8xD3IYHjM_-bh/&#39;) no-repeat right bottom; position:absolute; right:-17px; } div.sexy-bookmarks ul.socials { margin:0 !important; padding:0 !important; position:absolute; bottom:0; left:10px; } div.sexy-bookmarks ul.socials li { display:inline-block !important; float:left !important; list-style-type:none !important; margin:0 !important; height:29px !important; width:48px !important; cursor:pointer !important; padding:0 !important; } div.sexy-bookmarks ul.socials a { display:block !important; width:48px !important; height:29px !important; font-size:0 !important; color:transparent !important; } .sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover, .sexy-email, .sexy-email:hover { background:url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOFWlFPuzOhbPIiUXU-33hRBD8ff_022nvfZq-TyLY869l658Avt495Jncduljfgf72ynCKp8MJcHQY5krBkZSLmdNKuzPj5Ca5G0VT6AMhCRMCm69ZyE5E_1jvsjAB6LA0rP-PgBXrqa7/&#39;) no-repeat !important; } .sexy-furl { background-position:-300px top !important; } .sexy-furl:hover { background-position:-300px bottom !important; } .sexy-digg { background-position:-500px top !important; } .sexy-digg:hover { background-position:-500px bottom !important; } .sexy-reddit { background-position:-100px top !important; } .sexy-reddit:hover { background-position:-100px bottom !important; } .sexy-stumble { background-position:-50px top !important; } .sexy-stumble:hover { background-position:-50px bottom !important; } .sexy-delicious { background-position:left top !important; } .sexy-delicious:hover { background-position:left bottom !important; } .sexy-yahoo { background-position:-650px top !important; } .sexy-yahoo:hover { background-position:-650px bottom !important; } .sexy-blinklist { background-position:-600px top !important; } .sexy-blinklist:hover { background-position:-600px bottom !important; } .sexy-technorati { background-position:-700px top !important; } .sexy-technorati:hover { background-position:-700px bottom !important; } .sexy-myspace { background-position:-200px top !important; } .sexy-myspace:hover { background-position:-200px bottom !important; } .sexy-twitter { background-position:-350px top !important; } .sexy-twitter:hover { background-position:-350px bottom !important; } .sexy-facebook { background-position:-450px top !important; } .sexy-facebook:hover { background-position:-450px bottom !important; } .sexy-mixx { background-position:-250px top !important; } .sexy-mixx:hover { background-position:-250px bottom !important; } .sexy-script-style { background-position:-400px top !important; } .sexy-script-style:hover { background-position:-400px bottom !important; } .sexy-designfloat { background-position:-550px top !important; } .sexy-designfloat:hover { background-position:-550px bottom !important; } .sexy-syndicate { background-position:-150px top !important; } .sexy-syndicate:hover { background-position:-150px bottom !important; } .sexy-email { background-position:-753px top !important; } .sexy-email:hover { background-position:-753px bottom !important; } </style> <!--HIDDEN-BOOKMARKS-STOPS-http://shasscript.blogspot.com-->



STEP 2


Now find (CTRL+F) this code in the template:


<data:post.body/>


And immediately BELOW/AFTER it, paste this code:


<div class='sexy-bookmarks'>

<ul class='socials'>
<li class='sexy-delicious'><a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-digg'><a expr:href='&quot; http://digg.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-technorati'><a expr:href='&quot; http://technorati.com/faves?add=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-reddit'><a expr:href='&quot; http://www.reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-stumble'><a expr:href='&quot; http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-designfloat'><a expr:href='&quot;http://www.designfloat.com/submit.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-facebook'><a expr:href='&quot; http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-twitter'><a expr:href='&quot; http://twitthis.com/twit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-furl'><a expr:href='&quot; http://www.furl.net/storeIt.jsp?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='sexy-syndicate'><a href='http://feeds2.feedburner.com/YOUR-FEEDBURNER-ID' title='Subscribe to RSS'/></li>
<li class='sexy-email'><a expr:href='&quot; mailto:?subject=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
</ul>
<span class='sexy-rightside'/></div>

How to share your blog on facebook

Here's, how make share button on your blogspot posts, like appear at my blog.
Which will be good for readers to share your posts on Facebook.

Okey,  lets go to blogger dashboard -Edit HTML -Check Expand Widget -
and find the code below:

<b:if cond='data:top.showAuthor'>

Place following code before the code above


<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img alt='www.tips-fb.com' border='0' src='http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_2.png'/></a>
</b:if>

The code above will appear be like this button:




If you want to using another button , can use these code below :



<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_4.png" border="0" alt="www.tips-fb.com"></a>
</b:if>



<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_3.png" border="0" alt="www.tips-fb.com"></a>
</b:if>

Or use your own text , for example : "Share On Facebook"

<b:if cond='data:post.url'>
<a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url'>Share on Facebook</a>
</b:if>

Thank to free-7 for the info, nice info for everyone...

How to make your web title move like a typewriter..

Here's the code..Copy and Paste it to your web page or blog...
you can see the demo in my blog here...




<script>
var message="Change your Text Here";
var message=message+" "
i="0"
var temptitle=""
var speed="200"
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)
temptitle=temptitle+message.charAt(i)
i++
if(i==message.length)
{
i="0"
temptitle=""
}
setTimeout("titler()",speed)
}
window.onload=titler
</script>

LinkWithin

Related Posts Plugin for WordPress, Blogger...