Author Archives: admin

Change Login logo

Change the login-logo at the login-page. Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

Change footer-text in WP Admin

Change the text in the bottom of the WP admin pages. Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

Change Admin logo

Change the logo in the Admin Panel to an image of your choise. Put your logo in the image-folder and call it admin_logo.png. Credits Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for [...]

Add Post/Page Thumbnails

Ever thought about having a featured image on your posts or pages? Well, here it is. Add the following in functions.php and you will find a new meta-box in the edit page, that allows you to choose a featured image for the post. This adds support for pages only: And this adds support for posts [...]

CSS3 transitions

Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

CSS3 Embedded Font Face

CSS3 can render type using several font formats: “truetype” (ttf), “opentype” (otf), “embedded-opentype” (eot) and “scalable-vector-graphic” (svg,svgz). NOTE: For some reason, using both @font-face and text-shadow will cause problems in Google Chrome. The reason IE has been given a ‘?’ next to it for the @font-face attribute, is because it will work using the popular [...]

outline an element box

Browser Support : Firefox, Chrome, Safari Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

resize box elements

Browser Support : Chrome, Safari Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

reflexion of text or boxes

Browser Support : Chrome 2+, Safari 4+ Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

rotate element

Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

radial gradient

Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

linear gradient

Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

text stroke

Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

Formy CSS forms framework

Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare on LinkedinMixx it upShare via MySpaceshare via RedditShare with StumblersTumblr itTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend

get posts with a specific custom field/value

To achieve this recipe, simply find the loop and add the query_posts() function just above, as in the example below: You’ll get the list of post having review_type as a custom field key and movie as a value. Just change theses values to fit your needs. Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upShare [...]