New features in WordPress 3.8

WordPress 3.7 was released this October and a new version 3.8 is announced so soon with some visual changes to the update. WordPress 3.7 had some behind the scene performance improvement and automatic update feature but had no visual change, but all the changes are really good, almost as ...

# Articles No comments

Shortcoder v3.4.1 released for WordPress 4.4

Shortcoder 3.4.1 is released which fixes the compatability issue in WordPress 4.4. Please read further to know more info on this release. Starting Shortcoder 3.4.1 the syntax for shortcoder is [sc name="your shortcode"]. This is in effect to the shortcode API related changes made in WordPress core which made ...

Introducing new category: Web resource collections

I was completely thinking and working for a month to get a best way to list the inspiring design related articles, tutorials and freebies in my site. Finally I got a way of publishing the kind of articles I actually love. The category is called “Collections”. It holds a ...

# Blog 1 Comment

Announcing the new revamped Announcer plugin v2.1

Nearly around 2 years, the Announcer WordPress plugin was left untouched with no new updates. The old version had all the basic features working well. But the interface and coding standards were to be improved. This (version 2.1) has a lot of new updates. It has the latest code ...

# Blog 3 Comments

Creating triangles with CSS

Triangles can be made easily using CSS also without any images. This trick requires only div tags and some CSS works. To get this trick, just use the code below.

# Articles 1 Comment

Add Speech Recognition to input boxes in HTML

Google search text box has a voice recognition feature which is very helpful for inputting long sentences and difficult words. This feature can be brought to normal input text boxes also. But this feature works only in browsers which use the webkit rendering engine (ex: Google Chrome version 11 ...

# Articles 6 Comments

Encoding email address in wordpress posts

Email address are frequently used in each and every posts at the bottom or at the top for contacting the post’s author. But those email addresses get spammed more. Replacements like using images instead of directly typing the addresses are also appreciable. But they can be painful inserting the ...

# Articles 2 Comments

Debugging PHP

Some useful techniques in debugging PHP are mentioned below Article: http://dev.piwik.org/trac/wiki/HowToSetupDevelopmentEnvironmentWindows Firefox addon – Firephp PHP Extension – Xdebug Using var_dump() phpEd Zend Studio (5.5) with Zend Platform Using, print_r and echo

# Articles No comments

By using this website, you agree to our Terms