newssnippetsimagesfav

Blog > Archive by category 'Scripts'

Stiri si articole despre Scripts

Latest article

  • Google Plus Opens first API developer system
    Google Plus Opens first API developer system
  • Seagate GoFlex – the biggest external HDD
    Seagate GoFlex – the biggest external HDD
  • Baidu to have a new mobile OS
    Baidu to have a new mobile OS
  • How to Download YouTube Songs Onto iTunes, mp3
    How to Download YouTube Songs Onto iTunes, mp3
  • How to Download YouTube Songs
    How to Download YouTube Songs
  • Google will close 10 services
    Google will close 10 services
  • Deep Sea Wallpapers
    Deep Sea Wallpapers
  • 200 Abstract and Light Wallpapers
    200 Abstract and Light Wallpapers
  • How to test shortlinks
    How to test shortlinks
  • Huawei MediaPad – first 7 inch Android 3.2 tablet
    Huawei MediaPad – first 7 inch Android 3.2 tablet

WordPress 3.0: Make your theme compatible with WordPress 3.0 menus

0
WordPress 3.0: Make your theme compatible with WordPress 3.0 menus

WordPress 3.0 is going to feature a totally new menu system, which will allow users to add only the desired pages, add categories, and more. Good news for theme developers; adding WP 3.0 menu support to your themes is extremely easy. To do so, open functions.php and add the following line:  

Tags:
Read more

WordPress 3.0:Style WordPress editor using CSS

0
WordPress 3.0:Style WordPress editor using CSS

WordPress features a WYSIWYG editor, which allow you to see text in bold, italic, and so on. But some people want more, such as being able to visualize their blog post in the blog font and colors. This new feature allows you to create a css file (named editor-style.css in the example below) and link... 

Tags: ,
Read more

WordPress 3.0:Add custom backgrounds

0
WordPress 3.0:Add custom backgrounds

WordPress 3.0 is introducing a new feature that will for sure be loved by non tech-friendly users: Custom background. The feature allows the user to upload a background in his WordPress dashboard, specify its position, and automatically have it added to his blog. You can do that by addding the following... 

Tags:
Read more

WordPress 3.0: Custom author profiles

0
WordPress 3.0: Custom author profiles

Most of the top blogs of the industry do not have a single author but a team of different contributors. WordPress allows you to create author pages, but WordPress 3.0 is introducing a new function which will allow you to use different templates for different authors, like we can currently do with categories. See... 

Tags:
Read more

WordPress 3.0: Enable multisite feature

0
WordPress 3.0: Enable multisite feature

One of the most exiting new feature of WordPress 3.0 is definitely multisite management. In brief, with a single installation of WordPress you’ll be able to run a network of WordPress blog. You can do that by adding the following code: <pre>define('WP_ALLOW_MULTISITE', true);</pre>  

Read more

WordPress 3.0: Query custom post types

0
WordPress 3.0: Query custom post types

In WordPress 3.0 you can create custom types of post. Good news for developers, there’s nothing hard or new in the process. Custom post types can be retrieved easily, using the WP_Query object. The following example will create a custom loop which will get only the albums custom post type.  

Tags:
Read more

Custom post types with custom taxonomies

0
Custom post types with custom taxonomies

Creating a custom post type associated with custom taxonomies. For those who don’t know, a taxonomy is a term (such as category, tag or anything else) related to posts. For more information about taxonomies, you should have a look at WordPress Codex.  

Tags: ,
Read more

How to create a custom post type in WordPress 3.0

0
How to create a custom post type in WordPress 3.0

WordPress 2.9 currently have two types of articles: post and pages. WordPress 3.0 comes with an important novelty: types of articles. What is so special ?  

Tags: , ,
Read more

TinyPortal v1.0 beta 5-1

0
TinyPortal v1.0 beta 5-1

For the lover of  SFM (Simple Machines Forum) who use TinyPortal, there is a new update for this well-known portal. After the release of TinyPortal v1.0 beta 5 and discover of some errors was felt necessary to make an update to this beta. Thus was launched this beta version v1.0 TinyPortal 5-1. ... 

Tags: ,
Read more

review Vbulletin 4

1
review Vbulletin 4

Forum scripts are some of the most used  script from all of the Internet. A forum script it is actually a community script which discuss a particular topic and it’s a cheap way to consult specialists in various fields. Stephen talked about one of these scripts forum and it asks: decline or... 

Tags: ,
Read more