-
Began Watching Create Inline table with html & css
I want to make this table with HTML and CSS but somehow the image cant appear in the browser... Can you help me? https://prnt.sc/rmo2xl .box-border { display: inline-block; border: 1px … -
Created Open URL with Push Notification in Android
Hey all long time no see!! As i started Internet Marketing i quited to code but somehow everything is about coding... :D So i am trying to come up with … -
Began Watching Open URL with Push Notification in Android
Hey all long time no see!! As i started Internet Marketing i quited to code but somehow everything is about coding... :D So i am trying to come up with … -
Endorsed cereal
-
Replied To a Post in What is wrong with this JS code?
Does the circles need to be printed one to another and not overwrite on top of the first? I did this and the circle showed up but i dont know … -
Replied To a Post in What is wrong with this JS code?
Thank you for your reply but i really have no knowledge in JS i just find those lines inside the function on the web and i just like to just … -
Created What is wrong with this JS code?
Am trying to draw three circles on the page but nothing shows up, anyone can tell me what is wrong here? <body> <canvas id="myCircle(3)" width="60" height="60"> Your browser does not … -
Began Watching What is wrong with this JS code?
Am trying to draw three circles on the page but nothing shows up, anyone can tell me what is wrong here? <body> <canvas id="myCircle(3)" width="60" height="60"> Your browser does not … -
Replied To a Post in Find remote control by tv model
Thanks pal i will try it out -
Created Find remote control by tv model
Hello everyone its been a while, btw this fresh look its freaking awesome i love it! :) So i got in mind an idea which i want to try it, … -
Began Watching Find remote control by tv model
Hello everyone its been a while, btw this fresh look its freaking awesome i love it! :) So i got in mind an idea which i want to try it, … -
Marked Solved Status for Decompile APK File
Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I have an apk file which i need … -
Replied To a Post in Decompile APK File
> I can't guess what you need to do. I need just a couple of text and images replaced, thats all. I found an awesome tool, **APK Easy Tool** you … -
Replied To a Post in Decompile APK File
Can you give me a hint on how can i succeed on this... i really have no idea in decompiling an apk file but i would be glad if there … -
Created Decompile APK File
Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I have an apk file which i need … -
Began Watching Decompile APK File
Does all .apk files can be decompiled no matter on how they are protected and secured, and recompile back in apk file? I have an apk file which i need … -
Edited WooCommerce "Add to Cart" Button
Is there possible chance of changing the WooCommerce "Add to Cart" button functionality or removing it and creating new button, inside the item page? I found this code but it … -
Edited WooCommerce "Add to Cart" Button
Is there possible chance of changing the WooCommerce "Add to Cart" button functionality or removing it and creating new button, inside the item page? I found this code but it … -
Edited WooCommerce "Add to Cart" Button
Is there possible chance of changing the WooCommerce "Add to Cart" button functionality or removing it and creating new button, inside the item page? I found this code but it … -
Created WooCommerce "Add to Cart" Button
Is there possible chance of changing the WooCommerce "Add to Cart" button functionality or removing it and creating new button, inside the item page? I found this code but it … -
Began Watching WooCommerce "Add to Cart" Button
Is there possible chance of changing the WooCommerce "Add to Cart" button functionality or removing it and creating new button, inside the item page? I found this code but it … -
Replied To a Post in Send notification on mobile through browser
Do you have any estimated amount of the price for SMS? Or recommend me a network that do this i will see for myself. :) -
Replied To a Post in Send notification on mobile through browser
I want to test things out, so i got this idea but am not too sure if it can be done for free, btw how much money companies charge to … -
Edited Send notification on mobile through browser
Hello everyone how are you doing? I wonder if there is a way i can send a notification or URL from my website to user mobile from PC browser for … -
Edited Send notification on mobile through browser
Hello everyone how are you doing? I wonder if there is a way i can send a notification or URL from my website to user mobile from PC browser for … -
Created Send notification on mobile through browser
Hello everyone how are you doing? I wonder if there is a way i can send a notification or URL from my website to user mobile from PC browser for … -
Began Watching Send notification on mobile through browser
Hello everyone how are you doing? I wonder if there is a way i can send a notification or URL from my website to user mobile from PC browser for … -
Replied To a Post in copy data from one database to another
Why not download the table and upload it to other ? -
Began Watching copy data from one database to another
Hi, I'm trying to copy the data from a table in one database to another table (with the same fields of the origin table) in another database. And this is … -
Edited Get Current Location GoogleMaps API Android
Is this something which is updated to different method or am i doing something wrong? I want to get my current location on Google Maps what am doing right now … -
Created Get Current Location GoogleMaps API Android
Is this something which is updated to different method or am i doing something wrong? I want to get my current location on Google Maps what am doing right now … -
Began Watching Get Current Location GoogleMaps API Android
Is this something which is updated to different method or am i doing something wrong? I want to get my current location on Google Maps what am doing right now … -
Replied To a Post in Detect Nearby Android Devices
Main purpose learning. -
Edited Detect Nearby Android Devices
Hello everyone and happy new year, i wonder is there something that allows you to detect that android device is near you? I want to create an app that will … -
Edited Detect Nearby Android Devices
Hello everyone and happy new year, i wonder is there something that allows you to detect that android device is near you? I want to create an app that will … -
Created Detect Nearby Android Devices
Hello everyone and happy new year, i wonder is there something that allows you to detect that android device is near you? I want to create an app that will … -
Began Watching Detect Nearby Android Devices
Hello everyone and happy new year, i wonder is there something that allows you to detect that android device is near you? I want to create an app that will … -
Replied To a Post in Artificial Intelligence II
Am recomending you to watch the movie "Ex Machina" you'll get more familiar with it :D -
Began Watching Artificial Intelligence II
What is Artificial Intelligence for? Is it only for game development? is there any other things that it might be useful for? Thanks for advice. -
Replied To a Post in compute a weight and height BMI
Really Interesting task actually import java.util.Scanner; public class Ex02_33 { public static void main (String [] args) { Scanner input = new Scanner (System.in); int weight; int height; int bMI; … -
Began Watching compute a weight and height BMI
Write a java program that asks a person for his height (in meters) and weight (in kilograms) and outputs one of the messages: underweight, normal, or obese, using the BMI … -
Replied To a Post in AutoGenerator For Names
BTW i forgot to mention i need an unlimited number of First Names and i do not need the Last Name because every player will have its own AutoGenerated name. … -
Gave Reputation to stultuske in AutoGenerator For Names
easiest way, build a list with firstnames, build a list with lastnames,pick one of each at random and combine them. How is this a programming problem? -
Created AutoGenerator For Names
Hello everyone hope you are doing well, i was busy these days i was having problem with the police in my country, they catch me smoking weed and now i … -
Began Watching AutoGenerator For Names
Hello everyone hope you are doing well, i was busy these days i was having problem with the police in my country, they catch me smoking weed and now i … -
Marked Solved Status for Sort Images in Folders
Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only … -
Replied To a Post in Sort Images in Folders
Since i didnt know the scripting language i downloaded program and added suffix at the end `-asd` and with that i made all images titles `a-b-c.jpg` and runned the script. … -
Replied To a Post in Sort Images in Folders
Okay i got it, but it sems like i have titles with just `a-b.jpeg` is it possible to process like that also ? -
Replied To a Post in Sort Images in Folders
Yes the file `sortfiles.vbs` is placed in the folder where all the images are. BTW when i dubleclick the `sortfiles.vbs` exactly nothing happens, i doesn't get command windows open and … -
Replied To a Post in Sort Images in Folders
I created .txt file named `sortfiles` saved the code inside it and renamed to `sortfiles.vbs` the file sortfiles.vbs has created, I have runed it but nothing happens. Will the code …
The End.