Jack is Here, asp.net findings

As a software engineer, I focus on .NET, especially asp.net, C#, WCF and so on, and I am also very interested in Search Engine Optimization.

How To Style Wordpress 2.5

It’s soon going to be time to redesign my web site for the “Web 2.0 Age.” I have seriously looked at two platforms, Drupal and Joomla, with which to accomplish this.

Drupal and Joomla offer comprehensive packages that, in the case of Drupal, includes a blog and forum as core modules. Theming these platforms can be accomplished through both CSS (Cascading Style Sheets) and PHP (Personal Home Page or PHP: Hypertext Preprocessor) code modifications. However, these platforms are complex and learning enough to install, manage, and customize these platforms can be a daunting task.

After studying the two platforms, including using them both on my test bed platform and on the Internet, I decided to take a look at WordPress as a possible solution to my future Web needs. I was surprised to discover that the latest version of WordPress is easy to install, easy to use, and easy to theme.

In this article, I will describe how to customize WordPress 2.5.

STYLING WORDPRESS — THE JAKOB DESIGN

The current design for my personal web site, SelectDigitals.com, is based on work and philosophy of Jakob Nielsen , http://www.useit.com/. Nielsen’s work has been dedicated to making usable web sites that deliver content that is easy to find and easy to read.

Nielsen's site design (and my site is with permission) is simple and elegant, and the main purpose of content delivery. WordPress is the main purpose of content delivery. So, my first WordPress design is the added feature of interactivity and visitors to maintain the appearance, look and feel of our site and we are striving. I will be referred to as Jacob's designs for this purpose.

There are six major components that make up the look of the default WordPress blog:

1. Header Graphic,

2. Blog Title,

3. Tagline,

4. Page,

5. Background,and

6. Footer.

In order to make the Jakob blog load quickly, I decided not to use a header or footer graphic; and since the design will essentially be the default WordPress theme with a new coat, only a little graphic design work needs to be done. In fact, I only needed to create one graphic to to generate the blog page with it’s two column effect. The blog page will “float” centered in a dark-blue *body* background that will serve to frame the page.

Creating the Graphic

A look in the image directory for the default WordPress theme shows the default images used for the Kubrick look. For now, there is only one file of particular interest: kubrickbgwide.jpg. For the Jakob design, the other Kubrick images are not needed but will be needed for the “Fancy”, more complex design.

The blog’s page will be created from a “slice” through the center of the new design. The slice is a narrow image the width of the blog page.

I began my design by laying out a basic page (760px X 600px) in Adobe Illustrator. I like using Illustrator for artwork of this kind, although other programs could be used, too.

I filled the basic page with the page’s background color (not to be confused with the dark blue *body* background). The light background color will will “show-off” colored text, such as the blog’s title and tagline.

I overlayed the page with two rectangles, or “columns.” The left-hand, 510px-wide column is filled with a pastel yellow color; the right-hand column, 230px wide, is filled with a pastel blue color. The two columns fit within the basic page with a 10px border of page background around them.

In Illustrator, I then placed a 760px X 40px rectangle on the page and used this to make a slice. A slice is nothing more that a representative piece of a larger image, in this case, of the blog design. I saved the slice as kubrickbgwide.jpg. Kubrickbgwide.jpg will be used to generate the blog-page background. As new content is added to the blog page, copies of the slice will be stacked vertically to “grow” the two-column background. This is the only image needed by a browser to generate the blog’s home page. The Blog will, therefore, load very quickly.

Pretty easy so far, right? The rest of the design is accomplished through the theme’s CSS file and/or through the WordPress administrative interface.

CSS Changes

The default CSS file is in the WP content_themes_default directory. The following CSS text display code changes to style.css file. Before making any changes in the default CSS file, I always save the original copy. CSS file, and can open any text editor. The text will be removed as shown in square brackets. New or revised text will be displayed without brackets.

/* Begin Typography & Colors */

body {

[background: #d5d6d7 url('images/kubrickbgcolor.jpg');]

background: #636f89; /* Set the Body background color to blue */

}

#page {

[background-color: white;]

[border: 1px solid #959596;]

border:none;

}

[#header {

background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;

}

#headerimg {

margin: 7px 9px 0;

height: 192px;

width: 740px;

}]

#footer {

[background: #eee url('images/kubrickfooter.jpg') no-repeat top;]

background: #fffef2; /* Very light yellow */

}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg [.description] {

text-decoration: none;

[color: white;]

color:red; /* Make the title red */

padding-bottom: .5em; /* Put a little space between the title and tagline */

}

.description {

text-decoration: none;

color: blue; /* Make the tagline blue */

text-align: center;

}

/* End Typography & Colors */

/* Begin Structure */

#page {

[background-color: white;]

background-color: fffef2; /* Very light yellow */

[border: 1px solid #959596;]

border: none;

}

#header {

[background-color: #73a0c5;]

background-color: #fffef2; /* Very light yellow */

}

/* End Structure */

After making and saving these changes to the style.css file, the newly designed blog page is accomplished.

STYLING WORDPRESS — THE FANCY DRESS DESIGN

Although I like the simplicity of the James blog design, it will not appeal to everyone. Many people love

First of all, it should be noted that the background of the default WordPress page uses header (kubrickheader.jpg) and footer (kubrickfooter.jpg) graphics. These graphics are not filled with a solid color, as in the Jakob design, but with gradients. There also appears to be a very small drop shadow under the page.

Because of the complexity of the default page, additional graphics are required and, thus, more slices will be needed. Additionally, when a more complex body background is desired in which to “float” the page, a “seed” image for this might also be required (this is what the kubrickbgcolor.jpg image is for).

As before, I created a drawing of the blog page in Illustrator. The page, with rounded corners, floats on the default WordPress background, has a yellow gradient, and has a small drop shadow.

I first created a 760px X 600px rectangle on the Illustrator artboard. I filled this rectangle with the background color (C:8, M:6, Y:6, K:0).

Next, using the Rounded Rectangle Tool, I drew a 736px X 584px rectangle and filled it with the yellow gradient. Essentially, I made the page as large as possible within the background while leaving enough room for the drop shadow.

Finally, I gave the rounded rectangle a small drop shadow.

To ensure that the discs have fused perfectly into the body * is the background, I have a 60px X 60px square of the same background color (C: 8 M: 6 Y: 6 K: 0) and save it as kubrickbgcolor. jpg. The small picture will be used to

Creating the Slices

Using the Rectangle Tool, I placed a 760px X 200px rectangle on top of the layout described above. I positioned this rectangle at the top of the layout and used it to make a slice for the header graphic. Before doing this, I disabled stroke and fill.

I saved the slice as kubrickheader.jpg.

I created the footer and page slices in a similar fashion and renamed them as kubrickfooter.jpg and kubrickbgwide.jpg, respectively. Kubrickfooter.jpg is 760px X 63px and kubrickbgwide is 760px X 40px.

There are two other Kubrick images in the images directory: kubrickbg-ltr.jpg and kubrickbg-rtl.jpg (left to right, and right to left). These images are the same as kubrickbgwide.jpg. So, I made two copies of kubrickbgwide.jpg and renamed them accordingly.

CSS Changes

The default CSS file is in the wp-content_themes_default directory. The CSS text below shows the code changes to style.css. Square brackets show which code to delete and new code is shown without brackets. Before making the change, I copied and saved the original file. For the Fancy design, the CSS changes are minimal.

/* Begin Typography & Colors */

body {

[background: #d5d6d7 url('images/kubrickbgcolor.jpg');]

background: #e7e7e7 url(‘images/kubrickbgcolor.jpg’);

}

#page {

[background-color: white;]

[border: 1px solid #959596;]

}

#header {

[background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;]

background: #e7e7e7 url(‘images/kubrickheader.jpg’) no-repeat bottom center;

}

#footer {

[background: #eee url('images/kubrickfooter.jpg') no-repeat top;]

background: #e7e7e7 url(‘images/kubrickfooter.jpg’) no-repeat top;

}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg [description]{

[color: white;]

color:red; /* Make the blog title red */

padding-bottom: .5em; /* Put a little space between the title and tagline */

}

.description {

text-decoration: none;

color: blue; /* Make the blog tagline blue */

text-align: center;

}

/* End Typography & Colors */

/* Begin Structure */

#page {

[background-color: white;]

background-color: #e7e7e7;

[border: 1px solid #959596;]

border: none; }

#header {

[background-color: #73a0c5;]

background-color: #e7e7e7;

}

/* End Structure */

After the design and CSS work, the WordPress shows it’s new clothes to the whole Internet.

STYLING WORDPRESS — THE NO-GRAPHIC DESIGN

Nothing every goes wrong when a browser loads a page from the Internet, right? Even if this were, in fact, the case, it is still wise to consider how a page will display in case the graphics can’t be found.

In the case of Jakob-design, if not downloaded kubrickbgwide.jpg get, for some reason the page would not appear acceptable. Because of the bright background for the header and footer are used, they usually show on the dark blue background of the body are transmitted. However, the content is hard to read: it is almost lost in the dark blue background. A bright background for the body could have been a far wiser choice.

The creator of the Kubrick design solved this problem by assigning alternate background colors to be used if the graphics were not available. The assignments are made within the style.css file:

body { background: #d5d6d7 url(‘images/kubrickbgcolor.jpg’); }

#header { background: #73a0c5 url(‘images/kubrickheader.jpg’) no-repeat bottom center; }

#footer { background: #eee url(‘images/kubrickfooter.jpg’) no-repeat top; }

If the images are not available, the alternate RGB color value will be used.

If the graphics are not available, the default WordPress blog is still presentable and usable. For an initial page redesign, starting with the basic Kubrick design, without graphics, might be a good place to begin. This can be accomplished by simplifying the statements above:

body { background: #d5d6d7; }

#header { background: #73a0c5; }

#footer { background: #eee; }

The colors can then be changed to try out various blog color schemes. Just change the RGB color codes, save the CSS file, and refresh the browser to see the changes immediately.

Yours for a more successful blog,

Royce Tivel

How to make a decision which type of Web Hosting is better to use?

Web Hosting has gained a good popularity over the last few years in E-commerce. Web Hosting is a technique, but it’s not black magic. So we don’t deem in “the quick fix”. Our practices are aimed at long term residency in E-marketing. For this each individual Web Hosting Company is doing hard efforts to achieve more visibility for their client’s website in various search engines.

A Web Host is like a place where providers html files, all the graphics to the web site and its contents reside. These servers work as the super computers that have huge hard drives, where all enterprises dealing with individual bases.

Now days, is committed to hosting a rich site. Here, the most popularWeb Hosting panels are connected to a particular site and offer reviews and user comments on Web Hosts and their Web Hosting Services. When we compare between a Web Hosts and Web Hosting Services then Web Hosts are the ruler of Web Hosting directory that provides exact and neutral Web Hosting reviews.

When contemplating Internet speculation, one of the most basic questions in mind strikes us is that the type of platform is best for our site?

The operating system is widely available on the market are two main types. The first one is a single windowWeb Hosting Server and another one is Linux Web Hosting Server that is easily compatible with all other Operating Systems. One of them offers various options and has different capabilities. Your preference of Web Hosting platform will define the utility of the software that you can use.

Windows hosting services web site design capabilities can help getting better and better use of the popular operating system and Windows, suitable software, such as MS FrontPage in, MSSQL, the Active Server Pages (ASP) and the newer. NET infrastructure, the use of new technologies.Window Web Hosting Service plans are highly compatible with the customer’s desire.

On the other side is open-source Linux operating system, almost all of the software, Ubiquity's use of Linux host inches or more reliable Windows hosts. Because it allows the most secure and stable platform for running on an affordable price to replace Windows communicator. Linux offers the safest, most secure environment for practices and recommendations, and our Linux do not worry, because this is an excellentWeb Hosting options available.

Web Hosting Linux can successfully run on smart Web technologies like HTML, DHTML, XHTML, CSS, JavaScript, Perl, and CGI. Individually these popular categories, Linux web hosting, e-mail, FTP (File Transfer Protocol) adds and reporting, as many other services. If you then use Internet browsing, you'll see a lot of pages on the Internet promise confidence that above and below, that Linux servers are more secure than Windows servers.

Our web hosting company has a friendly, knowledgeable team available around the clock to assist customers with every aspect of the server configuration. Our company does IWI Hosting will offer that a valid decision about what your needs and skill level, does not fit the lead in the long headache. For this option when you step by step information, please contact with our web hosting company without further delay: – www.iwihosting.com

How To Have Your Own Content Rich Web Site

It has a lot of its content and how Web has recognized the importance of the site. On this score, visit the traffic in order, Web search engine ranking helps to increase the amount of the site. However, you can type a Web site if you like what you do not need to pay a fortune not designers?

If you want your content is rich, you may consider using open source content management systems in the world. One thought is that Joomla and, more is free.

If you want to consider using Joomla, then you should first take into consideration some time to read and watch all kinds of Joomla tutorials available on the network. Although there are a reasonable learning curve, once you have mastered the basics is quite straight forward.

The great thing about Joomla is that you put on

So let’s take a look at the benefits of using this type of software:

  • Content: It goes without saying, a content rich site requires a lot of content and if you are like me, you know how long this takes to produce, but with Joomla you can allocate other users to edit your content. That is not to say that you will suddenly see that you have content that you haven’t approved of. You can set up users with different access levels for example; you may simply want a colleague to submit news articles for you and this can be done by setting up a user to be able to login and create content but you will still have the ability to approve of the content before it is published.
  • Design: With the content taken care of the next question you may have is “how am I going to make my site look professional?” Another great feature of Joomla is the fact that you can obtain templates that you simply upload and Joomla will display almost immediately. This takes the headache out of having to worry about learning how to use Photoshop, HTML or Cascading Style Sheets etc. There are many sites on the net who offer Joomla templates. Some you will have to pay for and some you will find complicated, but with a little research and time you will find a design that fits your site.
  • Functionality: When you have got your content and design sorted, you can start to look at how you can add extra functionality to your site such as you may decide that you want to add a shopping system or a blog or a Social Community area and this is where you will find an industry of programmers who can offer you virtually any functionality that you can think of and many of these add-ons are free

So you can really see that Joomla is a flexible system that allows you to grow your site as you become more experienced and with little time spent reading and watching the video tutorials and manuals available that will never wonder why they need help by professionals.

How to get your site indexed by Google in 24 hours or less

I am writing this tutorial because, as a webdesigner, many people ask me how to get their site index by google without having to pay any money. These 15 different steps should have your site indexed by tomorrow or it is possible – in the next 6 hours. Following Steps to Index your site:

Create a website with original content: It is very easy to copy only one third-party content and not the best way to achieve this. However, it is ok to copy content only with a quote from another and link back to their website. I would ask the owner of the website first, for their permission before doing anything further.

The establishment of a website as: In anything, you will need for your site to build a creative identity. Is an easy to identify. I shall first put to create your own logo, or create a free self. There are many programs where there is a lot cheaper to make your logo looks very professional. Meanwhile, as for your social networks are the same as the name of your site's name – so, if someone wants to find you, you will not be difficult to find.

Advertise via Social Networking: Yes, that’s right. Go ahead onto sites like Myspace, Facebook, Hi5 and Twitter. They provide the best organic traffic. I would start out by posting around in the forums with your URL attatched whenever you want to submit a post to someone. By this, I don‘t mean spamming the whole world but provide genuine posts like “Hello, I really enjoy looking at your art.. What types of oils do you use? I’m trying to learn painting on my own time” .. etc. It is just a fun way of posting and interacting with other people as well. Who knows, maybe you’ll make some friends and they will be sure to visit your blog and tell others about it. Also, having alot of friends on Myspace and doing alot of bulletin posts will really help you.

Post your link to the popular blog, when you visit: check out the most popular blog, is there now comment on what they are doing. If you really like to discuss or content and tell them you want to post some and make sure you link to your blog. They can even go to visit you, and do some reading in the future.

Post at least 5x a day or more on different topics: Suppose your blog is about Webdesign or Celebrities? Well, you don’t necessarily need to stick to that topic. The best way to get readers world wide is to expand your topics and that way you have alot more readers visiting you. They will be looking into something that they are interested in. The more frequent you post, the more links you will have indexed in google, thus getting more traffic.

Submit your site to sum up job: I know you probally wondering what this means, but I will explain .. this is basically stored in the headlines is one of the sites and site owners collect. Therefore, we say that you go to Octofinder – go there, your site link. This is what would do is put your website on the latest posts, when someone clicks on it – bring you traffic.

Add your site to various directories like Google, AllTheWeb, Yahoo, Bing and many more. A quick way to do this would be the entry in Google

Add META Tags in the heading of your HTML for your website: This is basically an easy way to get more traffic to your site, increasing it to googles rankings. For more information on how to insert the meta tag code into your site, you can go ahead and do some research on Google. Submit a Sitemap to Google webmaster tools: Just go to google webmaster tools and verify your account there. Once you complete that, you need to create a sitemap. This is not hard and I know of a tutorial that will explain this to you at the following link: http://www.xml-sitemaps.com/

To learn more from this article, visit: www.webdesignsbyapw.com

How to Get Speedup on Hosting – Some Online Portals

It is easier not to start a hosting site. Small study that can help or full knowledge, as well as shopping for a new site, to manage it and we bought one once.

Some online resources providing good basic information are included in this piece of writing.

Website hosting is not comparable with our telephone services in which once purchased a plan and service starts. Inweb hosting there are some complication, both in buying and maintaining a website, as well as creating one is also small problem. Over anticipation into the process sometimes causes a problem as and when things do not go as smooth as they hoped. There are many resources offered by web for those who are not familiar with the basic terminology and processes. This piece of writing covers some of them and provides handy information.

For Beginners on Internet:

For those who are new to the Internet as well as don’t know much about website hosting, have to collect information about the both. The BBC with its “Web wise Online Course” is providing a fun visual guide to the complete basics of the Internet. This course is accessible in Flash as well as Text versions. Since the Flash version is more visually engaging, also the Flash plug-in is fairly simple to obtain if it is not installed earlier. Also a Web portal by name of About.com is offering a whole segment on the Internet for Beginners. Various articles covering the whole thing from email to web search and introductory netiquette are provided on this portal.

Resources for Website Hosting:

There is variety of sites, which would like to teach us and let us know how to sell hosting at the same time, but learning resources specifically dealing with online web hosting are not enough. Nearly all significant website hosts are providing learning resources on their sites, and these resources are important and helpful as they contains the content dealing particularly with the applications of their customers who are keen to learn and use their hosting. So it is more important to select a host which is providing a solid online learning / tutorial section explaining the tools of hosting.

There are several portals providing general information about web hosting, along with the articles dealing with current topics in the industry of website hosting. The FAQ s and HOW TO s provided by this portal is beneficiary for the beginner than the experienced professional. So before setting out to shop for website hosting services it is most important to collect such information’s and learn the basics, as it will allow the customer to analyze the policy of their approaching host.

Some other forums are bound, website hosting for beginners and professionals. It is not really a lack of posters that help newcomers in their problems.

Resources for Designing the Websites:

Many portals, forums, site design if you have a problem and tutorials. We have now been proven to be beneficial is dependent on the requirements of people. If people really want to learn the code behind the website, example, HTML, XTHML, and CSS, W3Schools will be helpful for online tutorials. Ranging from basic HTML to advanced scripting and database languages, W3School provides all. Small and easy to learn the content will be presented in encapsulated form.

To conclude:

There are several helpful resources on web beneficial for the beginners related to hosting, providing basic skills and knowledge regarding the methods for hosting. Some resources are listed in this piece of writing and by our own search on search engines; we can find more links about hosting and hosting companies. These links provide us specific information about the user’s need and administrator’s account.