Hello guys! today we are going to do a code that converts a DIV area to an editable HTML form and save the changes to the database. We are going to use jQuery, PHP & MySQL ofcourse. My inspiration for this post is Youtube! LIVE DEMO For beginners, this post covers some useful stuff like:… Continue reading Convert a DIV Area to an Editable HTML Form
Tag: php programming
How To Create Dynamic Pie Chart in PHP or JavaScript with MySQL?
Graphical or visual representation of data is usually a requirement for a software, mostly, business apps. Today I’m going to show you the two and free ways to generate dynamic Pie Charts for your web applications. We say “dynamic” because the data that will be shown in the pie chart were pulled from a database… Continue reading How To Create Dynamic Pie Chart in PHP or JavaScript with MySQL?
Move Options Between Two Select Boxes
Today we are going to do a code that can move options between two select boxes and save the changes to the database. I think this functionality will improve the user experience since the interface is intuitive. In this example, we are going to have the first select box (left side) which contains the list… Continue reading Move Options Between Two Select Boxes
Google Plus Style Notification Box Tutorial
Hi guys! I like the Google+ notification box and lately I wondered how to code a notification box that look like something like that. I love its simple design and box animation with easing. So I decided to create my own version. Today we are going to do a script that will look like the… Continue reading Google Plus Style Notification Box Tutorial
Past Month Traffic Details By Google Analytics
Hi guys! Earlier, I (accidentally) checked out our website’s Google Analytics account. I was surprised and happy about what I saw. The Stats For the past month, we got almost 12 thousand unique visitors, more than 14 thousand visits and more than 22 thousand page views. For me these statistics are very encouraging. I realized… Continue reading Past Month Traffic Details By Google Analytics
Display Facebook Videos To Your Website Script
Update 2: Hi guys! The script on this page is not actively developed anymore, but we have the alternatives! GO to the new FB Video Script Learn how to display other Facebook page data using these scripts too! Display Facebook PHOTOS On Website Display Facebook EVENTS On Website Display Facebook FEED On Website Display Facebook VIDEOS On… Continue reading Display Facebook Videos To Your Website Script
jQuery Redirect onClick Event (New or Same Window)
jQuery Quick Tip: This time I’m gonna show you how to redirect a page to another page or website when a user selected a value from a dropdown list and clicked a button. We have two buttons here, the first one will redirect you to a website in the same page and the second one… Continue reading jQuery Redirect onClick Event (New or Same Window)
Get DIV height in JavaScript
I’m going to show you how to get DIV height in JavaScript. I was in a situation when I have to animate a div by maintaining/grabbing/pausing its current height first but its height is not specified in the CSS and is dynamic. Anyway, this tutorial will focus on how to get the dynamic div’s height.… Continue reading Get DIV height in JavaScript