Jquery Scroller Horizontal scroller from left to right side direction:- Index.html <!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>jQuery simplyScroll - Logicbox</title> <script type="text/javascript" src="http://splashurl.com/o5bzej9 </script> <!--<script type="text/javascript" src="/js/common.js"></script>--> <script type="text/javascript"...
Read More...Translate
About Us

- Bel-technology
- Jaipur, Rajasthan, India
- A 7 Year old company providing exclusive services in website designing, development and hosting.
Click here to know what we do
Popular Posts
-
Photoshop tools:- Hi, In previous post of mine I described the importance and use of Photoshop and its various versions. In this po...
-
How to make an Expandable Text area in HTML: Hello Friends, Today I am going to share a trick about a text area that has flexi...
-
JSP (Java Server Pages) Custom tag JSP (Java server pages) custom tags separate the program logic and presentation of tag. Applicatio...
-
How to write test cases – For new breed testers: Hi, again…this time we are going to make you understand the Set of steps, conditions...
-
Create dropdown list with text and images (ASP.net- C#) We are providing you a simplest way to create dynamic dropdown list box with t...
-
How to learn and use Photoshop Photoshop is one of the photo editing software that can be used by anyone. It allows users to...
-
White box testing White-box testing is a method of software testing that tests internal structure or workings of the software. It is a...
-
Websites and Software's for you from Bel-Technology If you need a website or software customized and personalized specially fo...
-
Hello everyone, this is our new post to let you know how to create a simple accordion for your website. Accordion menus or navigat...
-
Bootstrap Best Responsive Testimonials slider : Testimonial Slider is a simple plug-in for Bootstrap that will help you show the Tes...
Labels
www.bel-technology.com. Powered by Blogger.
Create dropdown list with text and images (ASP.net- C#) We are providing you a simplest way to create dynamic dropdown list box with text and images. We used a jquery plugin to make this possible. Code explained here:- To implement concept first design table in your database and...
Read More...
Image Zoom Effect by jquery and css To get a zoom function on hover of the item use this simple code. When cursor moves on the image a zoom up of the same will move on the right side of the image to be zoomed.
Read More... Create Captcha with refresh button (ASP.net- C#) We are providing you a simplest way to create captcha for your registration form. A refresh button is also there to change captcha. There is no need of any jquery in this code. Code explained here:- Create a generic handler file...
Read More... Merging image boxes with jquery Today we will show you a nice effect for images with jQuery. The idea is to have a set of rotated thumbnails that, once clicked, animate to form the selected image. You can navigate through the images with previous and next buttons and...
Read More...
Visual c# Replace special characters from a string The following function will replace special characters from a string with single space. Regex.Replace(str, "[^a-zA-Z0-9_.*\n\u2022 ]+", "") public string RemoveSpecialCharacters(string str) { String val = Regex.Replace(str, "[^a-zA-Z0-9_.*\n\u2022 ]+", ""); // return val.Replace("*", "\r\n \u2022"); return val;...
Read More...
Java Script calendar tool (jsDatePick) jsDatePick is a free Javascript calendar (for date picking), optimized for speed, flexibility, and aesthetics. It can easily be used by webmasters with little to no Javascript experience, or experienced Javascript programmers. Copy paste this code to every page you want the calendar to be...
Read More... Jquery to create photo Album like Slider Featured Content Slider makes a slideshow out of arbitrary content on your page, so users can manually select a content to see or have them rotated automatically. Using an auto-playing content slider is the one of techniques to show your featured...
Read More...