- Monday, January 11, 2010, 15:27
- Programming
- 274 views
Following is the definition of backtrace by GNU,
“A backtrace is a list of the function calls that are currently active in a thread.”
We can examine backtrace of a process by external debugger like gdb. We have following functions to get backtrace of process. Following is the code to print back trace if segmentation fault occurs.
int backtrace (void **buffer, int size):
This ...
Full article
- Monday, January 4, 2010, 13:15
- Programming
- 795 views
The Websites with attractive tooltips, widgets, overlays, visual effect and other interactive things which impress and attract people to great extent. If you wish to see the following features on your personal Websites but finding it difficult than you don't need the worry the solution of your problems is available in the form jQuery tools.
As the jQuery slogan says " The missing UI ...
Full article
- Monday, December 14, 2009, 17:19
- Featured, Programming
- 629 views
A favicon generator is a tool to automatically generate the favicon for your Web site but you might be thinking " What is Favicon?" actually it is a small icon shown in the address bar when you write the URL to open the site.
It is good to brand your site and increase the visibility in user bookmarks. In this post, I will refer ...
Full article
- Sunday, August 23, 2009, 10:47
- Programming
- 4,599 views
In past JavaScript is used by developers for client side scripting, but now developers have several option to add the functionality of JavaScript by using other tool and libraries. jQuery is also one of the best libraries for adding javascript, ajax features in the application, although the same task can be performed through javascript but jQuery provide the readymade easy to use functions.
What is ...
Full article
- Monday, August 17, 2009, 12:27
- Programming
- 927 views
In this tutorials, I will explain about linker, linkage and its type in detail with examples to make things easy for understanding. The topics discussed in this tutorials are very important for the computer science students as well as for the programmers working in the IT industry.
Linker
A linker is a program that takes one or more objects generated by a compiler and combines them into ...
Full article
- Saturday, August 8, 2009, 10:18
- Programming
- 2,197 views
CometChat is the first integrated inline chat script which works straight from your Web site. Increase interactivity by allowing your users to chat with their friends/online users and in-exchange keep them on your site.
CometChat comes in two flavors-
Standalone edition
Integrate with your existing social networking or dating or community site.
vBulletin edition
Integrate CometChat with your vBulletin forum.
Requirements
CometChat requires no special hardware or software.
Your server must support PHP ...
Full article
- Saturday, August 8, 2009, 10:04
- Programming
- 959 views
Wow just have a look this gallery, you will amazed to see the smooth flow, quick response of image loading.
Unlike other systems out there, JonDesign’s SmoothGallery is designed from the ground up to be standard compliant: You can feed it from any document, using custom css selectors. And even better, this solutions is very lightweight: The JavaScript file is only 16kb.
For ...
Full article
- Tuesday, August 4, 2009, 13:58
- Programming
- 5,422 views
Lightweight and flexible transformation of an unordered list into an expandable and collapsible tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.
Current version: 1.4
Compressed filesize: 3390 bytes
License: MIT/GPL
Tested in: Firefox 2, IE 6 & 7, Opera 9, Safari 3
For demo,download and documentation "jQuery Treeview Plugin"
...
Full article
- Friday, July 24, 2009, 8:36
- Featured, Programming
- 637 views
Internet traffic growth rate is unexpected; people like to browse variety of things which includes technology updates, news, articles, tutorials, movies reviews, weather updates and others. Remembering each domain name, visiting each website specifically needs amount of efforts and time
What is RSS?
To cater this problem and provide ease to readers on internet the format with the name RSS (Rich Site Summary) is introduce. RSS use ...
Full article
- Wednesday, July 22, 2009, 1:49
- Programming
- 873 views
This tutorial explains how to implement a simple tabbed search bar using CSS and a javascript function which set "active" the selected tab and changes the value of an hidden <input> element to set search options and execute your search only for all items related to the selected topic (for example: web, images, videos...).
For more reading about "Tabbed search bar using CSS and ...
Full article