Posts

Showing posts from July, 2010

Display your latest tweet without a plug-in

Image
If people like your blog, they would probably also enjoy your tweets. Displaying your latest tweets on your WordPress blog is a good way to gain new subscribers. A plug-in can do that, but for such a simple task, I prefer a hack. This one grabs your latest tweet and displays it on your blog. This ready-to-use code can be pasted anywhere in your theme files. Just don’t forget to change the value of the $username on line 4. The $prefix and $suffix variable can be used to insert a title, and the div element can be used for further CSS styling. // Your twitter username. $username = "TwitterUsername"; // Prefix - some text you want displayed before your latest tweet. // (HTML is OK, but be sure to escape quotes with backslashes: for example href=\"link.html\") $prefix = " My last Tweet "; // Suffix - some text you want display after your latest tweet. (Same rules as the prefix.) $suffix = ""; $feed = "http://search.twitter.com/search.atom...

Create a Page that shows twitter updates on your blog/site

Twitter is the best way to publicize and advertise your blog or site and to stay in touch with followers. We already showed you how to display your latest tweet on your blog, in your sidebar for example. Another good way to introduce readers to your Twitter updates is to create a dedicated page for displaying your tweets, using the powerful “Page template” WordPress option. To perform this hack, you need to know how to create and use page templates. If you’re not familiar with this, this article will tell you all you need to know. Here’s the code to create a Twitter page template. Paste it in a new file, name the file something like twitter-page.php , for example, and then add it to your blog. view source print ? 01 02 03 /* 04 Template Name: Twitter page 05 */ 06 07 get_header(); 08 09 include_once (ABSPATH.WPINC. '/rss.php' ); 10 wp_rss( ' http://twitter.com/statuses/user_timeline/15985955.rss ' , 20); 11 12 get_sidebar(); 13 get_footer(); 14 ?> This c...

Hack-It - Modify the way windows are on your system.

Hack-It is a window manipulation program. It allows you to control any window on your system in several different ways not normally available to you through the standard Windows user interface. The major functions you can perform on windows are: making a window visible or hidden, causing a window to stay on top of others or not stay on top of others, adding an icon to the system tray for a window, and having that window minimize to the tray, adjusting the transparency of a window, manipulating process priorities to give a window's process more CPU time, standard window functions such as restoring, minimizing, maximizing, and closing, and forcibly terminating a process. Download Now (488.82K) or Smart Install Tested spyware free

10 awesome hidden features of Facebook

Image
Facebook hacks or mods to reveal hidden features. We share 10 awesome hidden facebook features that usually are there right on our social networking page but we ignore them. Facebook that we'd share with you. 1. See people's limited profile without adding as a friend Suppose you wanna add someone in your Facebook friends but you can't view his/her profile. What you gotta do is send a message like  hello to the one who's profile you want to see. When that person replies you can easily view his/her Facebook profile without having him/her to add you as a friend. 2. Recover hidden Facebook friends Often it occurs that that you remove your noisy Facebook friends, only to realize later that you need him/her badly. Well, don't you need to worry, if you know where to look for. In case you've no ideas just follow as I say To get the list of your hidden page go to the Home page then scroll your browser all the way to the bottom. Look for link Edit Options and Cl...

Some Facebook hacks to ease you

Image
Facebook is the hottest property going around everywhere. We worked a few tricks and hacks to ease you in accessing the best social network site and connect to your friends faster. The hack are based on Firefox web browser which you can get easily from here . You also need to install Greasemonkey a famous firefox plugin for the hacks to work. Automated Login : If you feel lazy to type in your personal info every time, this might be the tool that you can looking for. By installing this you can save up your time & you will be logged in to your account/profile automatically! Account/Profile Colour customization : Feel free to customize the colour that you like & add it to your account/profile.

The Top ten hacking techniques of 2009

Hackers are always on the go to crack the internet and find new hacking techniques an hacks. So here we have compiled a list of the best 10 hacks from 2009 that we felt are worth knowing by the internet techies around the world. . Top Ten Web Hacking Techniques of 2009! 1. Creating a rogue CA certificate Alexander Sotirov, Marc Stevens, Jacob Appelbaum, Arjen Lenstra, David Molnar, Dag Arne Osvik, Benne de Weger 2. HTTP Parameter Pollution (HPP) Luca Carettoni, Stefano diPaola 3. Flickr's API Signature Forgery Vulnerability (MD5 extension attack) Thai Duong and Juliano Rizzo 4. Cross-domain search timing Chris Evans 5. Slowloris HTTP DoS Robert Hansen, (additional credit for earlier discovery to Adrian Ilarion Ciobanu & Ivan Ristic - “Programming Model Attacks” section of Apache Security for describing the attack, but did not produce a tool) 6. Microsoft IIS 0-Day Vulnerability Parsing Files (semi‐colon bug) Soroush Dalili 7. Exploiting unexploitable XSS Stephen...