-
Replied To a Post in Offline Map
HereMaps, is a downloadable application with fully offline maps for I\* and \*Android The Windows10 Mapps app is HereMaps All GPS companies make such apps, that's what a gps IS … -
Gave Reputation to jwenting in How To Mask A URL?
being able to do that would be (and was) a major security risk. If you can do it, so can a mallicious site... -
Began Watching Which is the best socia media sites for SMO?
Hello Everyone, SMO creation , I have no idea so please suggest me which is the best social media sites for **SMO**. -
Replied To a Post in Which is the best socia media sites for SMO?
when you create your SMpresence, # READ THE INSTRUCTIONS PROVIDED BY THE MEDIA ORGANISATION # the instructions for optimising your facebook page, twitter feed, linkedIn account, are comprehensive and uniformly … -
Replied To a Post in Jokes
I'm really tired didn't get much sleep last night I stayed up making voodoo dolls for, well you'll know who soon enough -
Replied To a Post in How To Mask A URL?
The affilliate may use a framebreaker script, if they intend to be the topmost page, in which case it will break out of the iframe above just one example <script> … -
Began Watching How To Mask A URL?
Hi, Is there a script I can use to upload to my server to forward and mask an affiliate page with my domain name? I used to do it a … -
Replied To a Post in How To Mask A URL?
perhaps ask support at the affiliate, they may have branding ability perhaps open a full page iframe with the affililiate site inside I smooshed up a 'full page iframe' the … -
Replied To a Post in Review my Website
Fred; is actually a real SEO guru and his opinions outside of fireworks, are gold "really really" sitting, drinking coffee, quietly laughing -
Replied To a Post in Jokes
## A Farmer Was Selling Peaches Door To Door. ## He knocked on a door and a shapely 30-something woman dressed in a very sheer negligee answered the door. He … -
Gave Reputation to Aeonix in Is HTML encoding (percentage encoding) "100%" safe?
`$allowedForUniversalUsage = htmlEntities($_GET["potentially_super_malicious_code"], ENT_QUOTES);` Does script above help me against XSS and MySQLi injection? My thoughts would be: **Protection against XSS: Yes** I mean. XSS means that someone would be … -
Began Watching Is HTML encoding (percentage encoding) "100%" safe?
`$allowedForUniversalUsage = htmlEntities($_GET["potentially_super_malicious_code"], ENT_QUOTES);` Does script above help me against XSS and MySQLi injection? My thoughts would be: **Protection against XSS: Yes** I mean. XSS means that someone would be … -
Replied To a Post in Is HTML encoding (percentage encoding) "100%" safe?
sanitising, is good $_GET[], mmmmmmmmm not so good I'm auditing an agency who GET pages, insist that sending information in the uri is secure exposed the cryptography seed, I could … -
Replied To a Post in Review my Website
in much of the world, Britain, former British Empire colonies, India, Pakistan, Africa, Pacific rim Australia NZ fireworks are called crackers -
Gave Reputation to dtpp in Where did everything go?
@up: You get negative rep points, simply because I dont agree with you. If DW goes to the wall, there will be thanks to complete switch to tagsystem, not UI … -
Gave Reputation to dtpp in Where did everything go?
@up: You get negative rep points, simply because I dont agree with you. If DW goes to the wall, there will be thanks to complete switch to tagsystem, not UI … -
Gave Reputation to dtpp in Where did everything go?
@up: You get negative rep points, simply because I dont agree with you. If DW goes to the wall, there will be thanks to complete switch to tagsystem, not UI … -
Gave Reputation to dtpp in Where did everything go?
@up: You get negative rep points, simply because I dont agree with you. If DW goes to the wall, there will be thanks to complete switch to tagsystem, not UI … -
Gave Reputation to dtpp in Where did everything go?
@up: You get negative rep points, simply because I dont agree with you. If DW goes to the wall, there will be thanks to complete switch to tagsystem, not UI … -
Replied To a Post in Jokes
I enjoy long romantic walks to the fridge -
Began Watching How to Choose the Best Blogging Platform?
Suggest me best blogging platform for blog posting .Which is easy to customize and free of cost. -
Replied To a Post in How to Choose the Best Blogging Platform?
[Try this](http://lmgtfy.com/?q=what+is+the+best+free+customizble+blog) -
Gave Reputation to Nick_10 in why don't they download updates from its own websites?
Maybe most people always ignore that thing but just want to update their Java quickly, who knows? -
Began Watching Review my Website
Currently working for the project [Vedishop](http://vedishop.com/). the website were optimized for the keyword [Buy Crackers Online](http://vedishop.com/buy-crackers-online/). review my website and suggest me for better seo optimization -
Replied To a Post in Review my Website
code compliant sites rank higher in SER, the bots browse easier, and deeper. The site functions great, on all my devices, but is too big for phone data plans, I … -
Replied To a Post in AdSense rejection my site
can't find an old sticky; "**readme** *before you ask for review code compliant sites rank better in SER*", this site is (**adjective removed by bad word filter, dammit Bob stop … -
Began Watching AdSense rejection my site
Hello, I submited my website http://makeyourdp.com for the AdSense but its again and again it would be rejected said : **"We did not approve your application for the reasons listed … -
Replied To a Post in AdSense rejection my site
damn thats slow, 36 seconds to display something other than blank screen, no wonder Google thinks its dead **TOTAL_SIZE - Warning!** The total size of this page is 1,644,949 bytes, … -
Replied To a Post in How to write a program that converts hex to binary? LC3
And when you get the next homework question, bin > hex, start right to left with 4 characters at a time -
Began Watching How to write a program that converts hex to binary? LC3
write a LC3 assembly language program to (a) read in a hexadecimal number, (b) convert the number to a 16-bit binary number, and, (c) display the 16-bit binary number. It … -
Replied To a Post in How to write a program that converts hex to binary? LC3
every hex character is a 4 character binary number 1 = 0001 2 = 0010 9 = 1001 f = 1111 f*2*9 therefore is 1111*0010*1001 create an array 1-f as … -
Began Watching css
what is css -
Replied To a Post in css
CSS is a tiny rodent that lives inside the monitor, and **C**rawls **S**ilently and **S**tealthily behind the display tweaking the way things look, they have to be fed the proper … -
Replied To a Post in how to change date format into Y-m-d, i have stored in DB varchar
<?php date_default_timezone_set('America/Halifax'); echo '150916124549 = '.date("Y-m-d" , 150916124549); ?> **150916124549 = 1988-10-07** ## I get bored easily ## -
Began Watching Arabic text displays as ????
Hello all, I have data in my MySQL table. some of my columns contains Arabic texts. [My DB and J2EE webapp is on Centos7]. When I tested the application on … -
Replied To a Post in Arabic text displays as ????
does the host db override your code settings: open the dbmanager on the host and confirm the DBmanager itself is compatible with utf-8 declaration often it is as simple as … -
Began Watching Upload images to server using PHP and store the image dataurl in MySQL
Dear all, I have created a website where I would like my users to register and upload profile images to my server and then store it under folder in my … -
Replied To a Post in Upload images to server using PHP and store the image dataurl in MySQL
the "dot" in a php text variable is concatenation, it means the variable is appended directly to the preceding text The above codes "images/". $image_name if your photo name is … -
Began Watching how to change date format into Y-m-d, i have stored in DB varchar
value is 150916124549 how to change the value to Y-m-d any body help me -
Replied To a Post in how to change date format into Y-m-d, i have stored in DB varchar
echoing cereal update the table to store the date as a date object, timestamp occupies 4 bytes/record important when you have 100 million records date objects are designed for datetime … -
Replied To a Post in PHP Navigation
dammit, I have to start reading what I type <?php if($_SERVER['PHP_SELF']**==**'/thisfolder/script.php') -
Replied To a Post in PHP Navigation
waited too long to edit you must write href i**n the php comparison** the same as $_SERVER['PHP_SELF'] expresses the href for the comparison to work $_SERVER['PHP_SELF'] expresses the href as … -
Began Watching PHP Navigation
Hi all, I am wondering if I need to make multiple copies of the same include xxx.php (navigation) file in order to highlight which page the user is on. Using … -
Replied To a Post in PHP Navigation
you only need one nav include:: the included nav menu file becomes part of the outer file,` $_SERVER['PHP_SELF']` in the include refers to the outer file href code to disable … -
Gave Reputation to Reuben1 in How to make a website as seo friendly
Hi sasikudo, if you want to make your website seo freindly then you have to need work on various things like as: Make your URL structure “SEO friendly” Choose Proper … -
Replied To a Post in either back links can be redirected?
the link *How* in the first answer -
Revoked Solved Status for this is the 4000 post
This is my 4000 post, -
Gave Reputation to ddanbe in this is the 4000 post
Wow, what a post! Congrats! -
Edited this is the 4000 post
This is my 4000 post, -
Marked Solved Status for this is the 4000 post
This is my 4000 post,
The End.