Mar13

This is the first article in our new three-part WordPress series. I want to share with you some hacks that i found to be very useful when i was working on the redesign of Noupe and during the design of my other site Devsnippets. Throughout this article, we’ll be focus on many WordPress Theme hacks, ideas, tips and useful tutorials you need to have ready in hand when developing WordPress websites.

Using Custom Fields to Display Post Thumbnails


One of the most interesting features in WordPress is using Custom Fields, which can turn your WordPress blog into a fully customizable CMS website. I use custom fields to create image thumbnail for each post here on Noupe and on Devsnippets as well and display the thumbnails on the home page and the Archive page.

Continue reading »

\\ tags:

Mar13

CSS has fundamentally changed web design, it has provided designers with a set of properties that can be tweaked to make various techniques to make your pages just look right.

Today we are presenting a round-up of 101 CSS techniques designers use all the time. Definitely worth taking a very close look at! This is just the first series , the second part will be coming soon, stay tuned and Enjoy!

CSS Sprites

CSS sprites save HTTP requests by using CSS positioning to selectively display composite background images. To maximize accessibility and usability, CSS sprites are best used for icons or decorative effects.

Continue reading »

\\ tags:

Mar13

Many of us have been using a good deal of jQuery plugins lately. Below I have provided a list of the 50 favorite plugins many developers use. Some of these you may have already seen, others might be new to you.  This is just the first series , the second version will be coming soon, stay tuned and Enjoy!

Sliding Panels

1) Sliding Panels For jQuery – Element can start open or closed and will be toggled from their own original position.

Continue reading »

\\ tags:

Mar13

Amazing Designs full of Colors

1) Raduceuca


2) PopCultureTees

Continue reading »

\\ tags:

Mar13

Post related Plugins

1) WP-Sticky WordPress Plug-in - Adds a sticky post feature to your WordPress’s blog where you can choose to “stick” certain posts at the top of your blog.


2) Daily Top 10 Posts- Tracks the number of pageviews per blog post for the current day and cumulatively with options to display sidebar widgets for both. You may also display sidebar widgets containing a list of the most popular posts for the day and most popular posts overall.

  • Download Plugin: Here


3) Popularity Contest- This Plug-in will help you see which of your posts are most popular. Views, comments, etc. are tracked and given configurable point values to determine popularity.

  • Download Plugin: Here

Continue reading »

\\ tags:

Mar13

Minimalist WordPress Design Themes

Upstart Blogger Minim- Designed by Robert Ellis to be Minimalist, Fast: Lightweight, for speed, Ad-friendly: The columns are sized specifically to accept standard ad formats.


WPCandy v1 WordPress Theme- WPcandy created simple and clean WordPress theme with Scrollovers navigation, Widget-ready sidebar.

Continue reading »

\\ tags:

Mar13

Throughout this article, we’ll be focus on many WordPress Theme hacks, ideas, tips and useful tutorials you need to have ready in hand when developing WordPress websites.

  • This is the Loop

    1)The Loop is perhaps the most important thing one needs to understand when customizing WordPress theme. Any HTML or PHP code placed between where The Loop starts and where The Loop ends will be used for each post. When WordPress documentation states “This tag must be within The Loop”, such as for specific Template Tag or plugins, this is The Loop.

    <?php if(have_posts()) : ?>
    <?php while(have_posts()) : the_post(); ?>
    // the code inside the loop
    <?php endwhile; ?>
    <?php else : ?>
    <?php endif; ?>

    Continue reading »

\\ tags:

Mar13

Today is the opportunity for Noupe readers to get WordPress Premium themes for Free! Seven Leaders in the Premium Theme Industry are offering to give away free copies of their recently-released themes just for you guys.

We want to be absolutely clear we are not talking about one theme for one lucky winner. We are talking about your chance to grab one of the top 7 Premium WordPress themes out there for free.

Here’s how it’s going to work.

If you would like to get your hands on a single-user license to your choice of their popular themes that are listed below, leave a comment on this post stating why you would like to win the theme or what you would do with it.

Please notice that
  • You should leave a valid email address where you can be reached so I can get in touch with you if you win.
  • Winners will be determined by a random generator
  • On Wednesday (November 12) winners will be announced.

Continue reading »

\\ tags:

Mar13

Web applications have made huge leaps and bounds in improving user experience thanks to a lot of recently developed Ajax technology. When you combine some neat functionality courtesy of PHP with the cleverness of javascript you can produce some pretty cool results. In an effort to help you take it up a notch, we’d like to share some methods for helping your site anticipate a user’s next move.

The list below is made up of the best 20 FREE PHP Components and Tutorials that you will likely need in many of your projects, they are all of the highest quality and more or less easy to configure. Give them a try.

1. Charts

pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. This project is still under development and new features or fix are made every week. Focus has been put on rendering quality introducing an aliasing algorithm to draw eye candy graphics. Rendering speed has been dramatically enhanced since the first version, we’ll still continue optimising the code!

Continue reading »

\\ tags: ,

Mar07

Searching for torrents can be a little tricky, after all Google wasn’t made as a torrent search engine. This is where torrent search engines comes handy, which makes finding simple and easy.

We decided to compile a list of Top 5 new torrent search engines, its the beginning of September 2008 we bring you some new players in this field (except Torrentz which is 5 years old).  The list includes only public websites, which allows you to search for torrents without registration or ratio requirements.

Note: These search engines do not host the torrents on their servers.

Usniff

Usniff is a new real-time search engine that lets you search on 8 different torrent websites (The Pirate Bay, mininova, etc.) simultaneously. Its features include searching for torrents on 8 popular torrent sites simultaneously, filter search results by keyword, size, seeds, peers, and source. Adding Usniff torrent search in Firefox search bar makes searching more easy.

Continue reading »

\\ tags: