MySQL Tips on Date

mysql tips on date

While we work on some custom php or mysql projects then often we require to make transaction or actions reports based on dates and date range. Like Daily, yesterday’s, last seven day’s, last months, last 3 month’s etc. We can do that easily with sql queries describe in todays MySQL Tips on Date

Continue reading →

Project Management Application – RationalPlan

RationalPlan is a powerful project management application designed to help both project managers and development teams to create consistent project plans, allocate resources and analyze workload, track work progress, estimate projects’ costs and manage budgets. Whether your applications are in the area of construction, engineering, services&consulting, software development or any other business field,  Project management application RationalPlan can help you to complete your projects on time and within budget. So, We can say RationalPlan is a software for project. Continue reading →

bbPress 2.0 – Shortcodes

The developers who works in wordpress already know about bbPress. bbPress is a forum plugin for wordpress which helps to turn your wordpress blog into a forum withing a minute! Here is a list of shortcodes available for bbpress to use in wordpress theme/content/widgets.

* Forums
[bbp-forum-index] – Show the forum index/archive
[bbp-single-forum id=$forum_id] – Show a single forums topics Continue reading →

CSS !important

I saw many XHTML/CSS coder use:

margin: 20px !important; margin: 10px;

I asked them why they use it? But they didn’t manage to satisfy me with their answer. Today I found this answer looks more appropriate. Please read below! Continue reading →

CSSDesk online CSS sandbox

Online Live Css Editor

CSSDesk is and online CSS sandbox. You can enter your html and css there. and view how it looks like.
You can share the icon and html with you user. You can also downlaod the result.
You also get some different background option.
Here is one of the share url of css desk share http://cssdesk.com/jLWnV

CSS Desk is nice tool for all the web developers to share there css and html with others.

 CSS Desk -Online CSS Sandbox

Hope this tutorial will help all of you.