Rss Feed
Tweeter button
Facebook button
Technorati button
Reddit button
Myspace button
Linkedin button
Webonews button
Delicious button
Digg button
Flickr button
Stumbleupon button
Newsvine button
Youtube button


Reply to Facebook Comments by Email

Posted by: admin  /  Category: Facebook

Facebook is most used and popular social community where people make friends and comment on their walls. Till today, users were only able to get email alerts for comments posted on their walls and for this people have to be login in their Facebook accounts BUT now facebook has introduced their new feature to reply to facebook comments.

This is a Good feature introduced by Facebook which will be beneficial for facebook and users both. It will be easier to make reply to facebook comments via email for users and this is surely reduce the bandwidth of facebook.

Applying fonts, fonts size and fonts colors to text

Posted by: admin  /  Category: HTML tutorials, Working with Text
The <font> tag specifies the font to be applied to text. When a user browses a webpage, the text is displayed using fonts available on the user’s computer. If fonts specified in a webpage are not available on the user’s computer, the default font of the browser will be used. Therefore, instead of specifying a single font, a set of fonts is usually specified. Thus, if the first specified font is not available on the user’s computer, then second font will be used.

When a set of font is specified, if should consist of similar fonts so that if one font is missing, the page formatting is not much disturbed.

  • To specify the font for a piece of text, type an opening < font > tag and add face attribute to it and enter multiple fonts separated by a comma in it. Add text within the opening and closing tags of the font. Your code should look like this:
<html>

<head>

<title>Welcome to HTML tutorials, presented by www.webJoogler.com</title>

</head>

<body text=”black”>

<p align =”left”><font face=”Arial, Helvetica, sans-serif”> www.Webjoogler.com</p>

</html>

The output of the above code will be

  • To specify font colors attribute in a < font > tag and set it equal to the desired color value, type

<html>

<head>

<title>Welcome to HTML tutorials, presented by www.webJoogler.com</title>

</head>

<body text=”black”>

<font color = “#0000FF”>www.WebJoogler.com</font><br>

</html>

The output of the code will be

We can use the predefined color names instead of hexadecimal numbers too. The code will be

<html>

<head>

<title>Welcome to HTML tutorials, presented by www.webJoogler.com</title>

</head>

<body text=”black”>

<font color = “blue”>www.WebJoogler.com</font><br>

</html>

And the output will remain the same.

Keep this thing in mind that we can use multiple attributes within the same tag. For example,

<font color = “blue” size = “1″>www.WebJoogler.com</font>.

PTA SIM information system, Check your SIMS online

Posted by: admin  /  Category: IT news

Pakistan Telecommunication Authority (PTA) has developed a SIM (Subscriber Identity Module) information system to address associated risks on security and to ensure subscription regulations in cellular sector.



The objective of the project is to provide a consumer-based facility to mobile subscribers in Pakistan by which they would be able to find out the total number of SIM(s) registered against their respective CNIC number with each mobile operator.

http://www.pta.gov.pk/668/index.html


Possibly related posts: (automatically generated)

Spam emails from a fake facebook email ID

Posted by: admin  /  Category: Facebook

Today some hours ago, when I logged into my email account and opened the JUNK folder, I was surprised to see emails from facebook having title “Offer pack 69$ + Percocet,Adderall!!!‏“, the first thing which came into my mind was, “Why Facebook emails are in junk folder? ” and the other thing was that I thought to check the sender’s email ID, aahh it was another spam email from “notification@facebookmail.com“.

I received another spam email from a myspace ID having same title and content in it.

I wonder why facebook and myspace ain’t taking any action against such domain names? Do you have any answer of it ?

Which extension is better? A .com, .org, .net or .biz?

Posted by: admin  /  Category: Domains & websites

Hello,

These days we have millions of website over the internet, you might have noticed that many of them have .com extension. Well, the question is “WHICH EXTENSION IS BETTER?”, personally I’d go for a .COM extension, in fact you will prefer to go for it too. Now the other question which pops up is why people go for .com extension?

The answer is very simple, A domain with .com extension is easy to remember, you might have noticed that when you write the domain name without the extension in your browser and hit ctrl+enter , you are redirected to the entered domain name with a .com extension. Suppose, if you type webjoogler and then press ctrl+enter, you will be redirected to WebJoogler.com instead of webjoogler.net or webjoogler.info. Well the benefit of having a domain name with .com extension is that if a user forgets the extension of your website URL and only knows the name without the extension, the user will only type the name and hit CTRL + ENTER and will be then redirected to your website. This is it, if you have a .com domain then you ain’t gonna loose your traffic.

Windows XP Captcha (Captcha generated by Virus/BOTNET) – Windows, Viruses

Posted by: admin  /  Category: Microsoft

One of my relatives was facing a problem related to windows CAPTCHA . He says,

“Every 5 minutes my XP machine asks me for captcha and counts down to shutdown, but even if I write the word down wrong it lets me keep doing my work. Is it a virus, should I be worried?”

I tried a lot to sort out the problem, at last I found the solution on Yahoo answers, One of the Yahoo answers users posed this reply,

“It sounds like a virus to me, do you have a decent antivirus software running. IF not download AVG, its free and works very well.

Also from a run command type

MSconfig

go to the startup tab

from here you can disable any programs from starting when you start the computer. I am sure on of the programs listed is the problem. Start with removing everything, then add them back one at a time until you find the one that was causing you problems. Look for programs in all caps first, there should not be any program that is is all CAPS.

Good luck”

When I performed the above steps, I successfully solved the problem. If you are facing this problem too, I recommend you to do the above steps.