https://developers.google.com/edu/python/ – (Google’s python course) learn basic Python programming with fun π
Link: How to TeX
http://www.howtotex.com/Β – (how to tex) one stop site to learn LaTeX
Liveblog: Weekly Pocket Collections, Up to December 15th
This weekly pocket collections would like to share some articles through liveblog way. Let’s start now.
TUTORIALS:
- Fullscreen Pageflip Layout
- Decorative CSS Gallery β Part 2
- How to make an animated thumbnail
- Responsive Column Layouts 42
NEWS:
Weekly pocket collection, December 8th
Hi readers!
I’ve been using pocket apps for several weeks now. And I got plenty of articles that I have saved on it from daily basis browsing since then. I thought it would be nice if I could share it with you. Well, here they are, my first “Weekly Pocket Collection, December 8th”.
- Gamma Gallery from tympanus
- Heading Set Styling with CSS
- WPMUβs Best in WordPress: November 5th β 11th
- 7 Fantastic Presentations from WordCamp and BuddyCamp Vancouver 2012
- Stop WordPress Content Thieves From Stealing Your Content β And Your Bandwidth
- Responsive CSS Timeline with 3D Effect
- 40+ essential WordPress plugins
- Tips and Plugins to Make a Multi-Author Blog More Manageable
- Z-Index And The CSS Stack: Which Element Displays First?
- 50 Totally Free Lessons in Graphic Design Theory
- Resources that matter
- Code smells in CSS
- How to Create Retina Graphics for your Web Designs
- IE10 CSS Hacks
- CSS Architecture
- How Fluid Grids Work in Responsive Web Design
- Typespiration – // treating typography with respect
- Design Patterns for Creating Exceptional User Interfaces on the Web
Hmm… I think that’s enough for now, have a happy reading mates! π
How to record your Mac Screen without any Third Party Apps?
How to record your Mac Screen without any third party apps?
Well, that’s what in my mind when I was going to make a screencast. Then I browsed through the Google and I found this video, it’s very helpful, indeed!
WordPress self-hosting: How to change default email sender name?
Well, let’s get to the answers! So far, I’ve found two ways how to fix the problem.
[contentblock id=1 img=adsense.png]
- I call it ‘a temporary trick’, anyway, let’s go to the wp-include directory and open pluggable.php, then search:
$from_name = 'WordPress';
and change it with your name (website name or anything you want).It’s simple and it works, indeed! Unfortunately we have a drawback here, you have to do it every time you update WordPress into the recent one. That’s why I called it a temporary trick. However I use it because it’s effective. Continue reading “WordPress self-hosting: How to change default email sender name?”
How I Added Video Post Format into Minds (TwentyEleven Child Theme)
Several days ago I got a feedback that asked me about how I added video post format into my Minds (TwentyEleven child theme). Unfortunately I could not reply the feedback yet since I am new to the contact form system by Jetpack (Automattic). I guess the feedbacks would appear in my email, instead, it appeared on the feedbacks menu on the dashboard (shame on me π ). That’s why I would like to try to explain here the way I added video format into child theme, in this case, Minds child theme. Continue reading “How I Added Video Post Format into Minds (TwentyEleven Child Theme)”
Mac OS X: Add folder to sidebar in Finder
Today I was wondering about how to add folder to sidebar in the finder. Then I googling it, and I’ve got several potential solutions from some forums. However when I tried they tricks, it did not work well. That’s why I figured if I can do it by “Drag and Drop” technique, and guess what? It works perfectly. So what I’ve done was, I
- opened the Finder,
- located the folder that I wanted to show on the sidebar,
- then dragged it onto the sidebar and dropped it.
Voila, it’s done π
Just a simple trick I’ve found today as a new Mac user, hope it is useful
Adding Google Custom Search Engine into WordPress without Plugin
In this article I’d like to share what I’ve done to embed Google Custom Search Engine (CSE) into my site which is basically using WordPress. So, the goal is to add CSE without changing my native search box. Why? Because I solely like it π Try to search some keywords on my search box to see the result of this tutorial π
Okay, let’s start the tutorial Continue reading “Adding Google Custom Search Engine into WordPress without Plugin”