Refinance now before rates go up! Get multiple rate quotes at GetMyLender.com.
Showing posts with label Technology. Show all posts
Showing posts with label Technology. Show all posts

Easily Hide IP Address using Free IP Hide

Free Hide IP Address

Why should Hide My IP?

Device those are connected to the Internet or other IP network is given a public unique IP address. Whenever we surf online, that IP address is transmitted and recorded in log files kept on those servers. Access logs leave behind a trail of your Internet activity. It is necessary for you to hide your real IP address to guard against any malicious behavior such as identity theft, etc. Hide IP address to protect yourself from hackers by concealing your IP address, making you effectively invisible online

C# Reflection Examples

C# Reflection Examples

Reflection Examples [C#]

This example shows how to dynamically load assembly, how to create object instance, how to invoke method or how to get and set property value.

Create instance from assembly that is in your project References

The following examples create instances of DateTime class from the System assembly.

Simple Way of Building And Using Really Simple Syndication (RSS) Feed Part-III

Simple Way of Building And Using Really Simple Syndication (RSS) Feed Part-I

We already have learned about RSS, use of RSS in part-I as well as some Vocabulary of RSS and information of tags in part-II.

In this part-III, we will learn practical purpose of RSS. So be ready for that...

Building its personal RSS feed, step by step

At start, this is just a simple text file, created with any text editor. But an XML editor is more convenient. The name may be, for example: "feed.xml".

Simple Way of Building And Using Really Simple Syndication (RSS) Feed Part-II

Simple Way of Building And Using Really Simple Syndication (RSS) Feed Part-I

Vocabulary

  • Feed. It is a set of "item" tags, a set of infos or news.
  • RDF. RDF stands for Resource Description Framework.
  • Syndicated. Published through an RSS feed.
  • Syndication. Publishing data by RSS feeds.

Main RSS tags

rss. The global container.
channel. A distributing channel. It has several descriptive tags and holds one or several items.

Simple Way of Building And Using Really Simple Syndication (RSS) Feed Part-I

Simple Way of Building And Using Really Simple Syndication (RSS) Feed Part-I

What is RSS?

It is a format to share data, defined in the 1.0 version of XML. You can deliver information in this format at one can get this information, and information from other various sources, in this format. (With RSS it is possible to distribute up-to-date web content from one web site to thousands of other web sites around the world.) Information provided by a website in an XML file is called an RSS feed.
Recent browsers can read directly RSS files, but a special RSS reader or aggregator may be used too.

Simple Way of Creating RSS Feeds for Bloggers, Wordpress and Websites

RSS stands for Really Simple Syndication or it's sometimes referred to as Rich Site Summary. It's an XML-based content format for distributing news, headlines, content, etc.

Most popular sites, news sites and blogs provide RSS feeds for you to subscribe to. All you need is a feed reader to view its contents. Feed readers come in all shapes and sizes these days. The Firefox browser has one built right into the Bookmarks feature.

You can also create feeds for your own website so your audience can subscribe to them.

ASP.NET Webdomain Recycles Automatically on Deletion of Sub-directory

While working on a web application, once upon a time I was presented some weird behavior on ASP.NET.

In ASP.Net web application, When you delete a directory the session gets expired automatically. This is one of the frustrating error. It is the default nature if you are deleting a sub-directory within your application, your app domain will restart. This removes all session data.

Following observations will help you to find base of this issue:
- Session times out randomly while working on the application.

How to Maintain Session in ASP.NET application after deletion of subdirectory

In ASP.Net web application, When you delete a directory the session gets expired automatically. This is one of the frustrating error. It is the default nature if you are deleting a subdirectory within your application, your app domain will restart. This removes all session data.

Why the asp.net worker process recycles which kills all the session variables in memory is due to dynamically deleting a folder under the root application folder.
ASP.NET runs a File Monitor (FCN) that observes any change to the structure of the Virtual Directory. In case of any change the application is recycled.

Remove "Powered By Blogger" Attribution Gadget From Blogger

The attribution gadget is a gadget present at footer of blog and says "Powered by Blogger". The gadget is locked, when you click on the edit link of attribution gadget you will notice that there is no Remove link, Because the gadget is locked officially by the blogger. To unlock the gadget carefully follow below easy steps :

How To Remove Blogger Attribution Gadget


Go to Blogger Dashboard > Design > Edit HTML.
Note: In new User Interface of blogger blog, it is Dashboard > Template

Procedure to Download SWF Files

In this post, we have given step by step information to download SWF files. Suppose we have seen any swf file on website and you like that most. You want that swf file on your local machine so that you can use it any time. We always opens website on browsers so these methods are somewhat depend upon browsers also.

Here we have given information to download swf files using most popular browsers like Chrome, Firefox, Internet Explorer, Safari.

Steps to download SWF using Chrome, Firefox, Internet Explorer, Safari

Tinypng/Tinyjpg : The Best JPEG & PNG Optimizer Which Leads to Preserves Full Alpha Transparency & Quality

This tool is useful to compress both PNG and JPEG images without losing quality or transparency.

Advanced lossy compression for PNG images that preserves full alpha transparency.

They having two websites http://tinypng.com and http://tinyjpg.com but both performing same task.

Why did they create TinyPNG?

They frequently use PNG images, but were frustrated with the load times. They created TinyPNG in their quest to make their own websites faster and more fun to use.

Traffic By Submitting Websites or Blogs To Yandex Search Engine

There are many search engines which play the role to get traffic for websites or bloggers. Some of the world famous search engines names are here: Google Search, Yahoo Search, Bing, Yandex etc. So, in this post we will see how to get good traffic from Yandex.

Steps to submit URL to Yandex Search Engine

Follow the following steps to submit URL to Yandex search engine and get good traffic from them.

Step 1. Go to URL https://webmaster.yandex.com/addurl.xml

Things Should Know Before Applying For Google AdSense

Google Adsense is the primary source for many of the websites and the blogs. So we can say that AdSense is the Best source for bloggers to monetize their blogs.

At the start of my carrier, I was also applied for Google Adsense. At two times, my website was disapproved by Google Adsense and at the third time I was get unbelievable success. But looking into the past I believe I was wasted so much time for that procedure.

It is not easy to approve your websites or blogs by Google Adsense because of their Terms of Sevice (TOS). According to my experience they always look very deeply before approving to the websites or blogs.

Submit Website or Blogs To Bing Search Engine to Get Traffic

There are many search engines which play the role to get traffic for websites or bloggers. Some of the world famous search engines names are here: Google Search, Yahoo Search, Bing etc. So, in this post we will see how to get good traffic from Bing.

Steps to submit URL to Bing Search Engine

Follow the following steps to submit URL to Bing search engine and get good traffic from them.

Step 1. Go to URL http://www.bing.com/toolbox/submit-site-url

C-Sharp Code to Check if Internet Connection is Available or Not

In some of our applications it is necessary to connect to Internet. So before connecting to Internet it is necessary to check, whether your application has Internet access.

May be you are thinking to solve this problem just by ping -ing to google.com or any websites. Yes this will work in most of the cases, and it is also a simple, good and important method. But as an Application developer it is not the best method to do that.

List of HTML5 Inline Elements

In this tutorial, we will discuss about one of the type of HTML5 elements i.e Inline elements. As in one of the article, we already have posted information about different types of HTML4 elements and difference between them. You can read that article by clicking on Read More...

HTML5 Inline Elements

In general, HTML5 elements can be divided into two categories :

1. Block Level Elements
2. Inline Elements

List of HTML5 Block Level Elements

In this tutorial, we will discuss about one of the type of HTML5 elements i.e block level elements in HTML5. As in one of the article, we already have posted information about different types of HTML4 elements and difference between them. You can read that article by clicking on Read More...

HTML5 Block Level Elements

In general, HTML5 elements can be divided into two categories :

1. Block Level Elements
2. Inline Elements

Difference between Library and Framework

A Library and a Framework are a set of classes, modules and/or code (depending on the programming language) that can be used in your applications.

Suppose you have to maintain log or debugging info in your applications, draw charts, create an specific file formats like .html, .pdf, .xls, connect to a data base, create applications using Design Patterns or simply create some/complete application etc.

These types of problems can be solved using Framework or a Library.

How to show Google Adsense Ads on Mobile Blogger

In this post, you will learn to show Google adsense ads on mobile site of blogger. Whenever we add ads on blogger, then by default it will show on desktop devices only. If you have adsense enable on your blogger then you should have settings for that. But if you used adsense externally then you will get some trouble to add ads on mobile site of blogger.

It is too much easy task to show ads on mobile devices. Following instructions should work to install the mobile ad code in most of the Blogger templates.

Installation of npm and Introduction to Browserify

Browserify is a development tool that use node.js-style modules means CommonJS module system for frontend JavaScript development. We write our modules in separate files, exporting external methods and properties using the module.exports and exportsvariables. We can even require other modules using the require function.

If we omit the relative path it'll resolve to the module in the node_modules directory.

Getting started with the browserify command-line tool requires node.js and npm (Node Package Manager) installed.