Adobe Illustrator - File Grouping [closed] - adobe

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Is there a way to open multiple AI files (say 3 individual files) and somehow save in a way that I can open the same 3 files simultaneously in the future? I always want the multiple files to open together.
Situation:
We design products with AI. A single product may have multiple versions. The designer typically creates 1 AI file, then puts all versions of the product in the single file. I need them to put each version in a separate file for an integration project, but this creates more work for them.
The solution I'm looking for would allow them to open all the relevant AI file and somehow same them all as a group. Next time, they open the group and all AI files open together.
Thank you

You can group files and tag files in Adobe Bridge, but to open them at the same time you either have to select them all right click and hit open, or have them in the same folder.

Just open notepad, save it in any name as "open" with extension of ".bat" as it will look as "open.bat". Now save in that directory in which files are placed.
Now type
start your_file_name_1.ai
start your_file_name_2.ai
start your_file_name_3.ai
{start[space][file name with extension]}Write as much as you like. And save it. And after saving the file, these files will simultaneously open one after another.
Hop this works.

Related

Struggling to set up "network" drives on home p.c. to mimic work environment for software development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I want to mimic my work computer so I can develop with reference to my network drives for my Windows 10 computer at home.
I want S:\ drive to point to some local drive on my computer.
I am following directions to the letter when attempting to create homegroup for windows 10.
When I type HomeGroup under search, I don't see any option, as shown in article below.
Any ideas?
https://support.microsoft.com/en-us/help/17145/windows-homegroup-from-start-to-finish
folks, this is a good question, and I struggled with it.
i don't appreciate the negative points.
here is the answer.
To do what I need to do, you have to go to file explorer, and under sharing tab, i was able to share with everyone (the folder).
Then, in my mappping, i have to refer to \\ComputerName\ShareName.
They keep changing the way things work from one windows to the next....
simple.
Set up drive partitions.
Much simpler and more reliable...

Performance reading end of large file [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have need to implement something similar to tail -f to read new lines added to a log file and handle the log file rolling over. This is for Solaris 10. Currently, the application checks the status of the file every second and if the file has changed, it opens the file, seeks to near the end and reads from there to the end of the file.
That all seems to work fine, but I'm curious what the performance impacts would be when the log file is very large. Does seek actually need to read through the whole file, or is it smart enough to only load the end of the file?
lseek is fast in general use, even for huge files.
See more in the man page.
Depending on special circumstances, it might slow down, but I've never seen those IRL.
Man page: http://www.unix.com/man-page/opensolaris/2/lseek/

Legality of Mining Crowdsourced Data [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a project idea for which I want to mine publicly available data on another website that it received by crowd-sourcing. This is so I have initial data for my own project. To reiterate, I want to write a robot to grab data that is displayed on another website and use it for my own website. Does anyone know the legality of this sort of thing? Does the original website own the data that was given to it by a crowd? Even if so, can I use it?
Web scraping is a legally complicated issue.
The hassles of legal action and enforceability often keep scrapers from getting in trouble.
Outright duplication is considered actionable, although courts have ruled that "duplication of facts" is permitted (US).
I advise you read up here: http://en.wikipedia.org/wiki/Web_scraping#Legal_issues
Best,
legally, you should be fine. as long as the data is made available and the people have consented; you aren't hacking and the other site has permission to share. check for a license on the other site, if there isn't one inquire or be prepared for access to be denied at some point. and even though it is publicly available doesn't mean the other site wants it to be.
also, double check and make sure that you don't inadvertently publish private data as well.

Zip code search wordpress plugin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Is anyone aware of a plugin for word press that allows a csv file of zip codes to be loaded into a database, when a matching zipcode is searched for an optional action is taken (like showing a location)
We have a client who has various territories that serve certain areas. They have provided us with a CSV file that shows the list of zip codes served for each location so a visitor only needs to search for their zip code and the company that serves that area would appear...
We don't need to show a map or anything like that just contact information for that location... I've been looking for an easy way to do this but have not found one yet.... Just wondering if there something out there before we do this with mysql
There are a few plugins for CSV import, but they seem to be dealing with Post import and not custom data like ZIP code data.
This may not be the best way, but I would use a tool like Navicat to create a new table in your database for the zipcode data and then create a template in your theme that searches against that table to get your results. I beleive the phpMyAdmin will also import a CSV into a table, and WordPress has a plugin for this, Portable phpMyAdmin.
Example: you could use wpdb class to connect to your ZIP Code table and return the results you need.
There's only a few plugins for wordpress (mainly woocommerce) and other platforms that let you do this. The woocommerce service availability zip code search apps are focused on e-commerce. https://www.google.com/search?q=woocommerce+delivery+area+plugin
If you're looking for something more flexible, take a look at https://deliverychecker.co

Maximum Number of Folders Windows Server [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm building a site(asp.net) that needs save images for each product, so I'm not sure how implement it. I think i can do it saving all photos in the same folder but i do not like that i would prefer to create a new subfolder for each product and save the images in that subfolder but maybe in the future i have problems due to limitations with number of folders or subfolders.
Do you think that second option (creating subfolders) is better and secure?
You can see in the following link the limits of windows file system
http://technet.microsoft.com/en-gb/library/bb457112.aspx
taken from
https://serverfault.com/questions/18692/what-is-the-maximum-number-of-files-or-folders-that-can-be-stored-in-a-single
the limits of files and sub folders changed depending the kind of server/netapp.
you can read in the link above the limits for each one.
I would use subfolders but it is up to you, the important thing is that you need to know the limits and then decide.

Resources