Seven Features to look forward to in WordPress 3.0

Posted in WordPress by Admin Parashu | Tags: , ,

WordPress’s newer and awaiting version 3.0 is coming. WordPress 3.0 has some more extra and special features for WP users.

1. New Default Theme
2. Custom Background Support
3. Multi-site Capabilities and WPMU Codebase Merge
4. Custom Post Types
5. Custom Taxonomies
6. Easy Menu Management Feature
7. Choose Username and Password while installing WP

Looking for WordPress Developer/Theme Designer or WordPress Customizer in Nepal, please feel free to write me.

Customize your 404 page of your wordpress site

Posted in WordPress by Admin Parashu | Tags: , ,

Bloggers love WordPress much. WordPress is simple and easy to understand. If you are thinking about to fix your 404 page of WordPress site,  It’s as easy as changing a template file. Please follow the following below easy steps:

Jump into your Wordpress Theme Editor under Presentation. Select the 404 page to edit.
If you’re a designer you should make this page look like the rest of your theme. I would suggest the single post template.
If you’re only a user, do your best to customize what you can. Change the headline, at the very least, to something like “Whoops, it’s not here!” or something of the like.

But I suggest, please do not forget to customize your 404 page which will be more effective at the point of view of Search Engine Optimization also. Or if you are looking for someone who can integrate your site into WordPress, please feel free to write me.

Waiting for Joomla 1.6

Posted in Joomla by Admin Parashu | Tags: , ,

I think, most of the Joomla Developers are waiting for it’s Next Generation version 1.6. The forthcoming version of Joomla has certainly ACL special feature. ACL stands for Access Control List. I think this is the most important feature of Joomla’s next version. I think Joomla has also inspired from Drupal’s ACL feature. Dear Joomla Users, let’s wait for Joomla 1.6.

Joomla 1.6 is Coming

Posted in Uncategorized by Admin Parashu

Joomla, the most popular Open Source Content Management System in the world is coming up with its next generation version 1.6. According to Joomla.org, the official site of Joomla Content Management System has said that they will probably will come up with the first stable version of Joomla 1.6 in July, 2010.

Very Useful Tips for Effective Web Design

Posted in Web Design Nepal by Admin Parashu | Tags: , ,

Clean Layout Design Structure
Neat and Easy Navigation System
Pure Css and XHTML codes
Optimum Load Time
Designs for All Screen Resolutions
Cross Browser Compatibility
Good Color Combination

If you are looking for professional web designer, developer please feel free to write me.

Joomla Features

Posted in Joomla by Admin Parashu | Tags: , ,

If you are looking for a CMS site which is quite easy to maintain by yourself, then Joomla would be a good choice for you. Here are some features of Joomla which will help you to make your decision.

  • If you are not techy its good to start
  • Easy install & setup with your mouse
  • Easy learning curve
  • Only one site per installation
  • Easy and User-friendly Admin Interface

And if you are looking for Joomla Developer in Nepal, who can deliver a customized, good Joomla Site, please feel free to write me.

Create rounded corners with CSS

Posted in CSS by Admin Parashu

World Wide Consortium (W3C) has offered some new options for borders in CSS3, of which one is border-radius. Both Mozila/Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items. The code is quite simple but not work with IEs. Let’s hope IE also will include the new CSS3 option soon.

For example:

<div style=" background-color: #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 10px;" >

Forget table, try div tag

Posted in CSS by Admin Parashu | Tags: ,

One of the greatest advantage of CSS is the use of div to achieve total flexibility in terms of styling. div are unlike table, where contents are ‘locked’ within a td’s cell. It’s safe to say most table layouts are achievable with the use of div and proper styling, well maybe except massive tabular contents.div is certainly more SEO friendly than table and also using div, you can reduce your file size.

Use Shorthand CSS

Posted in CSS by Admin Parashu | Tags:

Shorthand CSS gives you a shorter way of writing your CSS codes, and most important of all – it makes the code clearner and easier to understand for everyone.

Instead of creating CSS like this

.header {
background-color: #fff;
background-image: url(yourimage.gif);
background-repeat: no-repeat;
background-position: top left;
}

It can be short-handed into the following:

.header {
background: #fff url(yourimage.gif) no-repeat top left
}

Try to reduce the size of css file using shorthand css.

Web Designer Nepal

Posted in Uncategorized by Admin Parashu | Tags: , , ,

Welcome! If you are looking for a web designer who has passion on web layout interface design, CSS architect, standard and clean html coding then you are on the right place.

I started to work on web design, web development in 2001 as a web designer and developer for a web design and development company in Nepal. In 2004I have got a chance to work with foreign clients as a freelance web designer and developer. I worked for them specially web interface, layout design, CSS/XHTML clean coding as a freelance web designer. They were normally from UK and USA. And recently then after I joined a company where I worked as a web designer for foreign clients specially from USA, UK, Australia, As well as my regular full time job with that company, I continue work with my freelance clients in my leisure  time. I like to play with colors and layouts.