Ready for a website? Got a niche? Get your URL!
Register a Domain
The place to register your web address.
Host a Domain
The place to put all of your web files.
Affiliate Links
Ready for a website? Got a niche? Get your URL!
The place to register your web address.
The place to put all of your web files.
Affiliate Links
I am sharing this Google pagerank checker because until about 4 or 5 months ago, I didn’t really understand the whole Google pagerank numbering system.
I thought if you had a page rank of 1, that meant you were number 1! However, that isn’t how it works. If you have a pagerank of 1, that’s 1 out of 10! Being 1 out of 10 isn’t as exciting as being number one right?
Use this nifty tool to see what your business or personal website’s Google pagerank is.
| Check Page Rank of any web site pages instantly: |
| This free page rank checking tool is powered by Page Rank Checker service |
That’s my number! -> Kinda puny, but it’s only a place to start.
It just means we have some work to do.
Wired Magazine Exclusive: How Google’s Algorithm Rules the Web really gives you some good info on how the whole Google Algorithm/Ranking system works.
So, last night I was checking out Mr. Tweet & I got this error:

LOL! I was so entertained by it, I wasn’t even annoyed that it didn’t load my page right away! (It fixed itself soon after.) But HAD to share!
full view on twitpic: http://www.twitpic.com/13rgt4
In class, we were assigned to find an image editor for a website project, and if we couldn’t find one then we are to use Microsoft paint. (Ew.)
Well, I already had two websites lunapic and picnik I previously posted about that are online photo editors where you could do all kinds of nifty edits and special effects.
I decided to look up other free online/no download editors and I found two more fun sites for profile pics and what not.
Photo Trix aren’t just for kids.
Even grownups can have fun with these photo special effects.
These could be fun for
Just thought I’d share. Have fun!
See the bottom of this post to read about why I am reposting it here.
Originaly Posted by Softalize . com, originally titled: “16 Ultimate Collection of Free Stock Photo Sites”
April 14, 2009
Today I bring a fabulous collection of sites where you can get nice images and photos. I have made a list of sites where to search for amazing and quality photos and images. So no need to waste your time with old images and photo sites that do not work properly. Just have a look at these sites, and do not forget to share your comments with us.
Some of the sites listed offer free stock photos only for personal use, All photos are the property of their respective authors check their policy before using their collection.
This is Google’s cache of http://www.softalize.com/2009/04/14/16-ultimate-collection-of-free-stock-photo-sites/. It is a snapshot of the page as it appeared on Jan 27, 2010 21:10:51 GMT. These terms only appear in links pointing to this page: http www softalize com 2009 04 14 16 ultimate collection of free stock photo sites
PLEASE READ the disclaimers before downloading and using anyone’s images on anything for your business!

Learn these search engine “tricks”, and you’ll save yourself some time! These shortcuts work on almost any search engine, but they definitely work for Google. This information is helpful for market research, office calculations, personal and people searches, file searches and website backlink lookups.
For words that have multiple meanings read the following short article: narrow-down your search results.
Read this next linked short article for a better way to perform calculations in the Google search field
Click here for more great Google search tips from Jenny Gallaher including:
and more! Jenny wrote the preceding articles; and kept them short, sweet, and to the point. I like how she never rambles. She’s one of the best time saving VA for sure!

Find how many websites are linking back to your website.
On Google search for:
[links:www.yourdomain.com]
On Bing & Yahoo search for:
links: www.yourdomain.com
This will simply give you more accurate results than simple doing a search on www.yourdomain.com.
Happy Searching!
This example should work for any WordPress deployment, this article describes how to move WordPress on IIS 7 using ASP.Net
Benefits
This configuration will allow you to move WordPress to a different directory within your site and maintain you old links, permalinks, images, and uploads. All of the content will move with WordPress, this will just setup redirects to the new location. Each time an old link is used a HTTP Response 301 will be issued, this will help update search engines and backlinks. Custom HTTP Response 404 handling will be used to issue the HTTP Response 301.
Steps
HTTP Response 301 Moved Permanently using ASP.Net
example default.aspx
<%@Page Language=”VB” %>
<%@Import Namespace=”System.Uri” %>
<%@Import Namespace=”System.Web” %><script runat=”server”>
Sub Page_Load(sender As Object, e As System.EventArgs)
Dim sUrl As System.String = HttpContext.Current.Request.RawUrl
Dim bChange As System.Boolean
bChange = FalseIf sUrl.IndexOf(“?404;”) > 0 Then
sUrl = sUrl.SubString(sUrl.IndexOf(“?404;”) + 5)
sUrl = sUrl.SubString(sUrl.IndexOf(“//”) + 2)
sUrl = sUrl.SubString(sUrl.IndexOf(“/”) + 1)
Else
sUrl = “”
End IfIf sUrl.IndexOf(“blog/”) = 0 Then
sUrl = sUrl.SubString(5)
End IfResponse.Status = “301 Moved Permanently”
Response.AddHeader(“Location”, “http://www.domain.com/” & sUrl)End Sub
</script>
Web Server/IIS updates
example web.config
<?xml version="1.0" encoding="UTF-8"?/>
<configuration>
<system.webServer>
<httpErrors>
...
<error statusCode="404" subStatusCode="-1" prefixLanguageFilePath="" path="/default.aspx" responseMode="ExecuteURL" />
...
</httpErrors>
<rewrite>
<rules>
<rule name="WordPress" stopProcessing="true">
<match url="/*" ignoreCase="true" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_FILENAME}" pattern="blog/*" matchType="Pattern" negate="true" />
</conditions>
<action type="Rewrite" url="/index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
WordPress updates
example MySQL synax
/* Update WordPress siteurl attribute */
update database_name.wp_options set option_value='http://www.domain.com' where option_name='siteurl';/* Update WordPress home attribute */
update database_name.wp_options set option_value=’http://www.domain.com’ where option_name=’home’;/* Update WordPress upload_path atribute, this is a local path */
update database_name.wp_options set option_value=’C:\\Inetpub\\website\\wp-content\\uploads’ where option_name=’upload_path’;
I am finally consolidating all of my randomness and some of my test blogs to darkbluesun.com. This site needed an overhaul for New Years. Now that I work at Virtual IT Assistants, I can use darkbluesun for my “everything else” posts. It’s good to have my personal space back! In the process, I have freed up the following sites and simply added a few more categories to my blog.
(Note * Google sites are difficult to find names that aren’t taken.)
Why did I have so many all over the place? Darkbluesun was the site I used for consulting. As you can guess I had to keep as much none business content off of it as possible. This year, my new year’s resolution: “To find my center, and stay focused!” LOL, it’s gonna be a good one!
I am so excited that this new format also allowed me to bring in all my girlie games!
|
My Social Network "Click here for more"