Codetruster
Thursday 15 August 2013
Sunday 11 August 2013
Friday 9 August 2013
Displaying a maximum amount of characters using substr() in php
In this post we have discussed about how the content is viewed by onclicking the link, more.In a paragraph we used to keep some particular lines then we will keep readmore link,by clicking on that link more the remaining content will displayed below.
To view minimum lines visible and the maximun lines invisible using the function substring().Wednesday 7 August 2013
Live Notification like Facebook using Jquery and Css
Today I am going to share same kind of facebook like live notification system using jquery and css.
Everyone knows that facebook has a live notification messages that pop ups bottom-left corner.
Using the simple Jquery code,we can use the live notification messages,
<script> $(document).ready(function() { $.sticky('The webpage has loaded!'); var callnotification = function(){ $.sticky('<b>You have a new message!</b>'); } setInterval(callnotification,4000); }); </script>
Sunday 4 August 2013
Subscribe to:
Posts (Atom)