TECH TIPS Headline Animator

Wednesday, May 25, 2011

Use your Pen Drive as RAM | Increase PC speed

So the basic idea is to use your Pendrive as a virtual memory. After doing this setting if your computer’s internal
RAM is full then your computer will use the memory available in pendrive to store the data as RAM.
But please note that as the Input Output speed of your port connecting Pendrive might not be as fast as the RAM’s
port your computer might respond a little slow if the RAM is full and it uses your pendrive as RAM. But it’s better to
keep your computer running using pendrive as Ram rather than closing programs due to lack of RAM space.

use pendrive as ram


STEPS

First of all connect your pendrive to your computer.

Now:
1> Right click on your “My Computer” and click on “Properties”.
2> Now click on “Advanced”and then click on “Performance”.
3> Now click on “Advanced” and click on the “Change” button below virtual memory.
4> Now select your Pendrive below and choose the option “Custom size”.
5> As your last step view the memory available in your pendrive and write it down
in the “Initial size” and “Maximum size” filed. and click on “OK”.

So now you are done.
Now your pendrive will be used as your RAM.



Another Way is to use Eboostr Software


Eboostr Use pendrive as Ram

 

eBoostr allows you to get more performance from your computer by using the resources it has more efficiently. Using USB flash memory to create a buffer, eBoostr pre-caches the data from the applications of your choice. This reduces the load times of these applications and can even be used to speed up the boot time of your computer! eBoostr gives you the benefits of more RAM without the inconvenience.



eBoostr supports the use of up to 4 USB devices simultaneously. Improving computer speed is as easy plugging in another USB key. eBoostr allows up to 4GB per device to be used in the creation of a memory buffer, giving you as much of a performance boost as you need.


 

Use pendrive as RAM

Tuesday, May 24, 2011

C program to enable and disable USB Port

C programming language is very powerful , It also has abilities to play with Registry and so in this post I will show how you can disable and enable the USB port. By blocking the USB port can be controlled if the user to access the machine or not.

C program to Enable and disable USB Port


This is a very small and easy to code, once the block usb program run, the computer does not recognize any USB drive is inserted, but we can reverse the release of the USB port.



This program tested on XP, but not sure about Vista and Windows 7. You can try this program on your own computer, as I have the unlock code also.

Logic of the program


The logic of the program is simple. The 'C' source file  writes the DWORD value of 4 (100 in binary) in the registry settings at "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Start" to 'lock' the USB ports.



Similarly, in the inverse process, the 'C' source file writes the DWORD value of 3 (011 in binary) in the registry settings at "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Start" to 'unlock' the USB ports.

 

CODE To disable usb port

[sourcecode language=C]
#include
void main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");
}
[/sourcecode]

CODE To enable usb port


[sourcecode language=C]
#include
void main()
{
system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 3 \/f");
}
[/sourcecode]
Download C program to Enable and Disable USB

Bluetooth History | How the name Bluetooth Came

What is Bluetooth?


 

Bluetooth is a proprietary open wireless technology standard for exchanging data over short distances (using short wavelength radio transmissions) from fixed and mobile devices, creating personal area networks (PANs) with high levels of security. Created by telecoms vendorEricsson in 1994, it was originally conceived as a wireless alternative to RS-232 data cables. It can connect several devices, overcoming problems of synchronization.

Bluetooth is managed by the Bluetooth Special Interest Group, which has more than 14,000 member companies in the areas of telecommunication, computing, networking, and consumer electronics.

 

How the name Bluetooth Came


 

The developers of this wireless technology first used the name "Bluetooth" as a code name, but as time past, the name stuck.

The word "Bluetooth" is taken from the 10th century Danish King Harald Bluetooth. King Bluetooth had been influential in uniting Scandinavian Europe during an era when the region was torn apart by wars and feuding clans.

The founders of the Bluetooth SIG felt the name was fitting because:

1) Bluetooth technology was first developed in Scandinavia, and

2) Bluetooth technology is able to unite differing industries such as the cell phone, computing, and automotive markets. Bluetooth wireless technology simplifies and combines multiple forms of wireless communication into a single, secure, low-power, low-cost, globally available radio frequency.

 

Bluetooth Technology Over the Years


1998 - Bluetooth technology is officially introduced and the Bluetooth SIG is formed. Bluetooth technology's intended basic purpose is to be a wire replacement technology in order to rapidly transfer voice and data.

1999 - Bluetooth 1.0 Specification is introduced.

2003 - The Bluetooth SIG overhauls the Bluetooth Core Specification with the announcement of Version 2.1.

2004 - Bluetooth Version 2.0 + EDR (Enhanced Data Rate) is introduced.

2005 - Devices using Version 2.0 + EDR begin to hit the market in late 2005.

2007 - Bluetooth Core Specification Version 2.1 + EDR is adopted by the Bluetooth SIG.

2009 - Bluetooth Core Specification Version 3.0 + HS (High Speed) is adopted by the Bluetooth SIG.




 

The Bluetooth Logo


Blutooth logo


 

 

A Scandinavian firm originally designed the logo at the time the SIG was formally introduced to the public. Keeping to the same origin as the Bluetooth name, the logo unites the Runic alphabetic characters "H", which looks similar to an asterisk, and a "B", which are the initials for Harald Bluetooth. If you look close enough you can see both embodied in the logo.






Monday, May 23, 2011

JHTML | Java Within HyperText Markup Language

JHTML stands for Java HTML. This is a page authoring system developed at Art Technology Group (ATG). Files with extension ". JHTML" file extension contain standard HTML tags, in addition to the property tags that reference Java objects running on a particular server configuration for handling requests for such pages.

 

JHTML WORKING


 

When making a request for a page  in JHTML, for example, "index.jhtml", the request for this page is sent from the HTTP server to another system running a Java application server. JHTML page is compiled for the first time in a java file. And then a Java class file .. The application server runs the code in the class file. As a servlet whose sole function is to issue a standard HTTP data stream back into HTML and HTTP server and the back of the client software (web browser, usually) that originally requested the document. The main benefit of this system is that the logic is running on Java application server to generate HTML code dynamically. Often you query a database to collect specific data needed on the page.





 
The system is derived from earlier forms of CGI programming that allows a program running on a Web server to dynamically generate HTML. With JHTML, you can create standard HTML and just insert some additional tags that represent pieces of data from the HTML page that uses Java to create. JHTML is a proprietary technology from ATG. Sun Microsystems license parts of this technology and developed the JSP in the build system ATG site.





Saturday, May 21, 2011

What is FBML? | Introduction to Facebook's FBML

 

FBML stands Facebook Markup Language. FBML gives you  the ability to add newsletter subscription forms, downloading e-books, and other HTML-based elements. Seems so easy to collect. Of course he should be familiar with HTML. It is a great solution to a complicated problem, and remains useful.

 

Fbml logo

It's like HTML, but allows you to include online social content in its profit margin. Facebook is the version of HTML, the language that web pages are written in. For the most part, knowledge of HTML is all that is needed to use the functionality of the static FBML application.

It is a modified version of HTML with some discarded and other features, the specific attributes of Facebook said. Some CSS attributes are removed for safety reasons, and has a unique set of tags will have to learn to create applications properly. It is not a "native language" is a set of HTML tags added to make it easier to write social applications. With it, I can show or hide page elements depending on whether two users are friends - is a simple tag that Facebook takes care of her. It's amazing, it's so great to have YouTube videos on your Facebook page. I've been doing a lot of research recently.

It is an evolved subset of HTML with some elements removed and others added that are specific to Facebook. You set the FBML for a profile box profile.setFBML calling through the API. It is a scripting language that allows these applications as underlying the Facebook platform. So if you know HTML, FBML is not too far.

Is where the new version of the Facebook platform gets interesting and begins to separate from other widget platforms easy. It is very good, and for some parts of your application that you want to use it, but the fact can not debug it makes life very difficult. If you can get all the code working with iframes in the first place, then it will be relatively easy to change some parts when the time comes. It is a way for computer programmers to develop web applications and advanced within a fan page. This is what you will use to display the custom landing page.

It is an entirely new language. It allows you to use regular HTML tags so it is extremely flexible for the programmer to build the application or function. Is a superset of HTML and announcements on the characteristics of HTML, basically allowing you to easily add specifics Facebook. The example application is very simple, but gives a quick look at it, which gives an idea of ​​what to do and how. Only used in boxes and Facebook profile pages-rendered canvas - developers can use iframe canvas pages or sites that are not Facebook and applications. Almost everything else on the client side to a Facebook application is HTML, CSS, etc.

It's like HTML with certain restrictions and adds features of Facebook. The topic is included in the module, but has to be moved to a folder of topics. He called again through a canvas page. For a high-level technical specification for FBML, provisions have been made. Is another variant of XML, a patented Facebook tags pass information from one database to the Facebook interface.


FOR MORE CLICK HERE

Friday, May 20, 2011

How Google Works | Google Working Infographic

How Google Works | Google Working Infographic


every search query you do is automatically part of an experiment, control group, or other tool designed to make search results more accurate? All that and much much much more is included in this time-suckingly fantastic infographic from PPC Blog.


Click to view in full size

[caption id="attachment_486" align="aligncenter" width="590" caption="how-google-works infographic"]how-google-works infographic[/caption]

 

How does Google Translate works?

WHAT IS GOOGLE TRANSLATE


Google Translate is a free statistical machine translation service provided by Google Inc. to translate a section of text, document or webpage, into another language.

The service was introduced in April 28, 2006 for the Arabic language. Prior to October 2007, for languages other than Arabic, Chinese and Russian, Google used a SYSTRAN based translator which is used by other translation services such as Babel Fish, AOL, and Yahoo.

HOW GOOGLE TRANSLATE  WORKS


How Google Translate Works


Google uploaded a video that explains how Google's machine translation service works. It's fascinating to see how much Google Translate has improved in the past 4 years and how many Google services use it.





Here's the full text of the video:


"Google Translate is a free tool that enables you to translate sentences, documents and even whole websites instantly. But how exactly does it work? While it may seem like we have a room full of bilingual elves working for us, in fact all of our translations come from computers. These computers use a process called 'statistical machine translation' -- which is just a fancy way to say that our computers generate translations based on patterns found in large amounts of text.

But let's take a step back. If you want to teach someone a new language you might start by teaching them vocabulary words and grammatical rules that explain how to construct sentences. A computer can learn foreign language the same way - by referring to vocabulary and a set of rules. But languages are complicated and, as any language learner can tell you, there are exceptions to almost any rule. When you try to capture all of these exceptions, and exceptions to the exceptions, in a computer program, the translation quality begins to break down. Google Translate takes a different approach.

Instead of trying to teach our computers all the rules of a language, we let our computers discover the rules for themselves. They do this by analyzing millions and millions of documents that have already been translated by human translators. These translated texts come from books, organizations like the UN and websites from all around the world. Our computers scan these texts looking for statistically significant patterns -- that is to say, patterns between the translation and the original text that are unlikely to occur by chance. Once the computer finds a pattern, it can use this pattern to translate similar texts in the future. When you repeat this process billions of times you end up with billions of patterns and one very smart computer program. For some languages however we have fewer translated documents available and therefore fewer patterns that our software has detected. This is why our translation quality will vary by language and language pair. We know our translations aren't always perfect but by constantly providing new translated texts we can make our computers smarter and our translations better. So next time you translate a sentence or webpage with Google Translate, think about those millions of documents and billions of patterns that ultimately led to your translation - and all of it happening in the blink of an eye."



Create 3D Flying text effect with Jquery

Jquery logo

It's just a matter of time before some creates a jQuery plug-in similar to Flash Papervision. Until then, the 3D experiments jQuery continue. Here is a tutorial that shows you how to make 3D text fly in jQuery.

Build a jQuery component that takes the text from a <ul> and make it fly towards the screen at random intervals.  The affect will look something like traveling through space, or a title sequence for some cheesy space flick.

 

DEMO  BELOW






THE CODE IS HERE
[sourcecode language=javascript]
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



3D Flying Text












[/sourcecode]
Black Download Button

Thursday, May 19, 2011

Online Programming languages compiler | Online IDE

Ideone is something more than a pastebin; it's an online compiler and debugging tool which allows
to compile and run code online in more than 40 programming languages.

Choose a programming language, enter your source code and input data into text boxes. Then check or uncheck run code(whether to execute your program) and private (whether not to list your code in the recent codes page) checkboxes, click the submit button and watch your snippet being executed.

So dont worry even you dont have a compiler on your computer , Just internet is  required

Click here to visit or view it below.

 




Gmail keyboard shortcuts | Gmail Tips and Tricks

Gmail keyboard shortcuts are a great way to increase computing performance. These small shortcuts in Gmail can be a real boost productivity and help avoid having to move your hand from keyboard to mouse with frequency.

Gmail logo



Enable Gmail Keyboard Shortcuts



Before these shortcuts you can use to make sure that the keyboard shortcuts Gmail settings set to "on" in the Gmail settings, as shown here:


Go to Settings at the top right corner:

enable-gmail-keyboard-shortcut

Gmail General Shortcuts



  • c – Open a new message.

  • <Shift> + c – Open a new message in a new window.

  • / — Move cursor to the entry box for Search Mail.

  • z – Undo previous action. Mainly used when typing and works as an “undelete”.

  • Esc – Remove the cursor from a search box or any input field.


Gmail Navigation Shortcuts


All letters in thekeystroke combinations are shown in lower case but are not case sensitive. An example: “g then i” means press the “g” key then the “i” key, one right after the other.

  • g then i –  Open the Inbox.

  • g then s –  Open Starred.

  • g then t –  Open Sent Mail.

  • g then d –   Open Drafts.

  • g then a –  Open All Mail.

  • g then c –  Open Contacts.

  • g then k –  Open Tasks.


Gmail Selection and Management Shortcuts


These combinations of keystrokes are used within a specific view such as Inbox or All Mail to assist with quickly managing messages and conversations.

  • * then a –    Select all conversations.

  • * then n –    Deselect all conversations.

  • * then r –    Select only read conversations.

  • * then u –    Select only unread conversations.

  • * then s –    Select only starred conversations.

  • * then t –    Select only unstarred conversations.

  • x — Select a specific conversation; puts a check in checkbox; works as a toggle.

  • s – Stars a specific conversation; works as a toggle.

  • . – Open the More Actions dropdown list; works as a toggle.

  • e — Archive a conversation from current View into the All Mail View.

  • l – Open the Labels dropdown list to allow you to apply a label to a conversation.

  • # — Move the selected conversation to the Trash.

  • <Shift> + i — Mark selected conversations as read.

  • <Shift> + u – Mark selected conversations as unread.


Gmail Message Navigation Shortcuts


These Gmail keyboard shortcuts are used for navigating within conversations lists or views. The small black arrow at the left of the conversation list indicates the current conversation focus.

  • u – Return to conversation list (View) from current conversation.

  • k – Move to newer conversation; location indicated by black arrow on left.

  • j – Move to older conversation; location indicated by black arrow on left.

  • <Enter> or o –    Open selected conversation; black arrow indicates selection.

  • <Shift> + <Enter> or <Shift> + o — Open a conversation in a new window; black arrow indicates selection.

  • p — Read previous message within a conversation.

  • n — Read next message within a conversation.

  • r – Reply to sender when a conversation is open.

  • <Shift> + r — Open the reply in a new window.

  • a — Reply to all when a conversation is open.

  • <Shift> + a — Open the reply to all in a new window.

  • f — Forward current conversation when a conversation is open.

  • <Shift> + f — Open the forward current conversation in a new window.

  • <Ctrl> + s — Save a new or edited conversation as a draft. Cursor must be in a text field.

  • [ -- Archive the current conversation and move to the previous one.

  • ] – Archive the current conversation and move to the next one.


 




 




 

 




 








Wednesday, May 18, 2011

Nice Facebook Song lyrics and Video



I wouldn’t call myself a social butterfly

And there’s not much that separates me from the other guy

But when I login I begin to live

There’s an online world where I am king

Of a little website dedicated to me

With pictures of me and a list of my friends

And an unofficial record of the groups that I’m in.

 

Before the internet friendship was so tough



You actually had to be in peoples presence and stuff

Who wouldve thought that with a point and a click





 

I could know that Hope Floats is your favorite flick (harry connick jr.?)

Facebook (Facebook)



I’m Hooked on Facebook

I used to meet girls hangin out at the mall, now I just wait for them to write on my wall.

(Its more than a want, it’s more than a need; I’d schrivel up and die without my minifeed)





 

Take a look. (Youre Hooked) on facebook.

Oh Link’s status changed. it says he’s playing the recorder…

How do you know this person?



Did you hook up with this person?

Do you need to request confirmation?





 

Or did you just think they looked cute… from their picture on facebook?

If the internet crashed all across the land



Or my facebook account was deleted by the man

I’d carry around a picture of my face





 

And a summary of me typed out on a pageeeeeee…..

Top IT industries in India


Despite the global economic slowdown, the software industry in India is to maintain its growth rate of the top 10 IT companies in India to head for more software and services exports. According to the latest National Association of Software and Services Companies (NASSCOM), the top 10 IT companies in India are as follows.



TCS – Tata Consultancy Services


TATA Consultancy Services Logo Top 10 IT Companies in India

TCS was founded in 1968 and is one among the top 10 IT Companies India and it has the highest staff strength of 111,000 employees.  It first started as the Tata Computer Center and acquired its present form after realizing the huge potential of the IT services.




Wipro


wipro Logo Top 10 IT Companies in India


It was a hydrogenated cooking fat company basically and now has IT, BPO and R&D services which has its centers in about 50 countries.  Started by Premji Wipro not only ranks prominently among the top 10 IT companies India, but is also ranked highly among the top 10 global outsourcing providers.




Infosys


Infosys logo Top 10 IT Companies in India


Infosys Technologies Ltd. started in the year 1981 and has today become a global brand.  In addition to being ranked among the top 10 IT Companies in India, Infosys was also named by Forbes magazine as one among the Global High Performers.




Satyam Computer Services


Satyam Computer Services logo Top 10 IT Companies in India


This IT Company was established in 1987 and is known among the top 10 IT companies Indiafor its entrepreneurship and its extensive focus on the customer and keen pursuit of excellence.




HCL Technologies


hcl logo Top 10 IT Companies in India

It is among the top 10 IT companies India as it is an original IT garage start up founded in the year 1976.  It has professionals from diverse nationalities and has its presence in about 18 countries.




Tech Mahindra


SATYAM tech MAHINDRA logo Top 10 IT Companies in India


This company was incorporated in the year 1986 and focused on the communication industry acting as a global systems integrator.  It has worked with international multilateral agencies, the government as well as the corporate sector.




Patni Computer Systems


Patni Logo Top 10 IT Companies in India


It is ranked among the top 10 IT companies India as they are the leading providers of business solutions and information technology related services to clients from Europe, America and in the Asia-Pacific regions.




i-flex Solutions



I flex Solutions logo Top 10 IT Companies in India


This is a division of Citicorp (Citigroup) which provides overseas software solutions and posted a top-line growth from the year 2008.




MphasiS Limited


MphasiS an HP company logo Top 10 IT Companies in India


This was started in 2000 and is a merger of the MphasiS Corporation which is a US based IT consulting company and BFL Software Limited which is an Indian IT services company.




L&T Infotech


lt logo Top 10 IT Companies in India


L&T Infotech is ranked among the top 10 IT companies India and is a subsidiary of Larsen & Toubro which is an engineering manufacturing company with a worldwide presence.



Tuesday, May 17, 2011

Twitter keyboard shortcuts for more tweeting

Twitter Ninja

 

 

Twitter updated their direct access to navigation functions, again, very similar to Gmail / Google Reader shortcuts (eg, g to go, then the first letter of the place you want to go). We have updated the image of support  and have added the new shortcuts (see below).

 

 

[caption id="attachment_446" align="aligncenter" width="548" caption="new-twitter-shortcuts"]new-twitter-shortcuts[/caption]

 

 

Navigation

  • j/k to move between the next and previous tweets

  • Enter to drill down into or close a selected tweet

  • space to page down

  • Shift+space to page up

  • / to jump to the search box

  • . to refresh and jump back to the top


Navigating Timelines

  • g then h to go home

  • g then r to go to your replies/mentions

  • g then p to go to your profile

  • g then f to go to your favorites

  • g then m to go to your direct messages

  • g then u then search to view any user's timeline


Actions for Individual Tweets

  • f to favorite a tweet

  • r to reply to a tweet

  • t to retweet

  • m to send a direct message

  • n to compose a new tweet

  • Escape to cancel a compose window, dismiss the help window




 

Play Angry Birds online game here

The survival of angry birds is at stake. Revenge of the plate in green pigs stole the eggs. Use the unique powers of the Birds destructive angry to lay waste to pigs fortified castles.



Angry Bird features hours of gameplay, challenging the demolition of the castle based on physics, and lots of replayability. Each of the 120 levels require logic, skill and brute force to crush the enemy.

[caption id="" align="aligncenter" width="600" caption="Angry birds game logo"]Angry birds game logo[/caption]

Google Aarti | Google iGod | Om Jai Google hare!

[caption id="attachment_427" align="aligncenter" width="613" caption="google aarti | Google iGod"]google aarti | Google iGod[/caption]

Om Jai Google Hare !!
Swami Om Jai Google hare
Programmer’s ke sankat, Developers ke Sankat,
Click main door kare!!
Om Jai Google Hare !!


Jo Dhyawe vo pawe,
dukh bin se man ka, Swami dukh bin se man ka,
Homepage ki sampatti lawe, Homework ki sampatti karave
kasht mite work ka,
Swami Om Jai Google hare!!


Tum puran seach engine
Tum hi internet yaami, Swami Tum hi internet yaami
Par karo hamari Salari, Par karo hamari apprisal,
Tum dunia ke swami,
Swami Om Jai Google hare.


Tum information ke saagar,
Tum palan karta, swami Tum palan karta,
Main moorakh khalkamii, Main Searcher tum Server-ami
Tum karta dhartaa !!
Swami Om Jai Google hare!!


Din bandhu dukh harta,
tum rakshak mere, Swami tum thakur mere,
Apni search dikhaao, sare reasearch karao
Site par khada mein tere,
Swami Om Jai Google hare!!


Google devta ki aarti jo koi programmer gaawe,
Swami jo koi bhi programmer gaawe,
Kehet SUN swami, MS hari har swami,
Manwaanchhit fal paawe.
Swami Om Jai Google hare.


 

Monday, May 16, 2011

Best themes for mozilla firefox browser

We will rock your Firefox browser with wonderful themes, elegant and beautiful. Firefox has become the most popular browser in a very short time. Most professionals are using Mozilla Firefox, Firefox has certainly provided with highly strong and powerful and attractive accessories for use with the installed version. Here are some popular items have been collected in one place for your convenience.

Mozilla firefox best themes


 



Bloomind FT SleekDark 1.3.5
by bloomind


Bloomind FT SleekDark 1.3.5


firefox free themes, free themes, mozilla firefox themes

 

 

Noia 4 1.1.7


by aris-t2


 

Noia 4 1.1.7


firefox free themes, free themes, mozilla firefox themes

 

 

Metal + glass 0.6.1


by masterX244


 

Metal + glass 0.6.1

 

firefox free themes, free themes, mozilla firefox themes

 

 

Utopia FFSE White 4.0.2


by Alexander Brandl


Utopia FFSE White 4.0.2

 

firefox free themes, free themes, mozilla firefox themes

Bloomind FT GraphiteGlow 1.3.1


by bloomind


bloomindFt graphiteGlow firefox theme


 

firefox free themes, free themes, mozilla firefox themes

 

yogurttree 2.0.0


by Charles Chen


yogurttree 2.0.0 firefox theme


 

firefox free themes, free themes, mozilla firefox themes

 

Bloomind FT PureWhite 2 1.3.2


by bloomind


Blue mind pure white firefox theme

 

firefox free themes, free themes, mozilla firefox themes

 

Red Cats (blue flavor) 5.5.0


by Red_Fat_Lazy_Cat


Red cats firefox theme

 

firefox free themes, free themes, mozilla firefox themes

 

Pink-bee 2.7.3


by Loic Raynard


Pink bee firefox theme


 

firefox free themes, free themes, mozilla firefox themes

 

LavaFox V1 1.3.2


by Zigboom


Lava fox firefox theme

 

firefox free themes, free themes, mozilla firefox themes

 

Dark Orange Fox 4.0.29.03.11


by Jivko Evgeniev


Dark orange firefox theme


firefox free themes, free themes, mozilla firefox themes

 


Twitter Delicious Facebook Digg Stumbleupon Favorites More