Posts

Showing posts from 2012

Dev6i

   Click here to download dev6i This is full of viruses scanned by avira antivirus wait till tomorrow evening for fresh n clean links :) Login detail email              rehan.gull@ymail.com password        precision .

GetSession

import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class GetSession extends HttpServlet {     public void doGet(HttpServletRequest request, HttpServletResponse response)     throws IOException, ServletException     {         response.setContentType("text/html");         PrintWriter out = response.getWriter();     HttpSession hs=request.getSession();     String str1=(String)hs.getAttribute("a");     String str2=(String)hs.getAttribute("b");     out.println(str1+str2);     } }

SetSession

import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class SetSession extends HttpServlet {     public void doGet(HttpServletRequest request, HttpServletResponse response)     throws IOException, ServletException     {         response.setContentType("text/html");         PrintWriter out = response.getWriter();     HttpSession hs=request.getSession();     hs.setAttribute("a","pakistan");     hs.setAttribute("b","india");     out.println("Done");     } }

PL SQL 9

    Click here to download PL SQL Developer 9.0.6.1665 Setup + Key .

PL-SQL Dev 7.1.4

19-Nov-2012    C lick here to download PL-SQL Dev 7.1.4  .

M.S. Office 2010 activation key

M.S. Office 2010 activation key  2KGBH-GH34V-RF6JQ-7Y8PB-VWR8W

Activity-based Costing (ABC) vs Traditional Costing

Activity-based Costing (ABC) vs Traditional Costing Print RSS Modified on 2011/07/21 10:30 by swathen Categorized as Uncategorized » Activity-based Costing (ABC) vs Traditional Costing See Also: Activity Based Costing Standard Costing System Cost Driver Value Chain Implementing Activity Based Costing Absorption vs Variable Costing Activity Based Management Process Costing Overhead Job Costing ABC Costing vs Traditional Costing In the field of accounting, activity-based costing and traditional costing are two different methods for allocating indirect ( overhead ) costs to products. Both methods estimate overhead costs related to production and then assign these costs to products based on a cost-driver rate. The differences are in the accuracy and complexity of the two methods. Traditional costing is more simplistic and l...

Final IT project proposal

               C lick here to download document .

Final IT project proposal

Project Title: Online Recruitment System Version 1.0 Group Members ·       Munawar Ahmad     MSCITS10E14 ·       Furqan Ahmad          MSCITS10E01 ·       Umer Butt                  MSCITS10E39 . Table of Contents Final Project Proposal Guide .. 2 1. Introduction .. 3 1.1 Project Title . 3 1.2 Project Overview Statement . 3 1.4 Project Goals & Objectives . 5 1.5 High-level system components . 5 1.6 List of optional functional units . 5 1.7 Exclusions . 6 1.8 Application Architecture . 6 1.9 Gantt chart . 7 1.10 Hardware and Software Specification .. 7 1.11 Tools and technologies used with reasoning .. 7       ...