03 Jan, 2011

Code ignitor

Articles related to code ignitor

CodeIgniter: Use GET Parameters for OAuth or Facebook

http://digitalpbk.com/codeigniter/use-get-parameters-facebook-application CodeIgniter: Use GET Parameters for OAuth or Facebook Codeignitor destroys your GET parameters, because it does not use it, however for applications that use OAuth, Facebook Applications or Facebook authentication using Facebook connect, GET parameters are required. In order to retrieve GET parameters from Code Ignitor, first we have to change the config.php, uri_protocol to PATH_INFO, this solves 404 Errors with GET parameters on Codeigniter ...
Published 1 year, 10 months ago

Removing index.php From URL in CodeIgniter

http://digitalpbk.com/code-ignitor/removing-indexphp-url Removing index.php From URL in CodeIgniter In Code Ignitor by default all URLs except the default home contains "index.php" by default in the URL, For example http://localhost/index.php/class/function. In order to make the URLs "cleaner", we have to remove "index.php" from the URL. This is done using the mod_rewrite module in apache to redirect all traffic to index.php/. The following code inside .htaccess does the redirection. Code Igniter .htaccess Rules ...
Published 1 year, 11 months ago

Sitemeter selling your stats to Ad Company

http://digitalpbk.blogspot.com/2007/05/sitemeter-selling-your-stats-to-ad.html Sitemeter selling your stats to Ad Company Sitemeteris or rather Was a popular site tracking service that reports about traffic stats on sites. Recently it was found by many that certain advertising company specificclick.net cookies were found in the browsers. Following it up I investigated the sitemeter code provided and here is the solid proof that sitemeter sells your stats to the company : The source code that is being generated by the sitemeter script that contains the ad code:I have ...
Published 4 years, 9 months ago

JQuery make dynamic draggable and droppable containers

http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers JQuery make dynamic draggable and droppable containers The jquery UI javascript has the Draggable and Droppable Interactions inorder to implement a drag drop UI. By default draggable and droppable containers are marked draggable and droppable by jQuery when the page loades, As shown in the code snippet below for the jQuery Drag code and jQuery Drop Code, jQuery Drop Code using jQuery droppable $(".dropTarget").droppable({ drop: function(event, ui) { // Drop Logic ...
Published 1 year, 11 months ago

Undocumented 8085 Instructions

http://digitalpbk.blogspot.com/2007/08/undocumented-8085-instructions.html Undocumented 8085 Instructions 8085 undocumented instructionsThese are the undocumented 8085 instructions, undocumented due to incompatibility with 8086, Use them at your discretion. (information here is not sure yet, still worth a post)DSUB Hex Code: 08HDescription: BC pair is subtracted from HL Pair affecting all flags.JNK [16bit location] - Jump to Location if 'K' flag is resetHex code : DDHJK [16bit location] - Jump to Location if 'K' flag is setHex Code: FDHRRHL - Rotate ...
Published 4 years, 6 months ago

Free Online 8085 Assembler and Simulator

http://digitalpbk.blogspot.com/2008/08/online-8085-assembler-and-simulator.html Free Online 8085 Assembler and Simulator Free Online 8085 Assembler and SimulatorI just made this long back, just put it online for anyone that might be interested in using it.Quick StartEnter the code as shown in the sample in the code view,Click Compile and Simulate.Click HexView to see the hex code of the programClick SimView and Click Step or Exec to simulate the program.There is a built in special function call for keyboard reads : CALL KBINPUTDisplays a prompt for directly entering ...
Published 3 years, 6 months ago

How to Download Google App Engine Code

http://digitalpbk.com/google-app-engine/how-to-download-app-engine-code How to Download Google App Engine Code How to Download Google App Engine Code Download App Engine Source code with the Google App Engine SDK Google App Engine is a web hosting platform from Google which is designed to scale. Unlike the conventional server code deployment with load balancers, Google App Engine service scales automatically with load balancing without you needing to set up the load balancer / cloned application servers. The downside is that Google App Engine can only support applications written in Python version 2 ...
Published 3 months, 2 weeks ago

Perl Script to HTML formatter

http://digitalpbk.blogspot.com/2007/06/perl-script-to-html-formatter_17.html Perl Script to HTML formatter IntroThis script converts a Perl Script to HTML so that it looks good with colour code formatting for keywords and variables. This isn't yet completed and may contain bugs but I guess its worth posting. Anyone is free to modify and redistribute the code as long as the first line remains intact.Usageperl format.pl ScriptFile.plOutput will be saved as ScriptFile.pl.htmlScriptstyle="color:#0ff">$cnt =~ s/&/&/g;$cnt =~ s ...
Published 4 years, 7 months ago

An Introduction to PHP

http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html the GET and POST. Similarly the output of a PHP file can be in the form of an HTML file, JPG file, XML file or any format as you wish (Yes!!)The PHP LanguageAs mentioned above, PHP files are ordinary text files with the extension PHP. Suppose you want a dynamic page that shows say todays date. Today's dateTodays date is : //PHP code beginecho date("M d Y H:i:s");//PHP code end?>The tag marks the beginning of the PHP code segment and the ?> marks the ending of the code segment ...
Published 4 years, 9 months ago

Sprintf Function in Python

http://digitalpbk.com/python/php-sprintf-function-in-python does formatting. var = '%d %s %d = %d' % (4,'+',5,9) The above code assigns var = "4 + 5 = 9" Install Python for Nokia E63 / E71 compatible symbian phones and code on the move Python rocks :) Python Software ...
Published 1 year, 10 months ago

Related help topics for code ignitor More keywords like code ignitor
More pages for code ignitor


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Crab Hole A Crab Hole in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk