PersonalProfile Database with Picture using Data Control in VB Here is a very simple example of a personal database, using Data Control, an easy implementation on how to create a database using Data Control, with additional picture, using the common dialog box. Still the back end database for this VB program is ...
How to Install Google +1 button to your Blog, Website Google rolled out its Google + 1 button, it’s a good addition to your page, the Google +1 will make your page better especially if many users will recommend your article, this button is somewhat similar to facebook recommendations, but with ...
How to install, integrate Google +1 button to Addthis It is very easy to install, you can used your existing Addthis button, Google do have a partnership with Addthis to install their Google + 1 button Add it to the AddThis Toolbox If you're already using the popular AddThis Toolbox on your ...
Submit URL to Yandex, Russian Search Engine Yandex a Russian search engine, started 1997, and now one of the key players in the search engine industry, Yandex recently is making headlines its search engine has attracted some investors, and gain some funding, boosting its operation in Russia and International, slightly making ...
Online Jobs: Make Money Writing Articles Looking for an Online Job? There are many ways to earn money online. Online Jobs is now a multi billion dollar industry, and one of the many ways to earn money online is by writing articles. It is one of the proven ways to earn ...
Adding your RSS feeds to Facebook Facebook do have millions of users worldwide, and driving these users to visit your site is good way to boost your online presence, you will gain more visitors and followers, but the question is how? There are many ways to take advantage of facebook’s settings to ...
Automatic permalinks, attribution links, adding Tynt to Blogs Want to protect your articles without, prohibiting the users to copy the article from you site? There’s a way to do that most of the websites right now who published articles, add some piece of codes to their site to protect their article ...
Ask Sitemap Submission Submitting your sitemap to Ask is easy, all you have to is to ping the URL. Below is the URL that you have to type in your browser plus the location of your sitemap. Ask will show a page that show’s the status of your sitemap if the whether ...
Floyd –Warshall Algorithm Tutorial Class All-pairs shortest path problem (for weighted graphs) Data structure Graph Worst case performance O(|V|3) Best case performance Ω(|V|3) Worst case space complexity Θ(|V|2) int floyds(int *matrix) { int k, i, j; for (k = 1; k <= n; k++) for (i = 1; i <= n; i++) for (j = 1; j <= n; j++) if ...
What is a Sitemap? You can improve the visibility of your search engine by submitting your sitemap to Different search engines. Search engines have its own different way of finding you site and indexing it, either backlinks, site submission etc. One of the best ways to make the search engines find ...