CMS - 3/4 - Nestdev.com | Nestdev.com

You are here: Archive for the ‘CMS’ Category

How To Setup Google Custom Search on WordPress

0 Comments

How To Setup Google Custom Search on WordPressReplacing default wordpress search with Google Custom Search can be done pretty easily. However, in my case, it was a bumpy road. The main issue was having the search results hosted on my blog instead of directing the results to a google search results page.

How to have multiple pages in a single post?

0 Comments

How to have multiple pages in a single post?If you have a really long post, which could be alot of text or alot of pictures? You can break them up into pages within the same post!This is hidden by default in the post editor within WordPress, but you can simply add this code into the post html editor..

Easy Post Types Plugin For WordPress 3.0

0 Comments

Easy Post Types Plugin For WordPress 3.0WP Easy Post Types is WordPress plugin that lets you take full advantage of the powerful new WordPress 3.0 features and functionality, by enabling you to create custom post types on the fly with an easy to use interface. It also manage custom fields and categories for your post types.

Benchmarking WordPress SQL using FirePHP

0 Comments

Benchmarking WordPress SQL using FirePHPBuilding and running a Wordpress site is a simple matter. Wordpress is a considerably fast CMS system, until you start to add more and more plugins and one day you notice that Worpdress has started to slow down. It may be the case that SQL queries within some plugins are not optimized and are taking an increased amount of time executing them, this can considerably slow down your site.

Released new Amazon S3 Plugin for wordpress

0 Comments

Released new Amazon S3 Plugin for wordpressCouple of months before one of my friend was asking about Amazon S3 plugin for wordpress. For me most of them were either complicated or not working. So my main focus of the plugin was to be really simple and in the same time effective. I would say I have kind of achieved the goal to some extend in version 1.0 of this plugin release.

Plan Your Way To Hire A Drupal Site Developer

0 Comments

Plan Your Way To Hire A Drupal Site DeveloperTo hire any service provider, its very important for you to understand the whats and hows of that particular set of need. To be more precise, there are many people who constantly look forward to Drupal Developers but cannot seem to find anyone. Actually, the problem lies in the basic fundamental where Drupal demand exceeds the talent. Below are some of the steps that you need to keep in mind before hiring a Drupal site developer

How to Create your own BuddyPress theme (Part-1)

0 Comments

How to Create your own BuddyPress theme (Part-1)After installing BuddyPress you may want to change from the default theme. Yes it looks great, but to stand out from other sites using BuddyPress you’ll want to use a different theme. Finding a good-looking BuddyPress theme you like is hard too, compared to WordPress there isn’t near as good a selection. So why not make your own?

Drupal Cheat Sheet Desktop Wallpaper

0 Comments

Drupal Cheat Sheet Desktop WallpaperIn this post we release a yet another freebie: a Drupal Cheat Sheet Desktop Wallpaper, a desktop wallpaper that features most popular variables of the open source content management system Drupal. The wallpaper was created by Giovanni Scala for Smashing Magazine and its readers.

35 Stylish And Modern WordPress Plugins Using jQuery UI

0 Comments

35 Stylish And Modern WordPress Plugins Using jQuery UIIn this post you’ll find out about very flexible and stylish Wordpress plugins, which are based on Jquery UI. For a long time now jQuery has been very popular and modern approach displaying text, images, search, comment boxes etc. in modern way without any use of flash!Release jQuery power and enjoy benefits right now – hope you like my findings and you’ll put them in good use.

Sharebar WordPress Plugin

0 Comments

Sharebar WordPress PluginMy first ever WordPress plugin! Sharebar adds a dynamic and fully customizable vertical box to the left of a blog post that contains links/buttons to popular social networking sites. For wide blogs, a vertical bar with popular sharing icons appears on the left of your post. If the page is resized, the vertical bar disappears and a horizontal sharebar appears under the post title.

Drupal 6 Content Administration

0 Comments

Drupal 6 Content AdministrationDrupal 6 Content Administration

20 Free WordPress Themes Related With Music

0 Comments

20 Free WordPress Themes Related With MusicWe’ve seen a lot of different showcases of beautiful free wordpress themes, and this time we wanted to show you something different. In this post you will find 20 free WordPress Themes related with music.

How to Create Dynamic Blocks in Drupal

0 Comments

How to Create Dynamic Blocks in DrupalOne of my clients uses the Drupal CMS Framework, which requires me to code custom modules and create custom blocks. Drupal (and PHP in general) make a lot of things very easy, but in some cases (Drupal in particular) make the simple things VERY difficult. I've come across quite a few cases where I needed to create dynamic blocks of content that can be stored and retrieved. At first I thought Drupal would make it impossible, but the solution is actually quite simple.

16 Different Clones You Can Build with Drupal

0 Comments

16 Different Clones You Can Build with DrupalOne of the great things about Drupal is that you can build almost any sort of site that you can imagine, with the help of a couple modules. Want to go beyond the basics of a simple CMS? Drupal has an excellent API that allows you to extent nearly any aspect of the software. In fact, many people have started to talk about using Drupal as a framework, as it’s robust, well written, handles lots of traffic, and has a large and helpful community.So, if you’re thinking about building your...

How to Drupal theme: Tutorial

0 Comments

How to Drupal theme: TutorialDrupal is a powerful CMS and has a powerful templating system that keeps the Drupal theming intact and flexible. We can easily design Drupal themes from HTML/CSS that we create. I would try to go step by step on how to create drupal themes from HTML/CSS for Drupal.