Shared Links da Google Reader

  • Add the WordPress RSS Feed Anywhere In Your Theme
    If you’re looking for a way to display RSS feeds anywhere on your site and you’re using WordPress then you’ll be happy to hear about this trick. You know about the WordPress RSS widget… but wh...
    Plugins, Theme Development, Tutorials, Widgets, for wordpress, how to wordpress, how to wordpress website, rss, themes wordpress, Tutorial, tutorials, website with wordpress, wordpress 3, wordpress blog, wordpress how to, wordpress rss, wordpress site, wordpress template, wordpress that, wordpress themes, wordpress tutorial, wordpress widget, wordpress with.
  • WPTavern: Prevent Skype Overwriting Phone Numbers In WordPress Themes
    I didn’t know this was an actual problem until I read the advice on WPBeginner.com. Apparently, some WordPress themes can break when Skype changes a phone number into a number you can dial with Skyp...
  • Ecco Dart, il nuovo linguaggio di programmazione per webapp targato Google
    La voce che Google stesse per pubblicare un nuovo linguaggio di programmazione per webapp era in circolo da diverso tempo, ma ora è ufficiale: si chiama infatti Dart ed è stato lanciato proprio in ...
    programmazione, applicazioni web, google.
  • 20 htaccess hacks to prevent your WordPress site from hacking
    A .htaccess (hypertext access) file is the common name of a directory-level configuration file which allows decentralised management of web server configuration....
  • 3 Ways to Reset the WordPress Loop
    WordPress does an excellent job of keeping track of what’s happening with the loop, but once you start customizing parameters and setting up multiple loops, it’s a good idea to explicitly reset th...
    PHP, Theme, loop, tips, tricks.
  • Custom Post Type Pagination Chaining Method
    Custom post type pagination got you down? There’s been nothing more frustrating in developing for WordPress than getting custom post type pagination to work. I’ve developed a method that’s solve...
    Theme Development, Tutorials, Code, Custom Post Types, pagination, PHP, Taxonomies, template, Themes, Tutorial, wordpress.
  • Change the Search-URL of WordPress
    With WordPress it is easy to activate readable URLs. Only the search page is not affected by the setting yet, it comes with the syntax ?s as default. But there is a solution to change the URL as you w...
    WordPress Hacks, development, hack, PHP, Search, WordPress, WP.
  • Using ‘$’ instead of ‘jQuery’ in WordPress
    WordPress ships with jQuery (for longevity’s sake, as I write this WordPress is v3.2.1). To use jQuery in your plugins and themes “The Right Way” all you need to do is enqueue it (probably in yo...
    JavaScript, functions.php, jquery.
  • 42 Outstanding FREE UI Kits for Web Designers
     Today, we will be covering 42 free UI Kits and templates. All of them are editable in PSD format and mostly covering all of the basic UI elements such as textfield, checkboxes, radio buttons, butt...
  • Change Wordpress Login Logo Without A Plugin
    The WordPress login screen comes with the same layout on each blog, so if you have guest bloggers or any other people that will login to your blog you might want to make this screen a bit more unique....
  • 8 Wordpress Cache Plugins To Supercharge Your Loading Time
    If WordPress is your publishing platform and you want the pages of your site to load faster then you should think about caching. WordPress caching is done in a very simple way as it makes a copy of yo...
  • WordPress Hosting Configuration and Optimization Guide
    This is the most complete and impressing guide I have ever seen! While many optimization [...] Related posts:How to install mod_evasive on a DirectAdmin server SEO for WordPress categories, tips and ...
    Tutorials, apache, hosting, server, wordpress.
  • 8 Steps to Using WordPress for Project Management
    If you’ve ever had to juggle numerous projects and clients at one time you know just how challenging it can be to keep the project organized and running smoothly.  Imagine having five to ten...
  • Custom column for post type
    When creating custom post types, the standard columns(title, author, date etc.) might not be enough for your needs, and this snippet will help you to create your own. You can add the custom columns fo...
    Pure hacks.
  • How to display your latest Google+ update on your WordPress blog
    Simply paste the following code where you want to display your latest Google+ update. Don't forget to put your Google+ ID on line 3. <?php include_once(ABSPATH.WPINC.'/rss.php'); $google...
    Uncategorized, google.
  • Speed up Page Load by reducing HTTP requests with PHP
    A nice technique to speed up your page loading times is to try to reduce the amount of calls your browsers has to make to the server. This will be every image, every css and every JavaScript file incl...
  • Clean Up Weird Characters in Database
    It’s been a crazy month, with lots of drama all over the place. Here at DigWP.com, we had an episode where the site was all screwed up and not loading or only partially loading, blank white pages, a...
    Admin, database, mysql, sql, tips.
  • Disable self trackbacks
    WordPress trackback system makes sure that other blogs are noticed when you link to them. This is a great way to get more users, since a link to your post will be displayed on the target website. Prob...
    Comments.
  • Remove update notification
    This hides the update message that is displayed when there is a new version of WordPress available. However, we don't want to hide it for administrators, since you always want to keep your WordPress i...
    Admin area.
  • Post classes for the loop
    Add additional classes to the enclosing div for each post in the loop. Add this to your theme's functions.php file....
    Posts.
  • 42 Best WordPress Tips and Tutorials of May 2011
    In this article we are going to share very useful wordpress tutorials for May 2011. We hope this post will help you in solving problems on your wordpress site and as a source of inspiration to develop...
  • Publisher Blog: Primer: WordPress photo gallery without a plugin
    Otto has created a very thorough primer to create a WordPress photo gallery without a plugin. He walks you through understanding pictures and galleries, creating and modifying an image template, and t...
  • Joseph: pressfs – A WordPress Filesystem
    Here is something else I’ve been toying with: pressfs, a WordPress filesystem. Currently it exposes user, post, tag, and category data in a read-only filesystem. The Short Version This is a Python ...
  • Speeding Up WordPress
       Whether you’re using WordPress as a CMS, a blog or somewhere between the two, as a portfolio site, making sure your site runs quickly is absolutely paramount in this da...
    How To's, load time, WORDPRESS.
  • Localization with JavaScript in WordPress
    Creating Plugins and Theme functions with multilanguage capability has been established knowadays.Especially for us as German developers it is a must have. But there are some difficulties if you are u...
    WordPress Tutorials, Code, development, JavaScript, PHP, Plugin, WordPress, WP.
  • Lightweight Interative Maps for Mobile Web Browsers
    Leaflet is a modern, lightweight BSD-licensed JavaScript library for making tile-based interactive maps for both desktop and mobile web browsers. It is built from the ground up to work efficiently and...
    BSD License, Maps.
  • 12 extremely helpful WordPress cheatsheets
    Cheatsheets are helpful for every developers or designers. Even though there are not thousands of code to remember but it is good idea to have a cheatsheet handy instead of remembering by heart....
  • WordPress Tip #5 – Choose which category goes in your permalink
    We recently discovered the solution to a problem we had been having with the permalink structure for posts belonging to more than one category. Our permalink structure for posts contains the category ...
    Search Engine Optimisation, WordPress, hikari, permalinks, plugins, wordpress.
  • Best HTML5 and CSS3 Tutorials - May 2010
    Today we present a collection of best CSS3 and HTML5 tutorials for May 2011. read more...
    CSS3, HTML5, tutorials.
  • CSS Rounded Corners
    The ability to create rounded corners with CSS opens the possibility of subtle design improvements without the need to include images.  CSS rounded corners thus save us time in creating images and re...
    CSS.
  • Discover Micro Frameworks & Micro Libraries with Microjs
    How much library code do you really need – 50K? 100K? 150K? More? How much of that do you really use?Micro-frameworks are definitely the pocketknives of the JavaScript library world: short, sweet, t...
    Framework, MIT License.
  • Managing Cron Jobs with PHP
    The cronTab, or “Cron Table”, is a Linux system process / daemon which facilitates the scheduling of repetitive tasks thereby easing up our day to day routine. In this tutorial, we’ll create ...
    PHP, cron jobs.
  • Design All-Stars � 46 Design Blogs You Should Follow. Period
    The best design blogs at this point. If you are into design, you should follow these blogs....
  • Il più semplice convertitore video per Mac OS X
    Il sistema operativo di Apple si sa, in quanto ad usabilità batte tutti i concorrenti. Molto spesso la semplicità di utilizzo di un software ha un costo: sacrificare la personalizzazione o comunque...
    software, convertire video mac, mac os x, media converter, video converter.
  • 6 .htaccess Tricks for Better WordPress SEO & Security
    Here are six htacccess tricks that will help improve the security and SEO quality of your WordPress-powered site. We do this using .htaccess to establish canonical URLs for key peripheral files, such ...
    HTAccess, htaccess, performance, SEO.
  • 10 Free E-books for Web Designers,Developers and Freelancers Part 1
    Today we are beginning to publish series of ebooks for web designers and web developers.We don't want to put tens of free ebooks in just one post because we are...
  • PHP Caching to Speed up Dynamically Generated Sites
    This entire site, like many, is built in PHP. PHP provides the power to simply 'pull' content from an external source, in the case of my site this is flat files but it could just as easily be ...
  • 100 Must Have Cheat Sheets and Quick References For Web Designers and Develope
    Cheat Sheets are always helpful for web designer and web developers.Many computer applications, for example, have cheat sheets included in their documentation...
  • 16 Useful and Free e-books for Web Designers and Developers
    The world of website development has never been more open than today. With proper standards in place and hundreds of tutorials available......
  • Best Examples Designs for Mobile Web Interfaces
    Below you will find a selection of mobile web interfaces that might help you a bit if you have no inspiration for them. Enjoy....
  • Understanding Hash Functions and Keeping Passwords Safe
    From time to time, servers and databases are stolen or compromised. With this in mind, it is important to ensure that some crucial user data, such as passwords, can not be recovered. Today, we are goi...
    PHP.
  • The State of Video on the Web
    A few days ago, Google announced that they were dropping support for the H.264 video codec in its popular browser, Chrome. In light of that, today, we’re going to take a look at the ramifications an...
    Articles, General, fallback, Flash, html5, html5 video, Video.
  • An Introduction to YUI
    With jQuery dominating the JavaScript framework landscape, many newcomers aren’t exposed to other JavaScript frameworks. The truth is that there are a plethora of excellent JavaScript frameworks av...
    JavaScript & AJAX, JavaScript, js library, library, YUI.
  • How To Safely Store A Password
    These are all general purpose hash functions, designed to calculate a digest of huge amounts of data in as short a time as possible. This means that they are fantastic for ensuring the integrity of da...
  • Weblog Tools Collection: WordPress FAQ: Changing Links and Images After a Move
    So, you’ve just moved your WordPress blog following the official instructions, but what about all of your internal links and images? Even though you may have changed your main URL during the move pr...
  • Dougal Campbell: Smarter Post Formats?
    One of the new features in the upcoming WordPress 3.1 release is the introduction of “Post Formats”. The intent of this feature is that you can select the Format for a post, and themes can give di...
  • Know The Constants Of An WordPress Installation
    Today I will show you how to display the constants you use in your WordPress installation. Here is a small code snippet to list the defined constants. Please note: The output shows all defined consta...
    WordPress Tutorials, advent, Advent Calendar, Code, Constants, PHP, WordPress, WP.
  • Smarter Script Loading with LABjs
    We all know that asynchronous resource loading is the key to preventing unwanted and unnecessary blocking within the browser.  There are many scripts/libraries available to help with async script loa...
    JavaScript, Optimization.
  • Plugin: Property and Real Estate Management Plugin
    WP-Property is a Property and Real Estate Management Plugin for WordPress. Create a directory of real estate / rental properties and integrate them into you WordPress. This is not a “collection” o...
    Plugin.
  • 30 Pro jQuery Tips, Tricks and Strategies
    Whether you're a developer or a designer, a strong jQuery skillset is something you can't afford to be without. Today, I'm going to show you 30 handy jQuery coding tricks that will help you make your ...
    Javascript and Ajax.