This is a set of free social bookmark icons in sewn style. They are ready to be downloaded and used right away. Change the colour of the icons using the “Hue/Saturation” layer to match your design.
DigiBlu is a free wordpress magazine theme with premium features such as animated gallery, post thumbnail, featured video, latest tweets, social bookmark, popular posts and more. Come in to view the demo and list of features.
Downloaded 669 times
The problem, in most cases, is not caused by error in your codes, it’s more likely a mistake of misplaced Java files. I encountered this problem when I run a Java file using Eclipse for the first time. Previously I was using jCreator to do my Java programming, so I am not used to project-based IDE like Eclipse.
The term “Standalone” here refers to a page that run using WordPress engine but does not display using your WordPress theme. It means that your page can access all PHP functions in WordPress but you get to decide how the page looks like. The good news is, to do this using WordPress is amazingly easy.
Metalo is a free metallic-design wordpress magazine theme with premium features such as animated gallery, post thumbnail, featured video, latest tweets, social bookmark, popular posts and more. Come in to view the demo and list of features.
Downloaded 815 times
I am going to order a copy of Mac OS Lion from the Mac App Store today. As this is my first Apple ID with credit card details on it, I was prompted to update/verify my credit card details. However, the verification form has a serious bug that might piss SOME of their customer off, in my opinion. I believe only a minor amount of users have this problem.
Luvo Theme is a free wordpress magazine theme with premium features such as animated gallery, post thumbnail, featured video, latest tweets, social bookmark, popular posts and more. Come in to view the demo and list of features.
Downloaded 851 times
If you are using XAMPP for Mac OS like me, and was asked to enter FTP login information when you upgrade Wordpress core and download themes or plugins, then this guide is for you. After searching for solution online, I found that this is a permission problem due to your Mac’s username is different compared to the default user name in XAMPP for Mac, called nobody.
We were used to use RewriteRule to match a URL, and then rewrite it. However, RewriteRule will always ignore your query string (GET data) so we need to use RewriteCond in order to capture the values in the query string. This is the basic syntax: RewriteCond %{QUERY_STRING} pattern
I started to notice this bug when I was playing with my new tool in my tools playground, the HTML Tags Counter. I loaded my site zenverse.net and viewed the HTML source using Google Chrome. Then, I copied and pasted the codes to run an analysis using my own tool. I was “amazed” by the result, I get different errors (different unclosed/unopened tags) almost everytime I reloaded the “view source” page.