September 20th, 2010
732 views
I had made a project in college on a boutique shop. And this time I am sharing its dummy database with you. You may use its database to build your own application.
This database contains enough data for your practice and to test your application completely. Still if you do some changes or populate it with more data then please share it with me. So I can spread your work.
Download here
This area is protected to registered users only.
Categories: Download, Interactive knowledge & Tips n Tricks & other reference stuff Tags: code, computer, DB, Effortless, intermediate, moneyless, Programming, Ready to use, SQL and Database, students
September 8th, 2010
1118 views
This article is written specially for students who are building an application or project for their own practice or as a college, school assignment. It might help you to improve your analysis level. Here, you will know
- How to relate tables?
- How to separate data into multiple tables?
It’ll help you to build project related to hotel management where people stays, check in and check out. It’ll not help you if you are building an application related to some restaurant.
If you need some more data base you can visit db files tag. My purpose is to make you concentrate on, how to retrieve data not to build data. If you have less time to develop complete your projects or assignment you can use ready to use code and applications from this site. Now the time is to go practically and improve your understanding in retrieval of data and SQL.
Download here
This area is protected to registered users only.
September 2nd, 2010
51 views
This post doesn’t seem very useful for people who uses internet frequently. But people who are not very computer friendly or new in this field can find this article appropriate.
Many times you need to share your computer with your friends. So they can repair it or can teach you something. Sometimes you need to share your PC data with your friends. But sometimes you want to share data with anyone. You just want to upload files somewhere on the net. So anyone, who knows where the data is uploaded, can download it.
For this you can use any online file sharing service provider like Rapidshare, Megaupload etc.
Basically, downloading files from any file sharing site is very much similar. You’ll find all below mentioned steps common for all sites.
- First you need a link to download a file say;http://rapidshare.com/files/xxxxxxxxxxxxxx
- All file sharing sites provide free downloading and paid downloading. Sometimes these words can be replaced with some other good name. Like regular downloading instead of free and premium instead of paid. You have to select free downloading.
- Since any one can use free downloading so there is some limitation over it. For example;
- You might have to enter some code to show human presence. …. This protection is named as CAPTCHA.
- You may have to wait for some time before starting another download, even if your first download fails due to any reason. A counter will be displayed in this condition.
- You’ll not get full download speed.
- Main purpose of limiting free downloading is to increase premium users. Once the counter is over or you enter the code, they displayed as image to check your presence, you will get download link. You just need to save the file on your PC.
- Most of the downloadable files are compressed files. And they can be opened using WINRAR. They are compressed just to group multiple files into single and to reduce their size.
Please note this
Remember that if you don’t start downloading for a long time then appeared link might be expired. And you’ll have to follow all steps again.
September 1st, 2010
47 views
If you already had read article over margin fix and float fix then you must be interested to test your website on various browsers, their versions and various platforms.
It is not easy to install all browsers on your local machine. Nor you can arrange many platforms. It’ll not only be expensive but time consuming. If you your website on one browser it must take 1 min on average.
Well!! I have a solution. Use browsershots. Browsershots lets you test any website online in few seconds.
It generates screen shot from various browsers on various platforms. You can select your desire platform, browser or their version.

Once your request is processed, you can see thumbnail for all results. Click on any thumbnail to see full image and detail.

Problems
- You cannot test a site which is not published since you need to give URL of a site.
- You might stick in queue. If there are many requests for a browser then it’ll put you in queue. You will have to revisit the site for screenshots. You need not to search again. Just use the URL looks like http://browsershots.org/http://article-stack.com/
Once you analyze generated screen shots, you might need CSS compatibility charts to identify the problem, if any and to fix them.
August 31st, 2010
203 views
Google hosts some scripts at their server that you can refer on your site directly. It doesn’t only save bandwidth of your site but make you tension free to update java script versions.
CDN means content delivery network or content distribution network (CDN) . You can host your site contents(static) like images, css, java script or flash files here. When someone visits your site, contents uploaded at some CDN would be downloaded on client side parallel. It saves bandwidth and reduce site loading time.
You can opt any java script framework mentioned below.
< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
< script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>
< script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script>
< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
< script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"></script>
< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js"></script>
< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.8.1/build/yuiloader/yuiloader-min.js"></script>
< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js"></script>
< script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.4.3/dojo/dojo.xd.js"></script>