(rel="nofollow") on hyperlinks will not improve your website rank | Guide to write a good report | Convert int to string - C# source code | Send email with attachment c# source code | WordPress 2 visual editor disappear... gone... | Robots invade Korean schools - videos galore | webOS hacker gets Doom to play on the Palm Pre | Radiohead - House of Cards video gets the DIY treatment | Arise Sir Capt. Jean-Luc Picard! | Online video: Surprised Kitten pwns Michael Jackson

(rel=”nofollow”) on hyperlinks will not improve your website rank

Posted by Jayceooi
(rel=”nofollow”) on hyperlinks will not improve your website rank? Is this true? Yes. It will not improve your website ranking as search engine will ignore it when it find (rel=”nofollow”) on hyperlinks.Therefore, do not bother to leave comment at blog which have this (rel=”nofollow”) on their hyperlinks.
I did that a lot before I read this post. Related topics:
DoFollow added� NoFollow removed� =)[...]
Continue Reading

Guide to write a good report

Posted by Jayceooi
This is what I write in my report summary for ORT.Successful developed and deployed Fast Track feature on ORT6. No issue reported after several releases using Fast Track. Solved ORT5 unknown error when try to create configsheet for release issue and ORT6 cannot find relnote.txt and failed to lock folder and save email. Troubleshoot on going on ORT6 on some release number change to 6xx issue, cannot download release note at ORT6 issue and test coverage report cannot be opened issue at ORT6 issue. Change Malaysia-WNG release server to new IP 172.21.193.220 at TestRelease-MThis is what my manager write for me when compiling the reportSuccessfully developed and deployed Fast Track feature on ORT[...]
Continue Reading

Convert int to string – C# source code

Posted by Jayceooi
Hope this will help. int i = 10;
TextBox1.Text = Convert.ToString( i );Related topics:
Convert string to boolean – C# source code[...]
Continue Reading

Send email with attachment c# source code

Posted by Jayceooi
Below is the source code that will send email with attachment. using System.Net.Mail;MailMessage oMsg = new MailMessage();
oMsg.From = new MailAddress(“Email”, “Name”);
oMsg.To.Add(new MailAddress(“Email”,”Name”));
oMsg.Subject = “subject”;
oMsg.Body = “Mail contain”;
Attachment data = new Attachment(“File1″);
oMsg.Attachments.Add(data);
SmtpClient c = new SmtpClient(“SMTP”);
c.Send(oMsg);
oMsg.Dispose();I have been facing problem with cannot delete my attachment from source. After troubleshooting, I found out that I forgot to put oMsg.Dispose(). Make sure you do so. Related topics:
Email chine[...]
Continue Reading

WordPress 2 visual editor disappear… gone…

Posted by Jayceooi
Do you ever face that your WordPress 2 visual editor gone in front of you? It just gone without any reason. It make my life hard because I have to use the HTML / code style to write a post. I searched for solution at Google. No hope at WordPress official support. Luckily, I found one. And it fix my case.Just login to administration page. Select Users. Then select Your Profile tab. Click on ‘Use the visual editor when writing’ under Personal Options.This should do the trick. You can also enable advanced toolbar with extra features. If this cannot help, then you need to use another method.
Related topics:
Get advanced toolbar from WordPress 2[...]
Continue Reading

Robots invade Korean schools – videos galore

Posted by Wirefresh
We suspect that many UK small children would run screaming if one of these weird things came charging into their classroom, but after looking at these videos, it seems that...[...]
Continue Reading

webOS hacker gets Doom to play on the Palm Pre

Posted by Wirefresh
With its� latest firmware update to webOS 1.3.5, Palm included a software library called SDL (or Simple Directmedia Layer) which grants low level hardware access to developers – which is...[...]
Continue Reading

Radiohead – House of Cards video gets the DIY treatment

Posted by Wirefresh
We’re big fans of Radiohead, and we loved the disturbing yet beautiful video to ‘House of Cards’ when it came out last year. The video was created using cutting edge...[...]
Continue Reading

Arise Sir Capt. Jean-Luc Picard!

Posted by Wirefresh
He’s an incredibly versatile actor who has mastered the Shakespearian classics and played a vast array of roles on stage and screen, but the 69-year-old Yorkshire actor Patrick Stewart is...[...]
Continue Reading

Online video: Surprised Kitten pwns Michael Jackson

Posted by Wirefresh
We’ve already published YouTube’s list of their most watched videos of 2009, but social bookmarking site AddThis has chipped in with their own list of their most-shared articles from sites...[...]
Continue Reading

No comments:

Post a Comment