-
Replied To a Post in Generate a 3-number random number, along with a DDMMYYYY value prefixed
So my code looks like this (am coding for Drupal here) drupal_add_js('jQuery(document).ready(function(){ var fullDate = new Date(); var dd = fullDate.getDate(); var mm = fullDate.getMonth()+1; var yyyy = fullDate.getFullYear(); if(dd<10){ … -
Marked Solved Status for Generate a 3-number random number, along with a DDMMYYYY value prefixed
Hi Anyone can pls help me with a unique random number generator of length 3, prefixed with values from DDMMYYYY (e.g. for today's date 25062015001)? -
Replied To a Post in Generate a 3-number random number, along with a DDMMYYYY value prefixed
@rproffitt I've been told that they won't be having much traffic on the site, so went forward with the 3-digit random number. Also, with the DDMMYYYY value added as prefix … -
Created Generate a 3-number random number, along with a DDMMYYYY value prefixed
Hi Anyone can pls help me with a unique random number generator of length 3, prefixed with values from DDMMYYYY (e.g. for today's date 25062015001)? -
Began Watching Generate a 3-number random number, along with a DDMMYYYY value prefixed
Hi Anyone can pls help me with a unique random number generator of length 3, prefixed with values from DDMMYYYY (e.g. for today's date 25062015001)? -
Began Watching Menu bar doesnt appear on mobile devices
I usesd external bootstrap and css to create a sytlish menu bar but the bar doesnt appear on mobile device. it just displays an empty space where the menu is … -
Replied To a Post in Menu bar doesnt appear on mobile devices
If you are referring to the Bootstrap framework, then follow this link: http://getbootstrap.com/components/#navbar Of course you also need to implement mobile css to display well in mobile devices, and can … -
Began Watching HTML Code For Web Design
Hai, I am work in Sales & Marketing, but i have personaly try to web design, but i don't know HTML Code. so please say: what is HTML Code For … -
Replied To a Post in HTML Code For Web Design
I believe you may be referring to something similar to what is explained in this link: http://code.tutsplus.com/tutorials/design-and-code-your-first-website-in-easy-to-understand-steps--net-6062 Google can also help you more with specific searches. -
Marked Solved Status for PHP equivalent of URIUtils.createURI
Hello Is there an equivalent for the following java code in php: `URI uri = URIUtils.createURI("http", serveur, -1, makeCall, URLEncodedUtils.format(qparams, "UTF-8"), null);` Cheers... -
Marked Solved Status for How to test a power supply unit without a pc?
Hello I want to test a power supply unit provided to me (not new, along with its power cord), but currently do not have a PC available to do so. … -
Replied To a Post in How to test a power supply unit without a pc?
A friend told me to bridge a paperclip between the green and gray wires in the 24-pin socket of the PSU then switch on, thou I've not tried it yet. … -
Created How to test a power supply unit without a pc?
Hello I want to test a power supply unit provided to me (not new, along with its power cord), but currently do not have a PC available to do so. … -
Began Watching How to test a power supply unit without a pc?
Hello I want to test a power supply unit provided to me (not new, along with its power cord), but currently do not have a PC available to do so. … -
Began Watching Monitor is showing yellow light
Recently my monitor is cot starting. I have pluged out VGA cable from my pc. It is showing blue light on power light. But when i pluged it in on … -
Replied To a Post in Monitor is showing yellow light
Hi Have you tried to attach the monitor to a laptop's VGA port and see if you get any image there? If not, then either the cable or the monitor … -
Replied To a Post in PHP equivalent of URIUtils.createURI
hello diafol, will give the link a try. "serveur", "makeCall" and "qparams" are indeed the variables which need to be used in the url -
Created PHP equivalent of URIUtils.createURI
Hello Is there an equivalent for the following java code in php: `URI uri = URIUtils.createURI("http", serveur, -1, makeCall, URLEncodedUtils.format(qparams, "UTF-8"), null);` Cheers... -
Began Watching PHP equivalent of URIUtils.createURI
Hello Is there an equivalent for the following java code in php: `URI uri = URIUtils.createURI("http", serveur, -1, makeCall, URLEncodedUtils.format(qparams, "UTF-8"), null);` Cheers... -
Marked Solved Status for remove leading spaces from multiple paragraph tags
Hello I have a text-editor (CKEditor one) whereby am retrieving all the texts (which are in 3 paragraphs), in a single string variable, using Java codes. However, all the 3 … -
Edited remove leading spaces from multiple paragraph tags
Hello I have a text-editor (CKEditor one) whereby am retrieving all the texts (which are in 3 paragraphs), in a single string variable, using Java codes. However, all the 3 … -
Created remove leading spaces from multiple paragraph tags
Hello I have a text-editor (CKEditor one) whereby am retrieving all the texts (which are in 3 paragraphs), in a single string variable, using Java codes. However, all the 3 … -
Began Watching remove leading spaces from multiple paragraph tags
Hello I have a text-editor (CKEditor one) whereby am retrieving all the texts (which are in 3 paragraphs), in a single string variable, using Java codes. However, all the 3 … -
Marked Solved Status for convert date format for google sitemap xml
Hi I have a code in java to generate a sitemap xml, and to get the last modified date using the following line of code: `oPrint.println(" <lastmod>"+ doc.getLastModified().toString()+"</lastmod>");` The output … -
Replied To a Post in convert date format for google sitemap xml
Thnks for the links stultuske, I was actually having problems to resolve the TimeZone from my initial string to convert to the new one, since I did not know what … -
Replied To a Post in convert date format for google sitemap xml
Addon: Based on the above code, 05/05/2014 08:43:08 ZE4, how can I get it in the Google format, that is YYYY-MM-DDThh:mm:ssTZD -
Created convert date format for google sitemap xml
Hi I have a code in java to generate a sitemap xml, and to get the last modified date using the following line of code: `oPrint.println(" <lastmod>"+ doc.getLastModified().toString()+"</lastmod>");` The output … -
Began Watching convert date format for google sitemap xml
Hi I have a code in java to generate a sitemap xml, and to get the last modified date using the following line of code: `oPrint.println(" <lastmod>"+ doc.getLastModified().toString()+"</lastmod>");` The output … -
Marked Solved Status for fancybox error in Chrome
Hello. I have the following existing function, used to load images in fancybox, but although the code works find in FF, in Chrome am getting an error (in the "firebug"-like … -
Began Watching Where to learn php?
Hi everyone, i am interested to learn php, where is the best place to learn it? -
Replied To a Post in Where to learn php?
Some good resources from http://www.homeandlearn.co.uk/php/php.html and http://thephpbasics.com/ -
Began Watching Basic HTML
I want to learn web design. As far as I Know the first step is to learn HTML. I hope I will learn this in this community. Want to learn … -
Replied To a Post in Basic HTML
Hi Your first stop should be Photoshop and PSD like harun20 mentioned above, this will definitely help you start designing from scratch and turn the design into a theme/template for … -
Marked Solved Status for Convert indd to psd?
Hello guys Is it possible to convert an .indd file into a .psd one? I tried googling up some results and even downloaded a tool (damned forgot its name, but … -
Marked Solved Status for help with team development with wordpress
Hi Some friends and myself are starting a web project in wordpress, whereby we'll need to access the same core wordpress files remotely from our home pcs. Is there a … -
Replied To a Post in help with team development with wordpress
thanks for the info guys, will have a look at these 2 mentioned options and see which suits better -
Created help with team development with wordpress
Hi Some friends and myself are starting a web project in wordpress, whereby we'll need to access the same core wordpress files remotely from our home pcs. Is there a … -
Began Watching help with team development with wordpress
Hi Some friends and myself are starting a web project in wordpress, whereby we'll need to access the same core wordpress files remotely from our home pcs. Is there a … -
Replied To a Post in fancybox error in Chrome
I figured out there is an "async" with the script tag where it is calling the js. However, I was then told that this "async" was added for optimization of … -
Created fancybox error in Chrome
Hello. I have the following existing function, used to load images in fancybox, but although the code works find in FF, in Chrome am getting an error (in the "firebug"-like … -
Began Watching fancybox error in Chrome
Hello. I have the following existing function, used to load images in fancybox, but although the code works find in FF, in Chrome am getting an error (in the "firebug"-like … -
Marked Solved Status for How to prevent folder deletion in Windows 7?
Hello Anyone can pls help me, whereby I need to prevent the users from being able to delete a specific folder in Windows 7, but still have read/write/execute permissions on … -
Created How to prevent folder deletion in Windows 7?
Hello Anyone can pls help me, whereby I need to prevent the users from being able to delete a specific folder in Windows 7, but still have read/write/execute permissions on … -
Began Watching How to prevent folder deletion in Windows 7?
Hello Anyone can pls help me, whereby I need to prevent the users from being able to delete a specific folder in Windows 7, but still have read/write/execute permissions on … -
Replied To a Post in how to identify between clientside and serverside js files?
In my case these are stored in Domino Designer (IBM Lotus Notes), and don't have the tags mentioned above in any of these js files -
Marked Solved Status for help with relative paths to script
Hello I am currently working on a "local" dev wordpress site, where I have a JS file stored with the path as e.g, http://www.devsite.com/websites/wordpress/mysite/wp-content/themes/mtheme/validations.js Currently, am using the relative path … -
Replied To a Post in help with relative paths to script
I managed to get it to work on my server, the only problem was when to use for example ././filename or ./filename, but I did figure it out in the … -
Marked Solved Status for How to save custom php page as PDF?
Hello I've created a custom php page for display in WordPress, and the client wants to allow users to be able to save this page from the browser as a … -
Replied To a Post in How to save custom php page as PDF?
thanks the link was of great help -
Created how to identify between clientside and serverside js files?
Hello I am doing maintenance on a web server, and have several js files present which I need to categorize. However, I am faced with the dilemma of identifying between …
The End.