Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to implement zip compression in .Net ?

Hi Friends, Sometimes we need to compress some files programmatically in our code particularly in the case when you are developing any multiple download scenario. We compress the files for following reasons: 1-Compressed files are smaller in size,

Benefits of Technology For Startup Businesses

When you talk about technology, you should try to always ask yourself: how can this improve my life? Technology is, of course, built for the sole purpose of helping mankind achieve its goals and finish its tasks. This goes from simple jobs like heati

Print the html using a print button

There are many case which need the print out of the document that is being currently displayed. We can print the document easily just by using a button and a little javascript code. All you need is a html. Then the div or the part of the page that

Can I Alter Postfix Notation to Prefix Notation with Small Tweak in C++

Preferred language using C++// Basically the expression below has been converted into a C++ postfix expression. Now i need to reckon the result. I used deque somehow, instead of stack, because i tried using stack and it didn't seem to work. but

Top 5 Tech Trends Shaping the Business World in 2017

Businesses have always been influenced by outside forces. The most influential of these is technology because it disrupts every aspect of handling a business - from consumers to the CEOs themselves. In many ways, technological advancements are making

Built in Objects in ASP.NET

ASP stands for Active Server Pages. By using ASP built-in objects, we can get the information related to the web server, web pages in the web application etc. the built-in objects are categorized according to the information it contain. Following ar

main.c:18:8: error: called object ‘sum’ is not a function or function pointer

Please help me to solve the error main.c:18:8: error: called object ‘sum’ is not a function or function pointer, below is the code: #include<stdio.h> int sum(int*a,int*b) {     int s=0;     s=*a=*b;     return s ; } int mai

Understanding the Rise of Personalized Products in E-commerce

Only a few years ago we knew about personalized products only in the form of a few prints on coffee mugs or key chains from the local printer or photo studio. The market witnessed the transition in the recent years and it was so swift that one could

How to make validation for multiple email validation using Jquery

Hello Reader's if you have implemented multiple input for emails and you want to validate all of them using a single validation rule. By using JQuery you can make this. Lets see how to make validation:- Suppose your html page is like this:- <sel

Image Upload using Retrofit

We are assuming you are already familiar with Retrofit. If not then first go to this. We have used multipart request for uploading image on server using Retrofit. Following are the simple and easy steps for image uploading using Retrofit:- Step&nbs

1 266 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: