Banner Ad

    A    L    W    A    Y    S           D    E    S    I    R    E           T    O           L    E    A    R    N           S    O    M    E    T    H    I    N    G           U    S    E    F    U    L   

Technology and business

technology and business are becoming inextricably interwoven. I don't think anybody can talk meaningfully about one without the talking about the other

Friday, November 8, 2013

All Head First Series Ebooks Collection for free

All Head First Series Ebooks Collection Computers Head First Data Analysis.pdf 23 MBHead First Networking.pdf 38 MBHead First WordPress.pdf 27 MBHeadFirst WebDesign.pdf 40 MB Languages Head First Ajax.pdf 50 MBHead First C#.pdf 71 MBHead First HTML with CSS and XHTML.chm 1 MBHead First HTML with CSS and XHTML.pdf 21 MBHead First Java.pdf 34 MBHead First Javascript.pdf 51 MBHead First PHP and MySQL.pdf 32 MBHead First...

Sunday, September 1, 2013

Easy and fast way to add PayPal payment gateway to your website

following is paypal Buy now button java script code You need to add paypal-button.min.js   click here to download andadd as follows between your <head> tag  or add github URL https://raw.github.com/paypal/JavaScriptButtons/master/dist/paypal-button.min.js <script      data-callback="http://sep06.netne.net/online_portal/controller_b/post_ad/success"      data-tax="0"      data-shipping="0"      data-amount="5.5"      data-name="harsha"   ...

PHP codigniter ajax call to load dropdown when another dropdown changes

<select id="makes2" name="makes2" style="width:200px;" data-hint="" onchange="load_dropdown_content1($('#field2'), this.value)">                           <?php  $sql = mysql_query("SELECT distinct make FROM advertisements"); while ($row = mysql_fetch_array($sql)){ echo "<option value='".$row['make']."'>" . $row['make'] . "</option>"; } ?> </select> here my values are hard coded to load values from mysql databasewhen dropdown onchange() function...

How to define static javascript variable

<script type="text/javascript"> checkadid.count=0; checkadid.adid=""; function checkadid(checkbox) { checkadid.adid=checkadid.adid.concat(checkbox.value);     if (checkbox.checked)     {              } } </script> here my javascript static variable is checkadid.adid since javascripts are weakly type there is no hard and fast rules you need to define variable as above and i used this static variable access to following java script function function load_table(){ ...

Monday, March 25, 2013

Vehicle Reservation System

2nd year 1st semester programming assignment(Vehicle reservation system) Click here to download assignment in detail you must restore mysql database for run this software Click here to download SQL file If you are having problem with generating ireports this will help you. (download ireport basic tutorial) Click here to download software with source code Software developed using Netbeans IDE  1.7JDK For...

Sunday, March 24, 2013

Ethical Hacking

Download Ethical hacking video tutorial (143 MB) Files: 01.Introduction / 01.Course Overview.mov 2 MB 02.Ethical Hacking & Penetration Testing / 01.What is Ethical Hacking.mov 2.1 MB 02.Ethical Hacking & Penetration Testing / 02.Types of Ethical Hacking.mov 2.2 MB 02.Ethical Hacking & Penetration Testing / 03.Responsibilities of the Ethical Hacker .mov 1.3 MB 02.Ethical Hacking & Penetration Testing / 04.Customer...

Thursday, March 7, 2013

Microsoft visual studio C# .Net video tutorials

Download Microsoft visual studio C# .Net video tutorials (419MB) Introduction The .Net Solution Jumping Into C# Data & Value Types Reference Types & More Classes & Objects Enums & Structures Core Programming Working With Strings Delegates & Events Windows Applications Core Programming In Use Object Oriented Techniques File System I/O & Streams Namespaces & Assemblies Data Access (ADO.NET & XML) Web Applications Web...

Software Engineering design patterns video tutorials

Download design patterns video tutorials Introduction to Design Patterns The Strategy Design Pattern The Decorator Design Pattern The Factory Design Pattern The Observer Design Pattern The Chain of Responsibility Design Pattern The Singleton Design Pattern The Flyweight Design Pattern The Adapter Design Pattern The Facade Design Pattern The Template Design Pattern The Builder Design Pattern The Iterator Design Pattern The Composite...

Red Hat Certified System Administrator RHCSA

  Download Red Hat Certified System Administrator RHCSA (Size: 463.39 MB) 01 Introduction   01 Welcome.flv 6.29 MB   02 Practice Requirements.flv 3.51 MB   03 Basic Installation.flv 7.09 MB   02 Kickstart Installations   04 Kickstart Files.flv 8.54 MB   05 Installing RHEL with Kickstart.flv 2.82 MB   03 Basic Command Line   06 Accessing a Terminal.flv 5.07 MB  ...

Related Posts Plugin for WordPress, Blogger...

your comments